C# Class Ctrl_Space.Input.InputState

Mostra file Open project: vkd/Ctrl-Space

Public Properties

Property Type Description
Down float
Exit bool
Left float
PrimaryWeapon bool
Right float
RotateCCW float
RotateCW float
SecondaryWeapon bool
Up float

Public Methods

Method Description
Process ( string method, float data ) : void
Reset ( ) : void

Method Details

Process() public method

public Process ( string method, float data ) : void
method string
data float
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

Down public_oe property

public float Down
return float

Exit public_oe property

public bool Exit
return bool

Left public_oe property

public float Left
return float

PrimaryWeapon public_oe property

public bool PrimaryWeapon
return bool

Right public_oe property

public float Right
return float

RotateCCW public_oe property

public float RotateCCW
return float

RotateCW public_oe property

public float RotateCW
return float

SecondaryWeapon public_oe property

public bool SecondaryWeapon
return bool

Up public_oe property

public float Up
return float