Difference between revisions of "HPL3/SOMA/Scripting/eImGuiAlign"
Jump to navigation
Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Values== {| class="wikitable sortable" ! Enum Name...") |
|||
| Line 28: | Line 28: | ||
| <code>eImGuiAlign_LastEnum</code> || <code>9</code> || | | <code>eImGuiAlign_LastEnum</code> || <code>9</code> || | ||
|} | |} | ||
| + | |||
| + | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ | ||
Latest revision as of 15:41, 6 August 2020
|
|
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Values
| Enum Name | Integer Value | Description |
|---|---|---|
eImGuiAlign_TopLeft |
0 |
|
eImGuiAlign_BottomLeft |
1 |
|
eImGuiAlign_CenterLeft |
2 |
|
eImGuiAlign_TopRight |
3 |
|
eImGuiAlign_BottomRight |
4 |
|
eImGuiAlign_CenterRight |
5 |
|
eImGuiAlign_CenterCenter |
6 |
|
eImGuiAlign_TopCenter |
7 |
|
eImGuiAlign_BottomCenter |
8 |
|
eImGuiAlign_LastEnum |
9 |