IMeshConvertible

public interface IMeshConvertible

Entities that implemented this interface can be converted to Mesh

Methods

MethodDescription
toMesh()Convert current object to mesh

toMesh()

public abstract Mesh toMesh()

Convert current object to mesh

Returns: Mesh - The mesh.