Hi all,do u know how is possible to create an input pin that enumerate a list of strings ? what is the configstring related to ?
thank u in advance, hierro.
Hi all,do u know how is possible to create an input pin that enumerate a list of strings ? what is the configstring related to ?
thank u in advance, hierro.
as stated in the fine print vvvv plugins can only create string, value, color and transformpins. no enum-pins for now.
with CreateStringConfig() you can create a configuration string-pin. configuration-pins are those inputs only visible via the inspektor.
as i suspected, thank u :)