C# 클래스 UnityPlatformer.DefaultInput.InputMapping

파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 프로퍼티들

프로퍼티 타입 설명
action String
handheld String
keyboard String
wii WiiButtons

공개 메소드들

메소드 설명
InputMapping ( String _action, String _handheld, String _keyboard, WiiButtons _wii ) : UnityEngine

constructor

메소드 상세

InputMapping() 공개 메소드

constructor
public InputMapping ( String _action, String _handheld, String _keyboard, WiiButtons _wii ) : UnityEngine
_action String
_handheld String
_keyboard String
_wii WiiButtons
리턴 UnityEngine

프로퍼티 상세

action 공개적으로 프로퍼티

action identifier
public String action
리턴 String

handheld 공개적으로 프로퍼티

CNInput name
public String handheld
리턴 String

keyboard 공개적으로 프로퍼티

Keyboard name
public String keyboard
리턴 String

wii 공개적으로 프로퍼티

Button in a wiimote
public WiiButtons wii
리턴 WiiButtons