C# Class VJGamePadButtonUtility, fuze-vj-kit

Mostrar archivo Open project: unity3d-jp/fuze-vj-kit Class Usage Examples

Public Methods

Method Description
GetButtonNameOf ( VJGamepadButton b ) : string
GetButtonTypeOf ( VJGamepadButton b ) : VJGamePadButtonType
GetKeyCodeOf ( VJGamepadButton b ) : KeyCode,
GetSemanticOf ( VJGamepadButton b ) : string

Method Details

GetButtonNameOf() public static method

public static GetButtonNameOf ( VJGamepadButton b ) : string
b VJGamepadButton
return string

GetButtonTypeOf() public static method

public static GetButtonTypeOf ( VJGamepadButton b ) : VJGamePadButtonType
b VJGamepadButton
return VJGamePadButtonType

GetKeyCodeOf() public static method

public static GetKeyCodeOf ( VJGamepadButton b ) : KeyCode,
b VJGamepadButton
return KeyCode,

GetSemanticOf() public static method

public static GetSemanticOf ( VJGamepadButton b ) : string
b VJGamepadButton
return string