classHPropertyInfo 02
Member Enumeration Documentation¶
|
Controls when the property will be displayed in the PWS for the user to enter values. From the SDK point of view, a plugin possess a list of properties which are all grouped together inside a property panel. The panel is displayable by clicking on the little expand triangle that is visible on a node of the PWS tree. A plugin property pannel may be accessible from different context. For example, the properties for a turbulence plugin may be accessible from a material node, from a material shortcut on a model or on a group and from a material shortcut on a model shortcut in choreography. For some particular properties, it may be desirable to let the user modify them only when inside a material node for instance.
Definition at line 26 of file HPropert.h. |
|
Controls how a plugin can switch visibility of a property in the PWS for the user to enter values. This is different than DrawWhen in that VisibleWhen imposes restriction on the actions of HProperty::Show during plugin execution.
Definition at line 27 of file HPropert.h. |