C# Class GameEntities.Switch

Base class for defines the user switches. (Booleans and quantitatives).
Inheritance: Dynamic
Afficher le fichier Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
OnPostCreate ( bool loaded ) : void

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

OnValueChange ( ) : void

Method Details

OnPostCreate() protected méthode

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

OnValueChange() protected méthode

protected OnValueChange ( ) : void
Résultat void