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

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

Detailed Description

Copies the translation of a target entity.

Definition at line 29 of file copy-translation-constraint.hpp.

Member Data Documentation

◆ copy_x

bool copy_translation_constraint::copy_x

Copy X translation.

Definition at line 35 of file copy-translation-constraint.hpp.

◆ copy_y

bool copy_translation_constraint::copy_y

Copy Y translation.

Definition at line 38 of file copy-translation-constraint.hpp.

◆ copy_z

bool copy_translation_constraint::copy_z

Copy Z translation.

Definition at line 41 of file copy-translation-constraint.hpp.

◆ invert_x

bool copy_translation_constraint::invert_x

Invert the copied X translation.

Definition at line 44 of file copy-translation-constraint.hpp.

◆ invert_y

bool copy_translation_constraint::invert_y

Invert the copied Y translation.

Definition at line 47 of file copy-translation-constraint.hpp.

◆ invert_z

bool copy_translation_constraint::invert_z

Invert the copied Z translation.

Definition at line 50 of file copy-translation-constraint.hpp.

◆ offset

bool copy_translation_constraint::offset

Add the copied translation.

Definition at line 53 of file copy-translation-constraint.hpp.

◆ target

entity::id copy_translation_constraint::target

Target entity ID.

Definition at line 32 of file copy-translation-constraint.hpp.


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