ARFaceGeometry.GetTriangleIndices 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.
An array of indices into the GetVertices() and GetTextureCoordinates() arrays.
public short[] GetTriangleIndices ();
member this.GetTriangleIndices : unit -> int16[]
Returns
Int16[]
Remarks
Every three subsequent values define the indices of a single triangle.