Colshapes::newCircle: Difference between revisions
No edit summary |
m (category) |
||
| Line 6: | Line 6: | ||
* '''y: <span style="color:#008017>Float</span>''' | * '''y: <span style="color:#008017>Float</span>''' | ||
* '''radius: <span style="color:#008017>Float</span>''' | * '''radius: <span style="color:#008017>Float</span>''' | ||
* '''dimension: | * '''dimension:''' {{RageType|Number}} (optional parameter) | ||
==Syntax== | ==Syntax== | ||
| Line 16: | Line 16: | ||
==See Also== | ==See Also== | ||
{{Colshapes_function}} | {{Colshapes_function}} | ||
[[Category:ColShape]] | |||
[[Category:Shared Function]] | |||
Revision as of 12:28, 30 April 2019
Creating colshape, circle in the 2D plane
Parameters
- x: Float
- y: Float
- radius: Float
- dimension: Number (optional parameter)
Syntax
mp.colshapes.newCircle(x, y, radius, dimension)
See Also
- Functions
- Properties
- Arrays
- Functions