Table of Contents

Class InputActionMap

Namespace
Framework.Systems.Input
Assembly
Assembly-CSharp.dll

입력 액션 이름 상수. IInputSystem.GetAction 호출 시 사용. 매직 스트링 제거.

public static class InputActionMap
Inheritance
object
InputActionMap

Fields

Attack

공격 입력 액션 이름.

public const string Attack = "Attack"

Field Value

string

Jump

점프 입력 액션 이름.

public const string Jump = "Jump"

Field Value

string

Move

이동 입력 액션 이름.

public const string Move = "Move"

Field Value

string