Unravel Engine C++ Reference
Loading...
Searching...
No Matches
character_controller_component.h File Reference
#include <engine/engine_export.h>
#include <engine/ecs/components/basic_component.h>
#include <engine/layers/layer_mask.h>
#include <math/math.h>
#include <bitset>

Go to the source code of this file.

Classes

class  unravel::character_controller_component
 Component for character controller physics with sweep-based movement. More...
 

Namespaces

namespace  unravel
 

Enumerations

enum class  unravel::character_controller_property : uint8_t {
  unravel::shape , unravel::step_height , unravel::slope_limit , unravel::skin_width ,
  unravel::gravity_scale , unravel::layer , unravel::movement_params , unravel::count
}
 Enum for trackable character controller properties. More...