SKActionTimingFunction 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.
A method that maps time, a value between 0 and 1, to a return value between 0 snd 1.
public delegate float SKActionTimingFunction(float time);
type SKActionTimingFunction = delegate of single -> single
Parameters
- time
- Single
Return Value
Remarks
Application developers should assign this delegate to a method that returns 0 for a time value of 0, and 1 for a time value of 1.