Lib.string.buffers.transform.StringInsert - tixl3d/tixl GitHub Wiki
in Lib.string.buffers.transform
Can replace and move characters to any position within a string
Name (Relevancy & Type) | Description |
---|---|
Original (String) | Input for the string into which something is to be inserted |
Insertion (String) | String to be inserted into the 'original' string |
Position (Int32) | Defines the position at which the 'Insertion' string is inserted into the 'original' string This value can be animated |
UseModuloPosition (Boolean) | If modulo is activated, the string position is looped if the value is too high or too low |
Name | Type |
---|---|
Result | System.String |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.