SCNAnimatable.RemoveAnimationUsingBlendOutDuration(NSString, nfloat) 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.
Removes the specified animation, blending it out over the specified duration.
[Foundation.Export("removeAnimationForKey:blendOutDuration:")]
[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 void RemoveAnimationUsingBlendOutDuration (Foundation.NSString key, nfloat blendOutDuration);
abstract member RemoveAnimationUsingBlendOutDuration : Foundation.NSString * nfloat -> unit
override this.RemoveAnimationUsingBlendOutDuration : Foundation.NSString * nfloat -> unit
Parameters
- key
- NSString
The key for the animation to remove.
- blendOutDuration
- nfloat
The duration, in seconds, over which to blend the animation out.
- Attributes