C# 클래스 TerrainDisplay.AxisRenderer

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

공개 메소드들

메소드 설명
AxisRenderer ( Microsoft.Xna.Framework.Game game ) : System.Collections.Generic
Draw ( GameTime gameTime ) : void
Initialize ( ) : void

비공개 메소드들

메소드 설명
BuildVerticiesAndIndicies ( ) : void
GetRenderingIndices ( ) : int[]
GetRenderingVerticies ( ) : TerrainDisplay.VertexPositionNormalColored[]

메소드 상세

AxisRenderer() 공개 메소드

public AxisRenderer ( Microsoft.Xna.Framework.Game game ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game
리턴 System.Collections.Generic

Draw() 공개 메소드

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

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void