C# 클래스 Fusion.Engine.Graphics.GIS.TextGisLayer

상속: Gis.GisLayer
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaxZoom double
MinZoom double

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( GameTime gameTime, ConstantBuffer constBuffer ) : void
TextGisLayer ( Game game, int capacity, GlobeCamera camera ) : System
Update ( GameTime gameTime ) : void
UpdateText ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( GameTime gameTime, ConstantBuffer constBuffer ) : void
gameTime Fusion.Engine.Common.GameTime
constBuffer ConstantBuffer
리턴 void

TextGisLayer() 공개 메소드

public TextGisLayer ( Game game, int capacity, GlobeCamera camera ) : System
game Game
capacity int
camera GlobeCamera
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Fusion.Engine.Common.GameTime
리턴 void

UpdateText() 공개 메소드

public UpdateText ( ) : void
리턴 void

프로퍼티 상세

MaxZoom 공개적으로 프로퍼티

public double MaxZoom
리턴 double

MinZoom 공개적으로 프로퍼티

public double MinZoom
리턴 double