Development Object Properties

Every development object has properties which can be viewed and edited in the Properties Inspector.

Some property values are fixed and cannot be changed, others can be modified in the Properties Inspector, and some are dynamic, meaning that they can be changed at runtime by ProcScript.

Each property has a descriptive name, a data type, and a value. If no value is specified, a default value may be used. Properties that are dynamic have a literal name that must be used instead of the descriptive name when referring to it in ProcScript.

Related Topics