コード例 #1
0
 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;
 }
コード例 #2
0
 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;
 }