Factory

interface Factory

A factory for meshes.

Types

Companion
Link copied to clipboard
object Companion

Functions

createMesh
Link copied to clipboard
abstract fun createMesh(arrayMeshData: ArrayMeshData): Mesh

Creates a new mesh from given arrayMeshData.