UIDynamicAnimator.RemoveBehavior(UIDynamicBehavior) 方法

定义

从动画器中删除指定行为。

[Foundation.Export("removeBehavior:")]
public virtual void RemoveBehavior (UIKit.UIDynamicBehavior behavior);
abstract member RemoveBehavior : UIKit.UIDynamicBehavior -> unit
override this.RemoveBehavior : UIKit.UIDynamicBehavior -> unit

参数

behavior
UIDynamicBehavior

要从动画器中删除的行为。

此参数可以为 null

属性

适用于