UIDynamicItemBehavior.AddAngularVelocityForItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds , in radians per second, to the angular velocity of .
[Foundation.Export("addAngularVelocity:forItem:")]
public virtual void AddAngularVelocityForItem (nfloat velocity, UIKit.IUIDynamicItem dynamicItem);
abstract member AddAngularVelocityForItem : nfloat * UIKit.IUIDynamicItem -> unit
override this.AddAngularVelocityForItem : nfloat * UIKit.IUIDynamicItem -> unit
Parameters
- velocity
- nfloat
Change to angular velocity, in radians per second.
- dynamicItem
- IUIDynamicItem
- Attributes