BBMOD_IMeshRenderQueue.DrawMeshAnimated

A function defined in BBMOD_IMeshRenderQueue.gml

DrawMeshAnimated(_mesh_material, _matrix, _boneTransform)

Description

Adds a BBMOD_ERenderCommand.DrawMeshAnimated command into the queue.

Arguments

Name Type Description
_mesh Struct.BBMOD_Mesh The mesh to draw.
_material Struct.BBMOD_Material The material to use.
_matrix Array The world matrix.
_boneTransform Array An array with bone transformation data.

Returns

Struct.BBMOD_IMeshRenderQueue Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on July 03, 2024 using GMDoc.