A function defined in BBMOD_AnimationPlayer.gml
render([_materials])
Enqueues the animated model for rendering.
Name | Type | Description |
---|---|---|
_materials | Array<Struct.BBMOD_Material> |
An array of materials, one for each material slot of the model. If not specified, then BBMOD_Model.Materials is used. Defaults to undefined . |
Struct.BBMOD_AnimationPlayer
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.