SetShapesTexture method

void SetShapesTexture(
  1. TextureC texture,
  2. RectangleC source
)

Set texture and rectangle to be used on shapes drawing

Implementation

void SetShapesTexture(TextureC texture, RectangleC source)
  => _SetShapesTexture(texture, source);