BBMOD_AnimationPlayer.submit

A function defined in BBMOD_AnimationPlayer.gml

submit([_materials])

Description

Immediately submits the animated model for rendering.

Arguments

Name Type Description
_materials Array<Struct.BBMOD_IMaterial>, Array<Pointer.Texture> An array of either material structs or just textures if you don't wish to use BBMOD's material system. If undefined, then BBMOD_Model.Materials is used. Defaults to undefined.

Returns

Struct.BBMOD_AnimationPlayer Returns self.

Do you find this page helpful?

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