Antkeeper
0.0.1
|
Copies the translation of a target entity. More...
#include <copy-translation-constraint.hpp>
Public Attributes | |
entity::id | target |
Target entity ID. More... | |
bool | copy_x |
Copy X translation. More... | |
bool | copy_y |
Copy Y translation. More... | |
bool | copy_z |
Copy Z translation. More... | |
bool | invert_x |
Invert the copied X translation. More... | |
bool | invert_y |
Invert the copied Y translation. More... | |
bool | invert_z |
Invert the copied Z translation. More... | |
bool | offset |
Add the copied translation. More... | |
Copies the translation of a target entity.
Definition at line 29 of file copy-translation-constraint.hpp.
bool copy_translation_constraint::copy_x |
Copy X translation.
Definition at line 35 of file copy-translation-constraint.hpp.
bool copy_translation_constraint::copy_y |
Copy Y translation.
Definition at line 38 of file copy-translation-constraint.hpp.
bool copy_translation_constraint::copy_z |
Copy Z translation.
Definition at line 41 of file copy-translation-constraint.hpp.
bool copy_translation_constraint::invert_x |
Invert the copied X translation.
Definition at line 44 of file copy-translation-constraint.hpp.
bool copy_translation_constraint::invert_y |
Invert the copied Y translation.
Definition at line 47 of file copy-translation-constraint.hpp.
bool copy_translation_constraint::invert_z |
Invert the copied Z translation.
Definition at line 50 of file copy-translation-constraint.hpp.
bool copy_translation_constraint::offset |
Add the copied translation.
Definition at line 53 of file copy-translation-constraint.hpp.
entity::id copy_translation_constraint::target |
Target entity ID.
Definition at line 32 of file copy-translation-constraint.hpp.