ecsnet
Loading...
Searching...
No Matches
transform_t Struct Reference

Component data structure for entity transformation. Combines position and rotation into a single component. More...

#include <ecs_builtin.h>

Collaboration diagram for transform_t:

Public Attributes

position_t position
rotation_t rotation

Detailed Description

Component data structure for entity transformation. Combines position and rotation into a single component.

Member Data Documentation

◆ position

position_t transform_t::position

Position component.

◆ rotation

rotation_t transform_t::rotation

Rotation component.


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