UxrTrackingDevice.OnAvatarUpdated Method
Event trigger for the AvatarUpdated 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 OnAvatarUpdated()
Remarks
Calling the base implementation is required in child classes in order for the event to propagate correctly.