InteractableOnToggleReceiver.OnDeselect 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 toggle is deselected
public: UnityEngine::Events::UnityEvent ^ OnDeselect;
[Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField(Label="On Deselect", Tooltip="The toggle is deselected", Type=Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField+FieldTypes.Event)]
public UnityEngine.Events.UnityEvent OnDeselect;
[<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField(Label="On Deselect", Tooltip="The toggle is deselected", Type=Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorField+FieldTypes.Event)>]
val mutable OnDeselect : UnityEngine.Events.UnityEvent
Public OnDeselect As UnityEvent
Field Value
UnityEngine.Events.UnityEvent
- Attributes