Ejemplo n.º 1
0
 public override void Draw(Matrix4x4 tf)
 {
     base.Draw(tf);
     canvas.DrawToGraphics(GetTransform() * tf);
 }