Inheritance: Engine.World
コード例 #1
0
 public GameWorld()
 {
     instance = this;
 }
コード例 #2
0
        /// <summary>Overridden from <see cref="Engine.EntitySystem.Entity.OnDestroy()"/>.</summary>
        protected override void OnDestroy()
        {
            base.OnDestroy();

            instance = null;
        }
コード例 #3
0
        /// <summary>Overridden from <see cref="Engine.EntitySystem.Entity.OnDestroy()"/>.</summary>
        protected override void OnDestroy()
        {
            base.OnDestroy();

            instance = null;
        }
コード例 #4
0
 public GameWorld()
 {
     instance = this;
 }