C# Class SadConsoleEditor.Tools.LayeredGameObject

Inheritance: SadConsole.Game.GameObject
Mostra file Open project: Thraka/SadConsoleEditor Class Usage Examples

Public Properties

Property Type Description
SelectedSurface SadConsole.Game.GameObject
ShowSelectedSurface bool

Public Methods

Method Description
LayeredGameObject ( ) : System
Render ( ) : void
Update ( ) : void

Protected Methods

Method Description
OnPositionChanged ( Point oldLocation ) : void

Method Details

LayeredGameObject() public method

public LayeredGameObject ( ) : System
return System

OnPositionChanged() protected method

protected OnPositionChanged ( Point oldLocation ) : void
oldLocation Point
return void

Render() public method

public Render ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

SelectedSurface public_oe property

public GameObject,SadConsole.Game SelectedSurface
return SadConsole.Game.GameObject

ShowSelectedSurface public_oe property

public bool ShowSelectedSurface
return bool