Uranium
Application Framework
UM.Settings.SettingInstance.InstanceState Class Reference

Inherits IntEnum.

Static Public Attributes

int Default = 1
 
int Calculated = 2
 Default state, no value has been set. More...
 
int User = 3
 Value is the result of calculations in a SettingFunction object. More...
 

Detailed Description

The state of the instance

This enum describes which state the instance is in. The state describes
how the instance got its value.

Member Data Documentation

int UM.Settings.SettingInstance.InstanceState.Calculated = 2
static

Default state, no value has been set.

int UM.Settings.SettingInstance.InstanceState.User = 3
static

Value is the result of calculations in a SettingFunction object.


The documentation for this class was generated from the following file: