|
Unravel Engine C++ Reference
|
#include <mcp_tools_common.h>
Public Attributes | |
| math::vec3 | position {} |
| math::vec3 | rotation_euler {} |
| math::vec3 | scale {1.0f, 1.0f, 1.0f} |
| bool | has_position {false} |
| bool | has_rotation {false} |
| bool | has_scale {false} |
Definition at line 164 of file mcp_tools_common.h.
| bool unravel::mcp::transform_snapshot::has_position {false} |
Definition at line 169 of file mcp_tools_common.h.
| bool unravel::mcp::transform_snapshot::has_rotation {false} |
Definition at line 170 of file mcp_tools_common.h.
| bool unravel::mcp::transform_snapshot::has_scale {false} |
Definition at line 171 of file mcp_tools_common.h.
| math::vec3 unravel::mcp::transform_snapshot::position {} |
Definition at line 166 of file mcp_tools_common.h.
| math::vec3 unravel::mcp::transform_snapshot::rotation_euler {} |
Definition at line 167 of file mcp_tools_common.h.
| math::vec3 unravel::mcp::transform_snapshot::scale {1.0f, 1.0f, 1.0f} |
Definition at line 168 of file mcp_tools_common.h.