Property vertices
vertices
The vertices representing the face mesh. Check for existence with vertices.IsCreated.
This array is parallel to normals and uvs. Vertices are
provided in face space, that is, relative to this ARFace's local
position and rotation.
Declaration
public NativeArray<Vector3> vertices { get; }
Property Value
| Type | Description |
|---|---|
| NativeArray<Vector3> |