C# Class KeyMapping, 2DPlatformer

KeyMapping is a named handler for 3 CustomInput.
Exibir arquivo Open project: MarbleGameDev/2DPlatformer Class Usage Examples

Public Properties

Property Type Description
keyName string

Public Methods

Method Description
OnClick ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnClick() public method

public OnClick ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

keyName public_oe property

public string keyName
return string