C# Class TerrainDisplay.Recast.RecastFrameRenderer

Inheritance: RecastRendererBase
Show file Open project: WCell/WCell-Terrain

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
RecastFrameRenderer ( Microsoft.Xna.Framework.Game game, GraphicsDeviceManager graphics, NavMeshManager manager ) : System.Collections.Generic
RecastFrameRenderer ( Microsoft.Xna.Framework.Game game, NavMeshManager manager ) : System.Collections.Generic

Protected Methods

Method Description
BuildPolyVerticiesAndIndicies ( ) : bool

Method Details

BuildPolyVerticiesAndIndicies() protected method

protected BuildPolyVerticiesAndIndicies ( ) : bool
return bool

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Initialize() public method

public Initialize ( ) : void
return void

RecastFrameRenderer() public method

public RecastFrameRenderer ( Microsoft.Xna.Framework.Game game, GraphicsDeviceManager graphics, NavMeshManager manager ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game
graphics GraphicsDeviceManager
manager NavMeshManager
return System.Collections.Generic

RecastFrameRenderer() public method

public RecastFrameRenderer ( Microsoft.Xna.Framework.Game game, NavMeshManager manager ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game
manager NavMeshManager
return System.Collections.Generic