C# Class MouseController, Malisse

Inheritance: MonoBehaviour
Mostra file Open project: Collegiennes/Malisse Class Usage Examples

Public Methods

Method Description
GetButton ( BaseController, buttonId ) : bool
GetButton ( MouseController, buttonId ) : bool
GetButtonDown ( BaseController, buttonId ) : bool
GetButtonDown ( MouseController, buttonId ) : bool
GetButtonName ( BaseController, buttonId ) : string
GetButtonUp ( BaseController, buttonId ) : bool
GetButtonUp ( MouseController, buttonId ) : bool
SetKeyMapping ( ) : void

Method Details

GetButton() public method

public GetButton ( BaseController, buttonId ) : bool
buttonId BaseController,
return bool

GetButton() public method

public GetButton ( MouseController, buttonId ) : bool
buttonId MouseController,
return bool

GetButtonDown() public method

public GetButtonDown ( BaseController, buttonId ) : bool
buttonId BaseController,
return bool

GetButtonDown() public method

public GetButtonDown ( MouseController, buttonId ) : bool
buttonId MouseController,
return bool

GetButtonName() public method

public GetButtonName ( BaseController, buttonId ) : string
buttonId BaseController,
return string

GetButtonUp() public method

public GetButtonUp ( BaseController, buttonId ) : bool
buttonId BaseController,
return bool

GetButtonUp() public method

public GetButtonUp ( MouseController, buttonId ) : bool
buttonId MouseController,
return bool

SetKeyMapping() public method

public SetKeyMapping ( ) : void
return void