Exemplo n.º 1
0
        /**
         * Sets the primary.
         *
         * @param primary The primary.
         */
        public void setPrimary(Animable primary)
        {
            this.primary = primary;
//		if(primary != null)
//		{
//			primary.wallObj = this;
//			primary.switchType = 1;
//		}
        }
Exemplo n.º 2
0
        /**
         * Sets the secondary.
         *
         * @param secondary The secondary.
         */
        public void setSecondary(Animable secondary)
        {
            this.secondary = secondary;
//		if(secondary != null)
//		{
//			secondary.wallObj = this;
//			secondary.switchType = 1;
//		}
        }
Exemplo n.º 3
0
 public void setRenderable(Animable renderable)
 {
     this.renderable = renderable;
 }