コード例 #1
0
ファイル: GGameInstance.cs プロジェクト: huangdonghai/titan3d
 public virtual void BeforeFrame()
 {
     GameCamera?.BeforeFrame();
 }