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

Inheritance: Gis.GisLayer
Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxZoom double
MinZoom double

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime, ConstantBuffer constBuffer ) : void
gameTime Fusion.Engine.Common.GameTime
constBuffer ConstantBuffer
Résultat void

TextGisLayer() public méthode

public TextGisLayer ( Game game, int capacity, GlobeCamera camera ) : System
game Game
capacity int
camera GlobeCamera
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Fusion.Engine.Common.GameTime
Résultat void

UpdateText() public méthode

public UpdateText ( ) : void
Résultat void

Property Details

MaxZoom public_oe property

public double MaxZoom
Résultat double

MinZoom public_oe property

public double MinZoom
Résultat double