C# Class FlatRedBallAddOns.Screens.ScreenTemplate

Inheritance: Screen
Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Activity ( bool firstTimeCalled ) : void
Destroy ( ) : void
Initialize ( ) : void
Initialize ( bool addToManagers ) : void
ScreenTemplate ( )
ScreenTemplate ( ) : System

Private Methods

Method Description
CustomActivity ( bool firstTimeCalled ) : void
CustomDestroy ( ) : void
CustomInitialize ( ) : void
CustomLoadStaticContent ( string contentManagerName ) : void

Method Details

Activity() public method

public Activity ( bool firstTimeCalled ) : void
firstTimeCalled bool
return void

Destroy() public method

public Destroy ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

Initialize() public method

public Initialize ( bool addToManagers ) : void
addToManagers bool
return void

ScreenTemplate() public method

public ScreenTemplate ( )

ScreenTemplate() public method

public ScreenTemplate ( ) : System
return System