Beispiel #1
0
 public Sprite(Transform transformation, Colour color)
 {
 }
Beispiel #2
0
 public Sprite(Texture texture, Transform transform, Colour colour)
 {
     Texture   = texture;
     Transform = transform;
     Colour    = colour;
 }