コード例 #1
0
ファイル: MainCanvas.cs プロジェクト: HelloWindows/Solider
                } // end MainCanvas

                public void Dispose() {
                    if (null != m_uiCamera) m_uiCamera.Dispose();
                    // end if
                    if (null != canvas) UnityEngine.Object.Destroy(canvas.gameObject);
                    // end if
                } // end Dispose