ScrollingObjectCollection.OnClick 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 deems event as a Click.
public: Microsoft::MixedReality::Toolkit::UI::ScrollingObjectCollection::ScrollEvent ^ OnClick;
[UnityEngine.Tooltip("Event that is fired on the target object when the ScrollingObjectCollection deems event as a Click.")]
public Microsoft.MixedReality.Toolkit.UI.ScrollingObjectCollection.ScrollEvent OnClick;
[<UnityEngine.Tooltip("Event that is fired on the target object when the ScrollingObjectCollection deems event as a Click.")>]
val mutable OnClick : Microsoft.MixedReality.Toolkit.UI.ScrollingObjectCollection.ScrollEvent
Public OnClick As ScrollingObjectCollection.ScrollEvent
Field Value
- Attributes
-
UnityEngine.TooltipAttribute