Class InputBinding
액션 이름 - KeyCode 바인딩 설정 데이터.
public class InputBinding
- Inheritance
-
objectInputBinding
Remarks
InputSystem.AddBinding으로 등록한다.
Properties
ActionName
액션 이름. InputActionMap 상수 사용.
public string ActionName { get; set; }
Property Value
- string
Key
바인딩된 KeyCode.
public KeyCode Key { get; set; }
Property Value
- KeyCode