C# Class GameEntities.RTSFactionManager

Inheritance: MapGeneralObject
ファイルを表示 Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetFactionItemByType ( FactionType type ) : FactionItem
RTSFactionManager ( ) : System

Protected Methods

Method Description
OnDestroy ( ) : void

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

OnPostCreate ( bool loaded ) : void

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

Method Details

GetFactionItemByType() public method

public GetFactionItemByType ( FactionType type ) : FactionItem
type FactionType
return FactionItem

OnDestroy() protected method

Overridden from Engine.EntitySystem.Entity.OnDestroy().
protected OnDestroy ( ) : void
return void

OnPostCreate() protected method

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
protected OnPostCreate ( bool loaded ) : void
loaded bool
return void

RTSFactionManager() public method

public RTSFactionManager ( ) : System
return System