Class HelperMethod
Attribute for declaring an Action's method as a Helper Method. This method can then be ran from the [...] menu in the RuleEngine GUI.
Implements
Inherited Members
Namespace: UnityEditor.PixyzPlugin4Unity.Actions
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public class HelperMethod : Attribute, _Attribute
Constructors
| Name | Description |
|---|---|
| HelperMethod() | HelperMethodAttribute constructor |
| HelperMethod(string) | HelperMethodAttribute constructor |
Fields
| Name | Description |
|---|---|
| DisplayName | The name for this parameter that will be displayed in the UI. Will display the method name if left null |