Classi
Canvas
Canvas è un'entità su cui puoi disegnare.
Mostra l'originale in inglese
Canvas is an entity which you can draw onto it.
19 propri
Costruttori 1
Funzioni 17
- Clear Clear the Canvas with a specific Color
- DrawBox Draws an unfilled box on the Canvas
- DrawLine Draws a line on the Canvas
- DrawMaterial Draws a Material on the Canvas
- DrawMaterialFromSceneCapture Draws a SceneCapture on the Canvas
- DrawMaterialFromWebUI Draws a WebUI on the Canvas
- DrawPolygon Draws a N-Polygon on the Canvas
- DrawRect Draws a filled Rect on the Canvas
- DrawText Draws a Text on the Canvas
- DrawTexture Draws a Texture on the Canvas
- GetSize Gets the Canvas Size
- Repaint Forces the repaint
- Resize Resizes the Canvas if not using auto_resize
- SetAutoRepaintRate Sets the repaint rate
- SetAutoResize Sets if the canvas should auto resize to screen size
- SetScreenPosition Sets the Canvas Screen Position offset
- SetVisibility Sets if it's visible on screen