C# Class TerrainDisplay.Recast.RecastFrameRenderer

Inheritance: RecastRendererBase
Afficher le fichier Open project: WCell/WCell-Terrain

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
BuildPolyVerticiesAndIndicies ( ) : bool

Method Details

BuildPolyVerticiesAndIndicies() protected méthode

protected BuildPolyVerticiesAndIndicies ( ) : bool
Résultat bool

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

RecastFrameRenderer() public méthode

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

RecastFrameRenderer() public méthode

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