SetShapesTexture method

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

Implementation

void SetShapesTexture(TextureC texture, RectangleC source) {
  return _SetShapesTexture(texture, source);
}