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

Inheritance: ModelLayer
ファイルを表示 Open project: demiurghg/FusionEngine

Public Methods

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

Method Details

AnimatedModelLayer() public method

public AnimatedModelLayer ( Game engine, DVector2 lonLat, string fileName, int maxInstanceCount ) : System
engine Game
lonLat DVector2
fileName string
maxInstanceCount int
return System

UpdateAnimation() public method

public UpdateAnimation ( float t ) : void
t float
return void