1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-01-05 00:53:36 +08:00

Update RoundedPolygon.md

This commit is contained in:
Digvijaysinh Gohil 2024-04-15 22:52:55 +05:30
parent 2dadda73fc
commit 6bd06becac

View File

@ -26,8 +26,8 @@ Generates a rounded polygon shape based on input UV at the size specified by inp
|Name|Type|Description|
|---|---|---|
|uv|vec2|Input UV value|
|width|float|Ellipse width|
|height|float|Ellipse height|
|width|float|Polygon width|
|height|float|Polygon height|
|sides|float|Number of sides of the polygon|
|roundness|float|Corner radius|
___