-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
A-GizmosVisual editor and debug gizmosVisual editor and debug gizmosA-RenderingDrawing game state to the screenDrawing game state to the screenC-DocsAn addition or correction to our documentationAn addition or correction to our documentation
Description
How can Bevy's documentation be improved?
The gizmo module was added in #6529 but it is not documented right now: https://dev-docs.bevyengine.org/bevy/gizmos/gizmos/index.html
We should document
- which type is the system param you want to use?
- have a module-level example for usage
- have per-method usage examples that are easy to copy paste. Especially for the methods returning a
SphereBuilder
orCircleBuilder
it's not clear to be how they are intended to be used, just from the docs.
tim-blackbird and NotAFile
Metadata
Metadata
Assignees
Labels
A-GizmosVisual editor and debug gizmosVisual editor and debug gizmosA-RenderingDrawing game state to the screenDrawing game state to the screenC-DocsAn addition or correction to our documentationAn addition or correction to our documentation