MixedRealityBoundarySystem.GetBoundaryGeometry 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.
Retrieves the boundary geometry.
protected:
override System::Collections::Generic::List<UnityEngine::Vector3> ^ GetBoundaryGeometry();
protected override System.Collections.Generic.List<UnityEngine.Vector3> GetBoundaryGeometry ();
override this.GetBoundaryGeometry : unit -> System.Collections.Generic.List<UnityEngine.Vector3>
Protected Overrides Function GetBoundaryGeometry () As List(Of Vector3)
Returns
List<UnityEngine.Vector3>
A list of geometry points, or null if geometry was unavailable.