/
Setting Class

Setting Class

Represents a node setting controlled by custom node interfaces within GlobalCapture.

[Serializable]
public class Setting

Properties

An enum containing the possible object types of a Setting.

string StringValue

String value for string type settings.

int? IntValue

Integer value for int type settings.

bool? BooleanValue

Boolean value for boolean type settings.

List<string> ListValue

List value for list type settings.

Related content

SettingType Enum
SettingType Enum
More like this
GetSetting Method
GetSetting Method
More like this
Settings Class
Settings Class
More like this
GetListSetting Method
GetListSetting Method
More like this
GetStringSetting Method
GetStringSetting Method
More like this
GetBooleanSetting Method
GetBooleanSetting Method
More like this