Namespace UnityEditor.PixyzPlugin4Unity.UI
Classes
ActionBase
Base class for making input-storable and invokable Actions. This is the very base class for all RuleEngine and Toolbox Actions.
ActionInOut<Input, Output>
Abstract class for In-Out Actions.
Inherit from this class to create an Action that returns some data from a given input.
ActionIn<Input>
Abstract class for In Actions. Inherit from this class to create an Action that do something from a given input.
ActionOut<Output>
Abstract class for Out Actions. Inherit from this class to create an Action that returns some data.
ActionVoid
Abstract class for In Actions. Inherit from this class to create an Action that do something from a given input.
FilterParameter
Attribute used to sepecify that the array should be used in combinaison of FilePath to specify file filter in a dialogue
HelperMethod
Attribute for declaring an Action's method as an Helper Method.
LicensingWindow
Windows used to handle license management with pixyz products
ProgressBar
Handle the progress bar used by the plugin to show progress
SingletonEditorWindow
Allows to open windows with a predefined name
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.