1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-01-07 01:43:35 +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| |Name|Type|Description|
|---|---|---| |---|---|---|
|uv|vec2|Input UV value| |uv|vec2|Input UV value|
|width|float|Ellipse width| |width|float|Polygon width|
|height|float|Ellipse height| |height|float|Polygon height|
|sides|float|Number of sides of the polygon| |sides|float|Number of sides of the polygon|
|roundness|float|Corner radius| |roundness|float|Corner radius|
___ ___