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

Inheritance: ModelLayer
Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Méthode Description
AnimatedModelLayer ( Game engine, DVector2 lonLat, string fileName, int maxInstanceCount ) : System
UpdateAnimation ( float t ) : void

Method Details

AnimatedModelLayer() public méthode

public AnimatedModelLayer ( Game engine, DVector2 lonLat, string fileName, int maxInstanceCount ) : System
engine Game
lonLat DVector2
fileName string
maxInstanceCount int
Résultat System

UpdateAnimation() public méthode

public UpdateAnimation ( float t ) : void
t float
Résultat void