Antkeeper
0.0.1
|
Causes an ordered stack of constraints to be applied to an entity. More...
#include <constraint-stack-component.hpp>
Public Attributes | |
int | priority |
Priority number, with lower priorities evaluated first. More... | |
entity::id | head |
ID of the entity containing the first constraint stack node. More... | |
Causes an ordered stack of constraints to be applied to an entity.
Definition at line 29 of file constraint-stack-component.hpp.
entity::id constraint_stack_component::head |
ID of the entity containing the first constraint stack node.
Definition at line 35 of file constraint-stack-component.hpp.
int constraint_stack_component::priority |
Priority number, with lower priorities evaluated first.
Definition at line 32 of file constraint-stack-component.hpp.