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

アニメーションをブレンドする期間を秒単位で指定します。

属性

適用対象