BBMOD_AnimationPlayer.set_node_rotation

A function defined in BBMOD_AnimationPlayer.gml

set_node_rotation(_nodeIndex, _rotation)

Description

Overrides a rotation of a node.

Arguments

Name Type Description
_nodeIndex Real An index of a node.
_rotation Struct.BBMOD_Quaternion A new rotation of a node. Use undefined to unset the rotation override.

Returns

Struct.BBMOD_AnimationPlayer Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.