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