The IMeshElement interface represents a mesh element, which can be a vertex, edge, or face belonging to a mesh. It provides access to the associated MeshComponent, GameObject, and Scene.
The IMeshElement interface represents a mesh element, which can be a vertex, edge, or face belonging to a mesh. It provides access to the associated MeshComponent, GameObject, and Scene.
Member Name | Summary |
---|---|
Component | Gets the MeshComponent associated with this mesh element. |
GameObject | Gets the GameObject that this mesh element is part of. |
Scene | Gets the Scene in which this mesh element exists. |