Summary description for SpriteArrayArray.
Inheritance: System.Collections.CollectionBase
示例#1
0
		public Formation()
		{
			ia = new InstructionList();
			fa = new FormationArray();

		}
示例#2
0
        static EditorData()
        {
            // Force the UI to be created

            mEditorLogic = new EditorLogic();

            mGlobalInstructionSets = new List<AnimationSequence>();

            SpriteManager.Camera.Z = 40.0f;
            mCameraBounds = new CameraBounds(mSceneCamera);

            mBlockingScene = new Scene();

            #region create the spriteArrays, InstructionGroupArray, and SpriteGridArray
            ActiveSprites = new SpriteList();
            formationArray = new FormationArray();
            #endregion

            // Add the properties that are going to be watched for InstructionSets
            CreateMembersWatching();

            instructionPlayer = new InstructionPlayer();

            //= SpriteManager.AddSprite("genGfx/targetBox.bmp", sprMan.AddLayer());
            //			currentSpriteMarker.fade = 150;
            //			currentSpriteMarker.visible = false;


            rectangleSelector = new RectangleSelector();

        }