SetShapesTexture method

void SetShapesTexture(
  1. Texture2DD texture,
  2. RectangleD source
)

Implementation

void SetShapesTexture(
  Texture2DD texture,
  RectangleD source,
) => run(
  () => 'SetShapesTexture($texture, $source)',
  () => rl.Core.SetShapesTexture(
    _refTexture1(texture).ref, _refRectangle1(source).ref
  ),
);