C# Class Nez.VirtualJoystick.KeyboardKeys

Inheritance: Node
ファイルを表示 Open project: prime31/Nez

Public Properties

Property Type Description
down Keys
left Keys
overlapBehavior OverlapBehavior
right Keys
up Keys

Public Methods

Method Description
KeyboardKeys ( OverlapBehavior overlapBehavior, Keys left, Keys right, Keys up, Keys down ) : System.Collections.Generic
update ( ) : void

Method Details

KeyboardKeys() public method

public KeyboardKeys ( OverlapBehavior overlapBehavior, Keys left, Keys right, Keys up, Keys down ) : System.Collections.Generic
overlapBehavior OverlapBehavior
left Keys
right Keys
up Keys
down Keys
return System.Collections.Generic

update() public method

public update ( ) : void
return void

Property Details

down public_oe property

public Keys down
return Keys

left public_oe property

public Keys left
return Keys

overlapBehavior public_oe property

public OverlapBehavior overlapBehavior
return OverlapBehavior

right public_oe property

public Keys right
return Keys

up public_oe property

public Keys up
return Keys