IMeshConvertible
public interface IMeshConvertible
Entities that implemented this interface can be converted to Mesh
Methods
| Method | Description |
|---|
| toMesh() | Convert current object to mesh |
toMesh()
public abstract Mesh toMesh()
Convert current object to mesh
Returns:
Mesh - The mesh.