MixedRealityBoundarySystem.GetBoundaryGeometry Method

Definition

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.

Applies to