delft-ai-toolkit icon indicating copy to clipboard operation
delft-ai-toolkit copied to clipboard

Add exposable value nodes

Open Siccity opened this issue 6 years ago • 1 comments

Exposable value nodes are very simple, and only contain a single output with a float, string, bool etc. Optionally you can enable "Simple GUI" to quickly get an IMGUI input, slider or button on the screen. This node will also have an open API with public methods such as SetValue(float val) Toggle(); etc, to that it can be referenced from custom UGUI controls. A small variety of premade ugui setups may be included in the project folder.

These nodes will be found in

  • Exposed Values/Exposed Float
  • Exposed Values/Exposed Int
  • Exposed Values/Exposed String

Siccity avatar Dec 14 '18 13:12 Siccity

image First draft of the nodes are implemented

Siccity avatar Dec 15 '18 21:12 Siccity