Property | Type | Description | |
---|---|---|---|
waterfallTexture | Texture2D[] |
Method | Description | |
---|---|---|
CheckForWaterfall ( int i, int j ) : bool | ||
Draw ( |
||
FindWaterfalls ( bool forced = false ) : void | ||
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager manager ) : void | ||
UpdateFrame ( ) : void | ||
WaterfallManager ( ) : Microsoft.Xna.Framework |
Method | Description | |
---|---|---|
DrawWaterfall ( |
public CheckForWaterfall ( int i, int j ) : bool | ||
i | int | |
j | int | |
return | bool |
public Draw ( |
||
spriteBatch | ||
return | void |
public FindWaterfalls ( bool forced = false ) : void | ||
forced | bool | |
return | void |
public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager manager ) : void | ||
manager | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |
public WaterfallManager ( ) : Microsoft.Xna.Framework | ||
return | Microsoft.Xna.Framework |