※ Reporting bugs or issues will help me improve the plugin and help others.
CustomTriggerUI
● This .cs for plugin UI component library for developer only.
● This is licensed under CC-BY, so you are free to incorporate it into your own code and use it as you wish.
● This library is not intended to introduce something new, but rather to extend and simplify the Trigger UI that developers commonly implement.
● Although this is a very small-scale .cs file and I hesitated to make it public, I decided to upload it in case it might be useful to some developers.
● This library provides 5-types of Trigger UI :
- Event (Descrete) Trigger UI : based on the MacGruber version, but with many modifications.
- Toggle Trigger UI : implements logic for precise boolean handling regardless of initial state. (with event trigger, cannot pass a bool value - it only change a state)
- Float (Transition) Trigger UI : based on the MacGruber version, but with many modifications.
- StringChooser Trigger UI :enables trigger processing for each chooser item individually.
- ColorPicker Trigger UI : maps to JSONStorableColor and supports trigger processing.
● You can extract CustomTriggerUI.cs and free modify/use it. CustomTriggerUI.cs does not have any dependencies.
Credits :
MacGruber Utils / By: @MacGruber / License: CC-BY
CustomTriggerUI
● This .cs for plugin UI component library for developer only.
● This is licensed under CC-BY, so you are free to incorporate it into your own code and use it as you wish.
● This library is not intended to introduce something new, but rather to extend and simplify the Trigger UI that developers commonly implement.
● Although this is a very small-scale .cs file and I hesitated to make it public, I decided to upload it in case it might be useful to some developers.
● This library provides 5-types of Trigger UI :
- Event (Descrete) Trigger UI : based on the MacGruber version, but with many modifications.
- Toggle Trigger UI : implements logic for precise boolean handling regardless of initial state. (with event trigger, cannot pass a bool value - it only change a state)
- Float (Transition) Trigger UI : based on the MacGruber version, but with many modifications.
- StringChooser Trigger UI :enables trigger processing for each chooser item individually.
- ColorPicker Trigger UI : maps to JSONStorableColor and supports trigger processing.
● You can extract CustomTriggerUI.cs and free modify/use it. CustomTriggerUI.cs does not have any dependencies.
Credits :
MacGruber Utils / By: @MacGruber / License: CC-BY