A function defined in BBMOD_AnimationPlayer.gml
set_node_rotation_post(_nodeIndex, _rotation)
Sets a post-rotation of a node.
Name | Type | Description |
---|---|---|
_nodeIndex | Real |
An index of a node. |
_rotation | Struct.BBMOD_Quaternion |
A rotation applied after the node is rotated using frame data. Use undefined to unset the post-rotation. |
Struct.BBMOD_AnimationPlayer
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.