Photon Quantum 3.0.0

Public Member Functions | List of all members
Quantum.Editor.QuantumEditorShortcutsWindow.GridScope Class Reference

A grid scope for the Quantum global config window. More...

Inherits IDisposable.

Public Member Functions

 GridScope (int columnCount, ref int currentColumn, bool forceClose=false)
 Create a new grid scope and begin the horizontal layout. More...
 
void Dispose ()
 Dispose the grid view and end the horizontal layout if required. More...
 

Detailed Description

A grid scope for the Quantum global config window.

Constructor & Destructor Documentation

◆ GridScope()

Quantum.Editor.QuantumEditorShortcutsWindow.GridScope.GridScope ( int  columnCount,
ref int  currentColumn,
bool  forceClose = false 
)
inline

Create a new grid scope and begin the horizontal layout.

Parameters
columnCountHow many columns
currentColumnThe current column is incremented
forceCloseForce closing the horizonal layout

Member Function Documentation

◆ Dispose()

void Quantum.Editor.QuantumEditorShortcutsWindow.GridScope.Dispose ( )
inline

Dispose the grid view and end the horizontal layout if required.