Antkeeper  0.0.1
Public Attributes | List of all members
constraint_stack_component Struct Reference

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...
 

Detailed Description

Causes an ordered stack of constraints to be applied to an entity.

Definition at line 29 of file constraint-stack-component.hpp.

Member Data Documentation

◆ head

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.

◆ priority

int constraint_stack_component::priority

Priority number, with lower priorities evaluated first.

Definition at line 32 of file constraint-stack-component.hpp.


The documentation for this struct was generated from the following file: