Uranium
Application Framework
 All Classes Namespaces Files Functions Variables Pages
UM.Settings.SettingInstance.InstanceState Class Reference

The state of the instance. More...

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: