InteractableOnTouchReceiver.OnTouchEnd 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.
Invoked when touch has left the object
public: UnityEngine::Events::UnityEvent ^ OnTouchEnd;
[Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField(Label="On Touch End", Tooltip="Touch has left the object", Type=Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField+FieldTypes.Event)]
public UnityEngine.Events.UnityEvent OnTouchEnd;
[<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField(Label="On Touch End", Tooltip="Touch has left the object", Type=Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField+FieldTypes.Event)>]
val mutable OnTouchEnd : UnityEngine.Events.UnityEvent
Public OnTouchEnd As UnityEvent
Field Value
UnityEngine.Events.UnityEvent
- Attributes