Class: GizmoText
This page documents the methods and fields available in the GizmoText class.
Members
| Signature | Description |
|---|---|
GizmoText() | Creates a new instance of GizmoText. |
GizmoText(Vector3) | Creates a new instance of GizmoText. |
GizmoText(Vector3, Quaternion) | Creates a new instance of GizmoText. |
GizmoText(Vector3, Quaternion, Vector3) | Creates a new instance of GizmoText. |
getColor() | Returns the current color. |
getFont() | Returns the current font. |
getResolution() | Returns the current resolution. |
getTextScale() | Returns the current text scale. |
getUserPointer() | Returns the current user pointer. |
isScaleBasedCamera() | Returns whether scale based camera is true. |
randomizeColor() | Performs the randomizeColor operation. |
setColor(Color) | Sets or updates the color. |
setFont(Font) | Sets or updates the font. |
setResolution(int) | Sets or updates the resolution. |
setScaleBasedCamera(boolean) | Sets or updates the scale based camera. |
setText(String) | Sets or updates the text. |
setTextScale(float) | Sets or updates the text scale. |
setUserPointer(Object) | Sets or updates the user pointer. |