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

#include <animation.h>

Public Member Functions

auto get_apply_root_motion () const -> bool
 

Public Attributes

bool keep_position_y {}
 
bool keep_position_xz {}
 
bool keep_rotation {}
 
bool keep_in_place {}
 
std::string position_node_name
 
int position_node_index {-1}
 
std::string rotation_node_name
 
int rotation_node_index {-1}
 

Detailed Description

Definition at line 73 of file animation.h.

Member Function Documentation

◆ get_apply_root_motion()

auto unravel::root_motion_params::get_apply_root_motion ( ) const -> bool
inline

Definition at line 76 of file animation.h.

Member Data Documentation

◆ keep_in_place

bool unravel::root_motion_params::keep_in_place {}

Definition at line 85 of file animation.h.

◆ keep_position_xz

bool unravel::root_motion_params::keep_position_xz {}

Definition at line 82 of file animation.h.

◆ keep_position_y

bool unravel::root_motion_params::keep_position_y {}

Definition at line 81 of file animation.h.

◆ keep_rotation

bool unravel::root_motion_params::keep_rotation {}

Definition at line 83 of file animation.h.

◆ position_node_index

int unravel::root_motion_params::position_node_index {-1}

Definition at line 88 of file animation.h.

◆ position_node_name

std::string unravel::root_motion_params::position_node_name

Definition at line 87 of file animation.h.

◆ rotation_node_index

int unravel::root_motion_params::rotation_node_index {-1}

Definition at line 91 of file animation.h.

◆ rotation_node_name

std::string unravel::root_motion_params::rotation_node_name

Definition at line 90 of file animation.h.


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