C# Class FlatRedBallAddOns.Entities.GlueEntityTemplate

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
Activity ( ) : void
Destroy ( ) : void
GlueEntityTemplate ( )
GlueEntityTemplate ( string contentManagerName )
GlueEntityTemplate ( string contentManagerName, bool addToManagers )

Méthodes protégées

Méthode Description
InitializeEntity ( bool addToManagers ) : void

Private Methods

Méthode 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 méthode

public Activity ( ) : void
Résultat void

Destroy() public méthode

public Destroy ( ) : void
Résultat void

GlueEntityTemplate() public méthode

public GlueEntityTemplate ( )

GlueEntityTemplate() public méthode

public GlueEntityTemplate ( string contentManagerName )
contentManagerName string

GlueEntityTemplate() public méthode

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

InitializeEntity() protected méthode

protected InitializeEntity ( bool addToManagers ) : void
addToManagers bool
Résultat void