Represents an override for resolution settings, including level and resolution values.
More...
|
| int? | resolution [get, set] |
| | Gets or sets the resolution value. Can be null to indicate "None" type.
|
| |
Represents an override for resolution settings, including level and resolution values.
This class is used to specify custom resolution settings (resolution overrides) in splitter window. The resolution can be set to null to indicate "None" type.
◆ GetResolutionString()
| string ResolutionOverride.GetResolutionString |
( |
| ) |
|
|
inline |
Gets the resolution as a string, returning "None" if null.
◆ SetResolutionFromString()
| void ResolutionOverride.SetResolutionFromString |
( |
string | value | ) |
|
|
inline |
Sets the resolution from a string, handling "None" case.
◆ level
| int ResolutionOverride.level = 0 |
◆ resolution
| int? ResolutionOverride.resolution |
|
getset |
Gets or sets the resolution value. Can be null to indicate "None" type.
The documentation for this class was generated from the following file:
- E:/unity-projects/giga-360/Assets/Plugins/Revoid/GigaSphere/Scripts/Editor/SplitterPreset.cs