SKAction.RotateToAngle 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.
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