ConfigItem
Description
- Derived from
-
ConfigNode abstract
- Extended by
-
ConfigMember sealed
EnumItem sealed
Base class for members of in class / struct type or items in an enumeration type.
Protected / Attributes
owner
The object that owns this config item or null
.
The following objects can own a ConfigItem:
-
ConfigScript:
A variable or function in a config script. -
ClassType:
A field of a class type. -
ConfigMember:
A parameter of a function. -
EnumType:
An item of an enumeration. -
ConfigExpression:
An initializer for a class field (init syntax).