C# Class MovementDirection, newsupermeatboy

Mostrar archivo Open project: hagish/newsupermeatboy Class Usage Examples

Public Properties

Property Type Description
lastDirection Direction,

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void
hasPositionChange ( ) : bool

Private Methods

Method Description
notifyIdle ( ) : void
updateOtherPosition ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

hasPositionChange() public method

public hasPositionChange ( ) : bool
return bool

Property Details

lastDirection public_oe property

public Direction, lastDirection
return Direction,