SKAction.SetTexture Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetTexture(SKTexture, Boolean) |
Erstellt eine Aktion, die die Textur auf dem Knoten, auf dem sie ausgeführt wird, festlegt und die Größe ändert. |
SetTexture(SKTexture) |
Erstellt eine Aktion, die die Textur auf dem Knoten festlegt, auf dem sie ausgeführt wird. |
SetTexture(SKTexture, Boolean)
Erstellt eine Aktion, die die Textur auf dem Knoten, auf dem sie ausgeführt wird, festlegt und die Größe ändert.
[Foundation.Export("setTexture:resize:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static SpriteKit.SKAction SetTexture (SpriteKit.SKTexture texture, bool resize);
static member SetTexture : SpriteKit.SKTexture * bool -> SpriteKit.SKAction
Parameter
- texture
- SKTexture
- resize
- Boolean
Gibt zurück
- Attribute
Gilt für:
SetTexture(SKTexture)
Erstellt eine Aktion, die die Textur auf dem Knoten festlegt, auf dem sie ausgeführt wird.
[Foundation.Export("setTexture:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static SpriteKit.SKAction SetTexture (SpriteKit.SKTexture texture);
static member SetTexture : SpriteKit.SKTexture -> SpriteKit.SKAction
Parameter
- texture
- SKTexture
Gibt zurück
- Attribute