SCNNode.PauseAnimation 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 |
|---|---|
| PauseAnimation(String) |
Pauses the animation that is identified by the provided |
| PauseAnimation(NSString) |
PauseAnimation(String)
Pauses the animation that is identified by the provided key.
public void PauseAnimation(string key);
member this.PauseAnimation : string -> unit
Parameters
- key
- String
The key of the animation to pause.
Applies to
PauseAnimation(NSString)
[Foundation.Export("pauseAnimationForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PauseAnimation(Foundation.NSString key);
[<Foundation.Export("pauseAnimationForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PauseAnimation : Foundation.NSString -> unit
override this.PauseAnimation : Foundation.NSString -> unit
Parameters
- key
- NSString
Implements
- Attributes