C# Class TopViewCharactermovement, 2DPlatformer

Inheritance: MonoBehaviour
Show file Open project: MarbleGameDev/2DPlatformer

Public Properties

Property Type Description
down bool
left bool
right bool
up bool

Public Methods

Method Description
Cooldown ( ) : void
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Cooldown() public method

public Cooldown ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

down public property

public bool down
return bool

left public property

public bool left
return bool

right public property

public bool right
return bool

up public property

public bool up
return bool