Share via


SCNAnimatable.RemoveAnimationUsingBlendOutDuration(NSString, nfloat) 方法

定义

删除指定的动画,在指定的持续时间内将其混合出去。

[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

参数

key
NSString

要删除的动画的键。

blendOutDuration
nfloat

混合出动画的持续时间(以秒为单位)。

属性

适用于