Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::mcp::transform_snapshot Struct 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}
 

Detailed Description

Definition at line 164 of file mcp_tools_common.h.

Member Data Documentation

◆ has_position

bool unravel::mcp::transform_snapshot::has_position {false}

Definition at line 169 of file mcp_tools_common.h.

◆ has_rotation

bool unravel::mcp::transform_snapshot::has_rotation {false}

Definition at line 170 of file mcp_tools_common.h.

◆ has_scale

bool unravel::mcp::transform_snapshot::has_scale {false}

Definition at line 171 of file mcp_tools_common.h.

◆ position

math::vec3 unravel::mcp::transform_snapshot::position {}

Definition at line 166 of file mcp_tools_common.h.

◆ rotation_euler

math::vec3 unravel::mcp::transform_snapshot::rotation_euler {}

Definition at line 167 of file mcp_tools_common.h.

◆ scale

math::vec3 unravel::mcp::transform_snapshot::scale {1.0f, 1.0f, 1.0f}

Definition at line 168 of file mcp_tools_common.h.


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