Module tree

Source
Expand description

Contains tree structures and accessors for prototypes.

Structs§

EntityAccess
An accessor used to retrieve an Entity within an EntityTree.
EntityTree
A tree structure containing all the entities to be mutated by a prototype.
ProtoEntityList
A helper struct to deserialize Vec<Entity>.

Enums§

ChildAccess
Determines how a child entity is accessed.
ProtoEntity
A deserializable prototype entity reference.
SiblingAccess
Determines how a sibling entity is accessed.