AM_Tree

AM_Tree

The abstract base class for mixins that organize actors into hierarchical trees. (For example, a scene graph.)

Note - AM_Tree must be paired with PM_Tree in the pawn.

Members

# parent :Actor

The parent of the actor in the hierarchical tree.

Type:
Example:
const treeActor = TreeActor.create({parent: parentActor});