C# Class GameEntities.Darkness

Inheritance: MapGeneralObject
Afficher le fichier Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ClearMapPosition ( float x, float y, int type ) : void
Darkness ( ) : System
cover ( ) : void

Méthodes protégées

Méthode Description
OnDestroy ( ) : void

Overridden from Engine.EntitySystem.Entity.OnDestroy().

OnPostCreate ( bool loaded ) : void

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).

Method Details

ClearMapPosition() public méthode

public ClearMapPosition ( float x, float y, int type ) : void
x float
y float
type int
Résultat void

Darkness() public méthode

public Darkness ( ) : System
Résultat System

OnDestroy() protected méthode

Overridden from Engine.EntitySystem.Entity.OnDestroy().
protected OnDestroy ( ) : void
Résultat void

OnPostCreate() protected méthode

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
protected OnPostCreate ( bool loaded ) : void
loaded bool
Résultat void

cover() public méthode

public cover ( ) : void
Résultat void