Chicane

Character

Header
Includes/Chicane/Runtime/Scene/Actor/Pawn/Character.hpp
Namespace
Chicane::ACharacter

Construtores

NomeDescrição
ACharacter()

Funções Substitutivas

AccessoReturnoModificadorNomeDescrição
protected
void
onInput()

Funções

AccessoReturnoModificadorNomeDescrição
public
void
setMoveScale(
float inScale
)
public
void
setMoveInput(
float inForward
float inRight
float inUp
)
public
void
move(
const  Vec3& inDirection
float inScale
)
public
void
jump(
float inSpeed
)
public
void
addPitch(
float inValue
)
public
void
addRoll(
float inValue
)
public
void
addYaw(
float inValue
)

Membros

AccessoTipoModificadorNomeDescrição
public
float
static, constexpr
DEFAULT_JUMP_SPEED
protected
float
m_moveScale
protected
float
m_forwardInput
protected
float
m_rightInput
protected
float
m_upInput
protected
m_lastInputTime
protected
bool
m_bMoving