BaseBoundarySystem.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:
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.