Update README.md

This commit is contained in:
DCFApixels 2025-03-06 17:39:59 +08:00
parent 9864d41dee
commit 50fbaf1561

View File

@ -39,7 +39,7 @@
</br> </br>
A multifunctional, extensible, and high-performance Gizmos drawing utility for Unity. It works both in the editor and in the build, and drawing can be done both in OnDrawGizmos and in Update. HDRP, URP, and BRP are supported, but drawing in the OnDrawGizmos callbacks is not supported in BRP. A multifunctional, extensible, and high-performance Gizmos drawing utility for Unity. It works both in the editor and in the build, and drawing can be done both in `OnDrawGizmos` and in `Update`. HDRP, URP, and BRP are supported, but drawing in the `OnDrawGizmos` callbacks is not supported in BRP.
Syntax: Syntax:
```c# ```c#