WorldManager.OnPositionalLocatorStateChangedDelegate
public delegate void OnPositionalLocatorStateChangedDelegate(XR.WSA.PositionalLocatorState oldState,
XR.WSA.PositionalLocatorState newState);
Parameters
| oldState | The previous state of the world tracking systems. | |
| newState | The new state of the world tracking systems. |
Description 描述
Callback on when the world tracking systems state has changed.