ScrollingObjectCollection.OnMomentumStarted Field

Definition

Event that is fired on the target object when the ScrollingObjectCollection is starting motion with velocity.

public: UnityEngine::Events::UnityEvent ^ OnMomentumStarted;
[UnityEngine.Tooltip("Event that is fired on the target object when the ScrollingObjectCollection is starting motion with velocity.")]
public UnityEngine.Events.UnityEvent OnMomentumStarted;
[<UnityEngine.Tooltip("Event that is fired on the target object when the ScrollingObjectCollection is starting motion with velocity.")>]
val mutable OnMomentumStarted : UnityEngine.Events.UnityEvent
Public OnMomentumStarted As UnityEvent 

Field Value

UnityEngine.Events.UnityEvent
Attributes
UnityEngine.TooltipAttribute

Applies to