C# 클래스 TerrainDisplay.Recast.RecastRendererBase

상속: Microsoft.Xna.Framework.DrawableGameComponent
파일 보기 프로젝트 열기: WCell/WCell-Terrain

보호된 프로퍼티들

프로퍼티 타입 설명
_cachedPolyIndices int[]
_cachedPolyVertices VertexPositionNormalColored[]
_graphics GraphicsDeviceManager
_manager NavMeshManager
_vertexDeclaration Microsoft.Xna.Framework.Graphics.VertexDeclaration

공개 메소드들

메소드 설명
Initialize ( ) : void
RecastRendererBase ( Microsoft.Xna.Framework.Game game, GraphicsDeviceManager graphics, NavMeshManager manager ) : Microsoft.Xna.Framework
RecastRendererBase ( Microsoft.Xna.Framework.Game game, NavMeshManager manager ) : Microsoft.Xna.Framework
RefreshRenderData ( ) : void

보호된 메소드들

메소드 설명
BuildPolyVerticiesAndIndicies ( ) : bool

메소드 상세

BuildPolyVerticiesAndIndicies() 보호된 추상적인 메소드

protected abstract BuildPolyVerticiesAndIndicies ( ) : bool
리턴 bool

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

RecastRendererBase() 공개 메소드

public RecastRendererBase ( Microsoft.Xna.Framework.Game game, GraphicsDeviceManager graphics, NavMeshManager manager ) : Microsoft.Xna.Framework
game Microsoft.Xna.Framework.Game
graphics GraphicsDeviceManager
manager NavMeshManager
리턴 Microsoft.Xna.Framework

RecastRendererBase() 공개 메소드

public RecastRendererBase ( Microsoft.Xna.Framework.Game game, NavMeshManager manager ) : Microsoft.Xna.Framework
game Microsoft.Xna.Framework.Game
manager NavMeshManager
리턴 Microsoft.Xna.Framework

RefreshRenderData() 공개 메소드

public RefreshRenderData ( ) : void
리턴 void

프로퍼티 상세

_cachedPolyIndices 보호되어 있는 프로퍼티

protected int[] _cachedPolyIndices
리턴 int[]

_cachedPolyVertices 보호되어 있는 프로퍼티

protected VertexPositionNormalColored[] _cachedPolyVertices
리턴 VertexPositionNormalColored[]

_graphics 보호되어 있는 프로퍼티

protected GraphicsDeviceManager _graphics
리턴 GraphicsDeviceManager

_manager 보호되어 있는 프로퍼티

protected NavMeshManager,TerrainDisplay.Recast _manager
리턴 NavMeshManager

_vertexDeclaration 보호되어 있는 프로퍼티

protected VertexDeclaration,Microsoft.Xna.Framework.Graphics _vertexDeclaration
리턴 Microsoft.Xna.Framework.Graphics.VertexDeclaration