Class CinemachineDebug
Manages onscreen positions for Cinemachine debugging output
Inherited Members
Namespace: Cinemachine.Utility
Assembly: solution.dll
Syntax
public class CinemachineDebug
Fields
| Name | Description |
|---|---|
| OnGUIHandlers | Delegate for OnGUI debugging. |
Methods
| Name | Description |
|---|---|
| GetScreenPos(Object, string, GUIStyle) | Reserve an on-screen rectangle for debugging output. |
| ReleaseScreenPos(Object) | Release a screen rectangle previously obtained through GetScreenPos() |
| ReturnToPool(StringBuilder) | Return a StringBuilder to the preallocated pool |
| SBFromPool() | Get a preallocated StringBuilder from the pool |