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

상속: ModelLayer
파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 메소드들

메소드 설명
AnimatedModelLayer ( Game engine, DVector2 lonLat, string fileName, int maxInstanceCount ) : System
UpdateAnimation ( float t ) : void

메소드 상세

AnimatedModelLayer() 공개 메소드

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

UpdateAnimation() 공개 메소드

public UpdateAnimation ( float t ) : void
t float
리턴 void