C# Class SadConsoleEditor.Tools.LayeredGameObject

Inheritance: SadConsole.Game.GameObject
Afficher le fichier Open project: Thraka/SadConsoleEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
SelectedSurface SadConsole.Game.GameObject
ShowSelectedSurface bool

Méthodes publiques

Méthode Description
LayeredGameObject ( ) : System
Render ( ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
OnPositionChanged ( Point oldLocation ) : void

Method Details

LayeredGameObject() public méthode

public LayeredGameObject ( ) : System
Résultat System

OnPositionChanged() protected méthode

protected OnPositionChanged ( Point oldLocation ) : void
oldLocation Point
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

SelectedSurface public_oe property

public GameObject,SadConsole.Game SelectedSurface
Résultat SadConsole.Game.GameObject

ShowSelectedSurface public_oe property

public bool ShowSelectedSurface
Résultat bool