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