C# Class FSMDemo, FSM2D

Inheritance: FSM2D
Show file Open project: Pumph0use/FSM2D

Public Properties

Property Type Description
dashTimer float
gravity float
groundDamping float
jumpHeight float
runSpeed float
stompPower float

Public Methods

Method Description
Awake ( ) : void

Protected Methods

Method Description
PostUpdate ( ) : void
PreUpdate ( ) : void

Private Methods

Method Description
Controllable_Exit ( ) : void
Controllable_Update ( ) : void
Dash_Enter ( ) : void
Dash_Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

PostUpdate() protected method

protected PostUpdate ( ) : void
return void

PreUpdate() protected method

protected PreUpdate ( ) : void
return void

Property Details

dashTimer public property

public float dashTimer
return float

gravity public property

public float gravity
return float

groundDamping public property

public float groundDamping
return float

jumpHeight public property

public float jumpHeight
return float

runSpeed public property

public float runSpeed
return float

stompPower public property

public float stompPower
return float