Share via


SKActionTimingFunction2 Delegate

Definition

A method that maps time, a value between 0 and 1, to a return value between 0 snd 1.

public delegate float SKActionTimingFunction2(float time);
type SKActionTimingFunction2 = 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.

Applies to