EnvironmentObservation.GetVertexPositions(Vector3[]) 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.
Returns positions of vertices observed in the environment.
public void GetVertexPositions (System.Numerics.Vector3[] vertices);
member this.GetVertexPositions : System.Numerics.Vector3[] -> unit
Public Sub GetVertexPositions (vertices As Vector3())
Parameters
- vertices
- Vector3[]
Buffer to store the vertexes, allocated by the caller according to VertexCount.