Your IP address will be publicly visible if you make any edits.
Component:MultiValueTextFormatDriver
The ValueTextFormatDriver applies the value of a multiple values to a [https://docs.microsoft.com/en-us/dotnet/api/system.string.format?view=net-5.0#get-started-with-the-stringformat-method text format string] and drives the target string field. Elements are defined by putting {} brackets around a number to specify an element in Sources.
More actions
This page contains changes which are not marked for translation.
This article or section is a stub. You can help the Resonite wiki by expanding it.
Component image
Multi Value Text Format Driver component as seen in the Scene Inspector
The ValueTextFormatDriver applies the value of a multiple values to a text format string and drives the target string field. Elements are defined by putting {} brackets around a number to specify an element in Sources.
The format string, which has a list of "{X}" where "X" is a number that refers to an item number in Sources. The entire "{X}" gets replaced by a source with that number.