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.UI
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public class UserParameter : Attribute, _Attribute
Constructors
Name | Description |
---|---|
UserParameter(string, string, string, string, bool) | Construct UserParameter |
Fields
Name | Description |
---|---|
collapsable | Should this parameter be collapsable |
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 | Name of the function that should be used to check if this parameter should be displayed |