A function defined in BBMOD_Node.gml
submit(_materials, _transform, _batchData)
Immediately submits the node for rendering.
Name | Type | Description |
---|---|---|
_materials | Array<Struct.BBMOD_BaseMaterial> |
An array of materials, one for each material slot of the model. |
_transform | Array |
An array of dual quaternions for transforming animated models or undefined . |
_batchData | Array |
Data for dynamic batching or undefined . |
Struct.BBMOD_Node
Returns self
.
Copyright © 2023, BlueBurn. Built on September 11, 2023 using GMDoc.