C# Class FlatRedBallAddOns.Entities.GlueEntityTemplate

Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Activity ( ) : void
Destroy ( ) : void
GlueEntityTemplate ( )
GlueEntityTemplate ( string contentManagerName )
GlueEntityTemplate ( string contentManagerName, bool addToManagers )

Protected Methods

Method Description
InitializeEntity ( bool addToManagers ) : void

Private Methods

Method Description
CustomActivity ( ) : void
CustomDestroy ( ) : void
CustomInitialize ( ) : void

Initialization logic which is execute only one time for this Entity (unless the Entity is pooled). This method is called when the Entity is added to managers. Entities which are instantiated but not added to managers will not have this method called.

CustomLoadStaticContent ( string contentManagerName ) : void

Method Details

Activity() public method

public Activity ( ) : void
return void

Destroy() public method

public Destroy ( ) : void
return void

GlueEntityTemplate() public method

public GlueEntityTemplate ( )

GlueEntityTemplate() public method

public GlueEntityTemplate ( string contentManagerName )
contentManagerName string

GlueEntityTemplate() public method

public GlueEntityTemplate ( string contentManagerName, bool addToManagers )
contentManagerName string
addToManagers bool

InitializeEntity() protected method

protected InitializeEntity ( bool addToManagers ) : void
addToManagers bool
return void