LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

WorldManager.OnPositionalLocatorStateChangedDelegate

public delegate void OnPositionalLocatorStateChangedDelegate(XR.WSA.PositionalLocatorState oldState, XR.WSA.PositionalLocatorState newState);

Parameters

oldStateThe previous state of the world tracking systems.
newStateThe new state of the world tracking systems.

Description

Callback on when the world tracking systems state has changed.