Get CSS Class Names
Last updated
Last updated
Get CSS Class Names Node returns all the CSS class names of the given Object. These are in a String with a single-space as a separator.
Scope: Scene, Function, Prefab.
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| ObjectID | The Object for which the user wishes to have all CSS class names. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| String | The resulting String that contains all CSS class names of the Object. |
Read for more information on CSS Selectors.