Class DiagnosticsEventData
Implements
BaseEventData
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Diagnostics
Assembly: cs.temp.dll.dll
Syntax
public class DiagnosticsEventData : GenericBaseEventData, BaseEventData
Constructors
DiagnosticsEventData(EventSystem)
Constructor
Declaration
public DiagnosticsEventData(EventSystem eventSystem)
Parameters
Type | Name | Description |
---|---|---|
EventSystem | eventSystem |
DiagnosticsEventData(EventSystem)
Constructor
Declaration
public DiagnosticsEventData(EventSystem eventSystem)
Parameters
Type | Name | Description |
---|---|---|
EventSystem | eventSystem |
Methods
Initialize(IMixedRealityDiagnosticsSystem)
Constructor
Declaration
public void Initialize(IMixedRealityDiagnosticsSystem diagnosticsSystem)
Parameters
Type | Name | Description |
---|---|---|
IMixedRealityDiagnosticsSystem | diagnosticsSystem | The instance of the Diagnostic System that raised the event. |
Initialize(IMixedRealityDiagnosticsSystem)
Constructor
Declaration
public void Initialize(IMixedRealityDiagnosticsSystem diagnosticsSystem)
Parameters
Type | Name | Description |
---|---|---|
IMixedRealityDiagnosticsSystem | diagnosticsSystem | The instance of the Diagnostic System that raised the event. |
Implements
BaseEventData