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