Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::animation_pose::root_motion_state Struct Reference

#include <animation_pose.h>

Public Attributes

math::vec3 root_position_at_time
 
animation_channel::seconds_t root_position_time {}
 
math::quat root_rotation_at_time
 
animation_channel::seconds_t root_rotation_time {}
 

Detailed Description

Definition at line 36 of file animation_pose.h.

Member Data Documentation

◆ root_position_at_time

math::vec3 unravel::animation_pose::root_motion_state::root_position_at_time

Definition at line 38 of file animation_pose.h.

◆ root_position_time

animation_channel::seconds_t unravel::animation_pose::root_motion_state::root_position_time {}

Definition at line 39 of file animation_pose.h.

◆ root_rotation_at_time

math::quat unravel::animation_pose::root_motion_state::root_rotation_at_time

Definition at line 41 of file animation_pose.h.

◆ root_rotation_time

animation_channel::seconds_t unravel::animation_pose::root_motion_state::root_rotation_time {}

Definition at line 42 of file animation_pose.h.


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