다음을 통해 공유


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

애니메이션을 혼합할 기간(초)입니다.

특성

적용 대상