C# Class PlatformerCharacter2D, ggj14-mirror-mirror

Inheritance: MonoBehaviour
Mostra file Open project: NashGameDev/ggj14-mirror-mirror Class Usage Examples

Public Properties

Property Type Description
isOnLadder bool

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
Flip ( ) : void
Move ( float move, float moveUpDown, bool crouch, bool jump ) : void
SetPlayerGravity ( float gravityValue ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Flip() public method

public Flip ( ) : void
return void

Move() public method

public Move ( float move, float moveUpDown, bool crouch, bool jump ) : void
move float
moveUpDown float
crouch bool
jump bool
return void

SetPlayerGravity() public method

public SetPlayerGravity ( float gravityValue ) : void
gravityValue float
return void

Property Details

isOnLadder public_oe property

public bool isOnLadder
return bool