コード例 #1
0
ファイル: ScreenLayer.cs プロジェクト: spoconnor/TestClient
 protected void Destroy()
 {
     Parent.RemoveScreenLayer(this);
     Destroyed = true;
 }
コード例 #2
0
 protected void Destroy()
 {
     parent.RemoveScreenLayer(this);
 }