Esempio n. 1
0
        /**
         * Sets the background spriteFrame to use for the specified button state.
         *
         * @param spriteFrame The background spriteFrame to use for the specified state.
         * @param state The state that uses the specified image. The values are described
         * in "CCControlState".
         */

        public virtual void SetBackgroundSpriteFrameForState(CCSpriteFrame spriteFrame, CCControlState state)
        {
            CCScale9Sprite sprite = new CCScale9SpriteFrame(spriteFrame);

            SetBackgroundSpriteForState(sprite, state);
        }
Esempio n. 2
0
		/**
     * Sets the background spriteFrame to use for the specified button state.
     *
     * @param spriteFrame The background spriteFrame to use for the specified state.
     * @param state The state that uses the specified image. The values are described
     * in "CCControlState".
     */

		public virtual void SetBackgroundSpriteFrameForState(CCSpriteFrame spriteFrame, CCControlState state)
		{
			CCScale9Sprite sprite = new CCScale9SpriteFrame(spriteFrame);
			SetBackgroundSpriteForState(sprite, state);
		}