You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Current »
Represents a node setting controlled by custom node interfaces within GlobalCapture.
[Serializable] public class Setting
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.