Поделиться через


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

Длительность (в секундах), в течение которой выполняется смешивание анимации.

Атрибуты

Применяется к