IMixedRealityEventSystem.EventListeners Property

Definition

List of event listeners that are registered to this Event System.

public:
 property System::Collections::Generic::List<UnityEngine::GameObject ^> ^ EventListeners { System::Collections::Generic::List<UnityEngine::GameObject ^> ^ get(); };
public System.Collections.Generic.List<UnityEngine.GameObject> EventListeners { get; }
member this.EventListeners : System.Collections.Generic.List<UnityEngine.GameObject>
Public ReadOnly Property EventListeners As List(Of GameObject)

Property Value

List<UnityEngine.GameObject>

Remarks

This collection is obsolete and is replaced by handler-based internal storage. It will be removed in a future release.

Applies to