BaseBoundarySystem.GetBoundaryGeometry Method

Definition

Retrieves the boundary geometry.

protected:
 abstract System::Collections::Generic::List<UnityEngine::Vector3> ^ GetBoundaryGeometry();
protected abstract System.Collections.Generic.List<UnityEngine.Vector3> GetBoundaryGeometry ();
abstract member GetBoundaryGeometry : unit -> System.Collections.Generic.List<UnityEngine.Vector3>
Protected MustOverride Function GetBoundaryGeometry () As List(Of Vector3)

Returns

List<UnityEngine.Vector3>

A list of geometry points, or null if geometry was unavailable.

Applies to