Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

WorldManager.OnPositionalLocatorStateChangedDelegate

public delegate void OnPositionalLocatorStateChangedDelegate(VR.WSA.PositionalLocatorState oldState, VR.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.