IMixedRealityBoundarySystem.GetBoundaryCeilingVisualization 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 upper surface of the user's boundary.
public:
UnityEngine::GameObject ^ GetBoundaryCeilingVisualization();
public UnityEngine.GameObject GetBoundaryCeilingVisualization ();
abstract member GetBoundaryCeilingVisualization : unit -> UnityEngine.GameObject
Public Function GetBoundaryCeilingVisualization () As GameObject
Returns
UnityEngine.GameObject
The boundary ceiling visualization object or null if one does not exist.