C# 클래스 FlatRedBallAddOns.Entities.GlueEntityTemplate

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
Activity ( ) : void
Destroy ( ) : void
GlueEntityTemplate ( )
GlueEntityTemplate ( string contentManagerName )
GlueEntityTemplate ( string contentManagerName, bool addToManagers )

보호된 메소드들

메소드 설명
InitializeEntity ( bool addToManagers ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Activity() 공개 메소드

public Activity ( ) : void
리턴 void

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

GlueEntityTemplate() 공개 메소드

public GlueEntityTemplate ( )

GlueEntityTemplate() 공개 메소드

public GlueEntityTemplate ( string contentManagerName )
contentManagerName string

GlueEntityTemplate() 공개 메소드

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

InitializeEntity() 보호된 메소드

protected InitializeEntity ( bool addToManagers ) : void
addToManagers bool
리턴 void