Represents a node setting controlled by custom node interfaces within GlobalCapture.
[Serializable]
public class Setting
Properties
SettingType Type
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.