ScrollingObjectCollection.OnMomentumStarted Field
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.
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