Class UserParameter
Attribute for declaring an Action's field as an UserParameter. This will result in a UI control if the Action is used in the RuleEngine or the Toolbox.
Implements
Inherited Members
Namespace: UnityEditor.PixyzPlugin4Unity.Actions
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public class UserParameter : Attribute, _Attribute
Constructors
| Name | Description |
|---|---|
| UserParameter(string, string, string, string, bool, bool) | Construct UserParameter |
Fields
| Name | Description |
|---|---|
| Collapsable | Should this parameter be collapsable |
| Compacted | Should this parameter be displayed on a single lines, without the name of it inner variables |
| DisplayName | The name for this parameter that will be displayed in the UI |
| EnablingCheck | Name of the function that should be used to check if a parameter is editable |
| Tooltip | The tooltip that will be displayed for this parameter |
| VisibilityCheck | Function's name to check if this parameter is displayed |