InteractableReceiverList.Events 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.
List of events added to this interactable
public: System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::InteractableEvent ^> ^ Events;
[UnityEngine.HideInInspector]
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.InteractableEvent> Events;
[<UnityEngine.HideInInspector>]
val mutable Events : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.InteractableEvent>
Public Events As List(Of InteractableEvent)
Field Value
- Attributes
-
UnityEngine.HideInInspectorAttribute