• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
CustomTriggerUI

Plugins + Scripts CustomTriggerUI

Download [<1 MB]
※ 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
React to this content...

Share this resource

Back
Top Bottom