MeshPrimitive.GetIndices

MeshPrimitive.GetIndices method

Gets the raw list of indices of this primitive.

public IList<uint> GetIndices()

Return Value

A list of indices, or null.

See Also