SKActionDurationHandler Delegate

Definition

The delegate for a custom action, used with CustomActionWithDuration(Double, SKActionDurationHandler).

public delegate void SKActionDurationHandler(SKNode node, nfloat elapsedTime);
type SKActionDurationHandler = delegate of SKNode * nfloat -> unit

Parameters

node
SKNode
elapsedTime
nfloat

Applies to