Class MaterialBabylonMeshDto (Inputs.BabylonMesh)
Constructors
constructor
new MaterialBabylonMeshDto( babylonMesh?: Mesh, material?: Material, includeChildren?: boolean,): MaterialBabylonMeshDto Parameters
OptionalbabylonMesh: MeshOptionalmaterial: MaterialOptionalincludeChildren: boolean
Properties
babylonMesh
babylonMesh: Mesh
material
material: Material
includeChildren
includeChildren: boolean
Feeds
babylon.mesh.setMaterialwith a mesh, the material to give it and whether its children get it too.