Skip to end of metadata
Go to start of metadata

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

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.

  • No labels