SKAction.RotateToAngle Method

Definition

Overloads

RotateToAngle(nfloat, Double, Boolean)
RotateToAngle(nfloat, Double)

RotateToAngle(nfloat, Double, Boolean)

[Foundation.Export("rotateToAngle:duration:shortestUnitArc:")]
public static SpriteKit.SKAction RotateToAngle (nfloat radians, double sec, bool shortedUnitArc);
static member RotateToAngle : nfloat * double * bool -> SpriteKit.SKAction

Parameters

radians
nfloat
sec
Double
shortedUnitArc
Boolean

Returns

Attributes

Applies to

RotateToAngle(nfloat, Double)

[Foundation.Export("rotateToAngle:duration:")]
public static SpriteKit.SKAction RotateToAngle (nfloat radians, double sec);
static member RotateToAngle : nfloat * double -> SpriteKit.SKAction

Parameters

radians
nfloat
sec
Double

Returns

Attributes

Applies to