SetShapesTexture method

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

Implementation

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