SCNAnimatable.GetAnimationPlayer(NSString) Method

Definition

Gets the animation for the specified key.

[Foundation.Export("animationPlayerForKey:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual SceneKit.SCNAnimationPlayer GetAnimationPlayer (Foundation.NSString key);
abstract member GetAnimationPlayer : Foundation.NSString -> SceneKit.SCNAnimationPlayer
override this.GetAnimationPlayer : Foundation.NSString -> SceneKit.SCNAnimationPlayer

Parameters

key
NSString

Returns

Attributes

Applies to