Ejemplo n.º 1
0
 public GraphicComponent(Position texture, Rendertype renderType)
 {
     Texture    = texture;
     RenderType = renderType;
 }
Ejemplo n.º 2
0
 public GraphicComponent(Position texture)
 {
     Texture    = texture;
     RenderType = Rendertype.Normal;
 }