コード例 #1
0
ファイル: AnimationStrip.cs プロジェクト: gmich/Gem
 public void Update(double timeDelta)
 {
     frameUpdateTimer.Update(timeDelta);
 }