A utility class to render windows with an alternative transformation matrix.
Inheritance Hierarchy
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
SyntaxThe GuiMatrixScope type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | Dispose | Restores the matrix that was set before the scope started. |
Top
RemarksThis scope will remember the GUI.matrix property and restore it on exit.
See Also