Set CSS Class Names
Last updated
Last updated
Set CSS Class Names Node sets all CSS class names for the given Object, and overwrites any exisiting ones. The class names must be in one String, separated by single-spaces.
Scope: Scene, Function, Prefab.
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| ObjectID | The Object that the CSS class names will be set for. |
| String | The desired class names to be set. |
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. |
Read for more information on CSS Selectors.