platformer
Public Member Functions | Public Attributes | List of all members
UnityPlatformer.DefaultInput.InputMapping Class Reference

Maps between various inputs methods and action (string) More...

Public Member Functions

 InputMapping (String _action, String _handheld, String _keyboard, WiiButtons _wii)
 constructor More...
 

Public Attributes

String action
 action identifier More...
 
String handheld
 CNInput name More...
 
String keyboard
 Keyboard name More...
 
WiiButtons wii
 Button in a wiimote More...
 

Detailed Description

Maps between various inputs methods and action (string)

Constructor & Destructor Documentation

◆ InputMapping()

UnityPlatformer.DefaultInput.InputMapping.InputMapping ( String  _action,
String  _handheld,
String  _keyboard,
WiiButtons  _wii 
)
inline

constructor

Member Data Documentation

◆ action

String UnityPlatformer.DefaultInput.InputMapping.action

action identifier

◆ handheld

String UnityPlatformer.DefaultInput.InputMapping.handheld

CNInput name

◆ keyboard

String UnityPlatformer.DefaultInput.InputMapping.keyboard

Keyboard name

◆ wii

WiiButtons UnityPlatformer.DefaultInput.InputMapping.wii

Button in a wiimote


The documentation for this class was generated from the following file: