SCNConstraint.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(NSString) | |
| RemoveAnimation(NSString, NFloat) |
Deprecated. Developers should use RemoveAnimationUsingBlendOutDuration(NSString, NFloat). |
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
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