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

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

Detailed Description

Copies the scale of a target entity.

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

Member Data Documentation

◆ copy_x

bool copy_scale_constraint::copy_x

Copy X scale.

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

◆ copy_y

bool copy_scale_constraint::copy_y

Copy Y scale.

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

◆ copy_z

bool copy_scale_constraint::copy_z

Copy Z scale.

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

◆ target

entity::id copy_scale_constraint::target

Target entity ID.

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


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