Classes | |
| interface | CustomEnumProperty |
| Configure enumeration property types. More... | |
| interface | FloatProperty |
| Configure float property types. More... | |
| interface | IntProperty |
| Configure integer property types. More... | |
| interface | Property |
| Access and configure property types. More... | |
| interface | PropertyEditor |
| Access property editors. More... | |
| interface | TypedProperty< T > |
| A generic property type interface that provides type-safe access to property default values. More... | |
| interface | Vector2DProperty |
| Configure vector 2D property types. More... | |
| interface | Vector3DProperty |
| Configure vector 3D property types. More... | |
| interface | Vector4DProperty |
| Configure vector 4D property types. More... | |
Namespaces | |
| namespace | Rightware |
| namespace | Rightware.Kanzi |
| namespace | Rightware.Kanzi.Studio |
| namespace | Rightware.Kanzi.Studio.PluginInterface |
Enumerations | |
| enum | PropertyReadOnlyStatus { NotReadonly = 0 , UserInterfaceReadonly = 1 , ProgrammaticallyReadonly = 2 } |
| Defines the read-only status of a property type. More... | |