C# 클래스 RTSEngine.Graphics.RTSBuildingModel

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 메소드들

메소드 설명
DrawInstances ( GraphicsDevice g ) : void
Hook ( RTSRenderer renderer, GameState s, int ti, int fti, int building ) : void
RTSBuildingModel ( RTSRenderer renderer, Stream sModel ) : System
SetInstances ( GraphicsDevice g ) : void
UpdateInstances ( GraphicsDevice g, Predicate fVisible ) : void

메소드 상세

DrawInstances() 공개 메소드

public DrawInstances ( GraphicsDevice g ) : void
g GraphicsDevice
리턴 void

Hook() 공개 메소드

public Hook ( RTSRenderer renderer, GameState s, int ti, int fti, int building ) : void
renderer RTSRenderer
s RTSEngine.Data.GameState
ti int
fti int
building int
리턴 void

RTSBuildingModel() 공개 메소드

public RTSBuildingModel ( RTSRenderer renderer, Stream sModel ) : System
renderer RTSRenderer
sModel Stream
리턴 System

SetInstances() 공개 메소드

public SetInstances ( GraphicsDevice g ) : void
g GraphicsDevice
리턴 void

UpdateInstances() 공개 메소드

public UpdateInstances ( GraphicsDevice g, Predicate fVisible ) : void
g GraphicsDevice
fVisible Predicate
리턴 void