IMixedRealityBoundarySystem.GetTrackedAreaVisualization Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the GameObject that represents the user's tracked area.
public:
UnityEngine::GameObject ^ GetTrackedAreaVisualization();
public UnityEngine.GameObject GetTrackedAreaVisualization ();
abstract member GetTrackedAreaVisualization : unit -> UnityEngine.GameObject
Public Function GetTrackedAreaVisualization () As GameObject
Returns
UnityEngine.GameObject
The tracked area visualization object or null if one does not exist.