C# Class GameEntities.RTSFactionManager

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetFactionItemByType ( FactionType type ) : FactionItem
RTSFactionManager ( ) : System

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

GetFactionItemByType() public méthode

public GetFactionItemByType ( FactionType type ) : FactionItem
type FactionType
Résultat FactionItem

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

RTSFactionManager() public méthode

public RTSFactionManager ( ) : System
Résultat System