示例#1
0
 public GraphicComponent(Position texture, Rendertype renderType)
 {
     Texture    = texture;
     RenderType = renderType;
 }
示例#2
0
 public GraphicComponent(Position texture)
 {
     Texture    = texture;
     RenderType = Rendertype.Normal;
 }