Class CinemachineDebug
Manages onscreen positions for Cinemachine debugging output
상속된 멤버
네임스페이스: Cinemachine.Utility
어셈블리: solution.dll
구문
public class CinemachineDebug
필드
| 이름 | 설명 |
|---|---|
| OnGUIHandlers | Delegate for OnGUI debugging. |
메서드
| 이름 | 설명 |
|---|---|
| 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 |