Class DiagnosticsEventData
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Diagnostics
Assembly: cs.temp.dll.dll
Syntax
public class DiagnosticsEventData : GenericBaseEventData
Constructors
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. |