protected BaseRenderable(BaseRenderable old) { this.Origin = old.Origin; this.Scale = old.Scale; this.Layer = old.Layer; this.ColorChannel = old.ColorChannel; this.Offset = old.Offset; this.Effects = old.Effects; this.Rotation = old.Rotation; }