A function defined in BBMOD_AnimationPlayer.gml
set_node_position(_nodeIndex, _position)
Overrides a position of a node.
Name | Type | Description |
---|---|---|
_nodeIndex | Real |
An index of a node. |
_position | Struct.BBMOD_Vec3 |
A new position of a node. Use undefined to unset the position override. |
Struct.BBMOD_AnimationPlayer
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.