Freigeben über


SKAction.ResizeTo Methode

Definition

Überlädt

ResizeTo(CGSize, Double)
ResizeTo(nfloat, nfloat, Double)

ResizeTo(CGSize, Double)

public static SpriteKit.SKAction ResizeTo (CoreGraphics.CGSize size, double duration);
static member ResizeTo : CoreGraphics.CGSize * double -> SpriteKit.SKAction

Parameter

size
CGSize
duration
Double

Gibt zurück

Gilt für:

ResizeTo(nfloat, nfloat, Double)

[Foundation.Export("resizeToWidth:height:duration:")]
public static SpriteKit.SKAction ResizeTo (nfloat width, nfloat height, double duration);
static member ResizeTo : nfloat * nfloat * double -> SpriteKit.SKAction

Parameter

width
nfloat
height
nfloat
duration
Double

Gibt zurück

Attribute

Gilt für: