Factory

interface Factory

A factory for meshes.

Types

Companion
Link copied to clipboard
common
object Companion

Functions

createMesh
Link copied to clipboard
common
abstract fun createMesh(arrayMeshData: ArrayMeshData): Mesh
Creates a new mesh from given arrayMeshData.