Render.Model
Index
Methods
clearAllParts
Returns void
getPart
Parameters
partName: string
part name
Returns ModelPart
Part by it's name or null if part doesn't exist.
hasPart
Parameters
partName: string
part name
Returns boolean
trueif part with specified name exists in the model,falseotherwise.
reset
Resets the model
Returns void
Clears all parts of the model.