SKActionDurationHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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