Antkeeper
0.0.1
|
Copies the scale of a target entity. More...
#include <copy-scale-constraint.hpp>
Public Attributes | |
entity::id | target |
Target entity ID. More... | |
bool | copy_x |
Copy X scale. More... | |
bool | copy_y |
Copy Y scale. More... | |
bool | copy_z |
Copy Z scale. More... | |
Copies the scale of a target entity.
Definition at line 29 of file copy-scale-constraint.hpp.
bool copy_scale_constraint::copy_x |
Copy X scale.
Definition at line 35 of file copy-scale-constraint.hpp.
bool copy_scale_constraint::copy_y |
Copy Y scale.
Definition at line 38 of file copy-scale-constraint.hpp.
bool copy_scale_constraint::copy_z |
Copy Z scale.
Definition at line 41 of file copy-scale-constraint.hpp.
entity::id copy_scale_constraint::target |
Target entity ID.
Definition at line 32 of file copy-scale-constraint.hpp.