SCNNode.RemoveAnimation 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 |
|---|---|
| RemoveAnimation(String, NFloat) |
Removes the animation that is identified by the provided |
| RemoveAnimation(NSString, NFloat) |
Deprecated. Developers should use RemoveAnimationUsingBlendOutDuration(NSString, NFloat). |
| RemoveAnimation(String) |
Removes the animation that is identified by the provided |
| RemoveAnimation(NSString) |
RemoveAnimation(String, NFloat)
Removes the animation that is identified by the provided key, fading it out over duration seconds.
public void RemoveAnimation(string key, System.Runtime.InteropServices.NFloat duration);
member this.RemoveAnimation : string * System.Runtime.InteropServices.NFloat -> unit
Parameters
- key
- String
- duration
- NFloat
Applies to
RemoveAnimation(NSString, NFloat)
Deprecated. Developers should use RemoveAnimationUsingBlendOutDuration(NSString, NFloat).
[Foundation.Export("removeAnimationForKey:fadeOutDuration:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveAnimation(Foundation.NSString key, System.Runtime.InteropServices.NFloat duration);
[<Foundation.Export("removeAnimationForKey:fadeOutDuration:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveAnimation : Foundation.NSString * System.Runtime.InteropServices.NFloat -> unit
override this.RemoveAnimation : Foundation.NSString * System.Runtime.InteropServices.NFloat -> unit
Parameters
- key
- NSString
- duration
- NFloat
Implements
- Attributes
Applies to
RemoveAnimation(String)
Removes the animation that is identified by the provided key.
public void RemoveAnimation(string key);
member this.RemoveAnimation : string -> unit
Parameters
- key
- String
Applies to
RemoveAnimation(NSString)
[Foundation.Export("removeAnimationForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveAnimation(Foundation.NSString key);
[<Foundation.Export("removeAnimationForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveAnimation : Foundation.NSString -> unit
override this.RemoveAnimation : Foundation.NSString -> unit
Parameters
- key
- NSString
Implements
- Attributes