C# Class CompPac.Characters.PacmanCharacter

Inheritance: Composable
Datei anzeigen Open project: juanpaexpedite/MasterDetailsComposition

Public Methods

Method Description
ChangeTo ( Directions newdirection ) : void
PacmanCharacter ( ) : CompPac.Common
UpdateComposition ( Vector2 bounds ) : void

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
CheckBounds ( Vector2 bounds ) : bool
UpdatePosition ( Vector2 bounds ) : void

Method Details

ChangeTo() public method

public ChangeTo ( Directions newdirection ) : void
newdirection Directions
return void

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

PacmanCharacter() public method

public PacmanCharacter ( ) : CompPac.Common
return CompPac.Common

UpdateComposition() public method

public UpdateComposition ( Vector2 bounds ) : void
bounds Vector2
return void