SKAction.Falloff(Single, Double) Method
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.
Caution
Use the 'FalloffBy' method.
Creates an action that changes the Falloff property of the SKFieldNode to which is applied to the specified value over sec
seconds.
[System.Obsolete("Use the 'FalloffBy' method.")]
public static SpriteKit.SKAction Falloff (float to, double duration);
static member Falloff : single * double -> SpriteKit.SKAction
Parameters
- to
- Single
- duration
- Double
Returns
- Attributes