C# Class FSMDemo, FSM2D

Inheritance: FSM2D
显示文件 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_oe property

public float dashTimer
return float

gravity public_oe property

public float gravity
return float

groundDamping public_oe property

public float groundDamping
return float

jumpHeight public_oe property

public float jumpHeight
return float

runSpeed public_oe property

public float runSpeed
return float

stompPower public_oe property

public float stompPower
return float