Class SkeletonModification2DStackHolder
A modification that holds and executes a SkeletonModificationStack2D.
- Inheritance
-
SkeletonModification2DStackHolder
Remarks
This SkeletonModification2D holds a reference to a SkeletonModificationStack2D, allowing you to use multiple modification stacks on a single Skeleton2D.
Note: The modifications in the held SkeletonModificationStack2D will only be executed if their execution mode matches the execution mode of the SkeletonModification2DStackHolder.
Methods
get_held_modification_stack
Qualifiers: const
Returns the SkeletonModificationStack2D that this modification is holding.
SkeletonModificationStack2D get_held_modification_stack
set_held_modification_stack(SkeletonModificationStack2D)
Sets the SkeletonModificationStack2D that this modification is holding. This modification stack will then be executed when this modification is executed.
void set_held_modification_stack(SkeletonModificationStack2D held_modification_stack)
Parameters
held_modification_stack
SkeletonModificationStack2D