Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

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


Code Block
[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.