ActionDelay constructor

ActionDelay(double delay)

Creates a new action with the specified delay

Implementation

ActionDelay(double delay) : super(delay);