Type: Any
Jump to navigation
Jump to search
The Any type is used to denote a situation in which the required value or the provided value can be of any type. This is common with operator nodes like the Logic Node whose output varies in type depending on both the inputs as well as the operation being performed. Any can also vary inside the same output List.
The Any time may be clarified by the relevant documentation to address what types of values should be expected under what circumstances.
Types | |
---|---|
Primitives | Boolean · Number · String |
Objects | Color · Dimension · DmxMultiverse · DmxUniverse · LocalInterface · Material · Point · RemoteAddress/IP · Scene · Time · Touch |
Node Specific | NdiSource · WoControlCue · WoHitTestResult · WoTimeline |
Collections | List · List of Lists · Map · Varargs |
Special | Any · Consumer · Expression · Null · Void |