Chicane

Character

ヘッダー
Includes/Chicane/Runtime/Scene/Actor/Pawn/Character.hpp
ネームスペース
Chicane::ACharacter

コンストラクター

名前説明
ACharacter()

オーバーライド関数

アクセスタイプモディファイア名前説明
protected
void
onInput()

関数

アクセスタイプモディファイア名前説明
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
)

メンバ

アクセスタイプモディファイア名前説明
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