SKAction.ScaleBy 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
| Name | Description |
|---|---|
| ScaleBy(NFloat, Double) | |
| ScaleBy(NFloat, NFloat, Double) |
ScaleBy(NFloat, Double)
[Foundation.Export("scaleBy:duration:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKAction ScaleBy(System.Runtime.InteropServices.NFloat scale, double sec);
[<Foundation.Export("scaleBy:duration:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ScaleBy : System.Runtime.InteropServices.NFloat * double -> SpriteKit.SKAction
Parameters
- scale
- NFloat
- sec
- Double
Returns
- Attributes
Applies to
ScaleBy(NFloat, NFloat, Double)
[Foundation.Export("scaleXBy:y:duration:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKAction ScaleBy(System.Runtime.InteropServices.NFloat xScale, System.Runtime.InteropServices.NFloat yScale, double sec);
[<Foundation.Export("scaleXBy:y:duration:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ScaleBy : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * double -> SpriteKit.SKAction
Parameters
- xScale
- NFloat
- yScale
- NFloat
- sec
- Double
Returns
- Attributes