Exemplo n.º 1
0
 private Texture2D CreateDummyTexture()
 {
     return GraphicsL.CreateMonoColorTexture(size, color.Value);
 }
Exemplo n.º 2
0
 private Texture2D CreateRectangleTexture()
 => GraphicsL.CreateMonoColorTexture(Size, Color.Value);