메소드 | 설명 | |
---|---|---|
Draw ( |
Draws a frame
|
|
LoadContent ( IContentCatalogue catalogue, Microsoft.Xna.Framework.Content.ContentManager manager ) : void |
Load all XNA ContentManager content
|
|
SunBurnLayer ( |
Creates a new instance of the SunBurnLayer
|
|
SunBurnLayer ( |
Creates a new instance of the SunBurnLayer with a ContentRepository and a Scene
|
|
UnloadContent ( IContentCatalogue catalogue ) : void |
Unload all XNA ContentManager content
|
public Draw ( |
||
gameTime | ||
리턴 | void |
public LoadContent ( IContentCatalogue catalogue, Microsoft.Xna.Framework.Content.ContentManager manager ) : void | ||
catalogue | IContentCatalogue | |
manager | Microsoft.Xna.Framework.Content.ContentManager | XNA content manage |
리턴 | void |
public SunBurnLayer ( |
||
gameState | ||
리턴 | System |
public SunBurnLayer ( |
||
gameState | ||
repositoryPath | string | The path to the ContentRepository file in the Content project |
scenePath | string | The path to the SunBurn Scene file in the Content project |
리턴 | System |
public UnloadContent ( IContentCatalogue catalogue ) : void | ||
catalogue | IContentCatalogue | |
리턴 | void |