C# Class Fusion.Engine.Graphics.GIS.TextGisLayer

Inheritance: Gis.GisLayer
Mostra file Open project: demiurghg/FusionEngine Class Usage Examples

Public Properties

Property Type Description
MaxZoom double
MinZoom double

Public Methods

Method Description
Dispose ( ) : void
Draw ( GameTime gameTime, ConstantBuffer constBuffer ) : void
TextGisLayer ( Game game, int capacity, GlobeCamera camera ) : System
Update ( GameTime gameTime ) : void
UpdateText ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

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

TextGisLayer() public method

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

Update() public method

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

UpdateText() public method

public UpdateText ( ) : void
return void

Property Details

MaxZoom public_oe property

public double MaxZoom
return double

MinZoom public_oe property

public double MinZoom
return double