コード例 #1
0
        //private float _shiftAnimationDuration = 0.2f;

        void Awake()
        {
            this._isPlaying         = false;
            this._pendingToAddRow   = false;
            this._matrix            = new BubbleMatrix(rows, columns);
            this._bubbleControllers = new ArrayList();
        }
コード例 #2
0
		//private float _shiftAnimationDuration = 0.2f;
		
		void Awake(){
			this._isPlaying = false;
			this._pendingToAddRow = false;
			this._matrix = new BubbleMatrix(rows, columns);
			this._bubbleControllers = new ArrayList();
		}