Lib.numbers.floats.process.MergeIntLists - tixl3d/tixl GitHub Wiki
Builds a integer list buffer of defined size and allows to merge int lists into that.
This can be useful for defining [ArtNetOutput] packages.
Name (Relevancy & Type) | Description |
---|---|
InputLists (List`1Required) | A list of int lists that should be merged. |
MaxSize (Int32) | Enforces the lenght of the resulting list if 0 or larger. |
StartIndices (List`1) | An optional list of start indices. If set, it will start to write the connected lists to the defined indices. E.g. if the indices are set to [0 and 20] the second list will be written starting from index. If the first list is longer than 20 it will be |
Name | Type |
---|---|
Result | System.Collections.Generic.List`1[System.Int32] |
⚠ Everything else is automatically generated and will be overwritten regularly.