Skip to main content
Skip table of contents

Setting Class

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

CODE
[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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.