UxrTrackingDevice.OnDeviceConnected Method

Event trigger for the DeviceConnected event. Can be used to override in child classes in order to use the event without subscribing to the parent.

Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

protected virtual void OnDeviceConnected(
	UxrDeviceConnectEventArgs e
)

Parameters

 

e
Type: UltimateXR.Devices.UxrDeviceConnectEventArgs
Event parameters

Remarks

Calling the base implementation is required in child classes in order for the event to propagate correctly.

See Also

Reference

UxrTrackingDevice Class
UltimateXR.Devices Namespace