Add CSS Class Name
Overview
The Add CSS Class Name Node adds a CSS class name to the given Object. It won't duplicate existing class names.
Scope: Scene, Function, Prefab.
Inputs
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| ObjectID | The Object that the CSS class name will be added to. |
| String | The desired class name to be added. |
Outputs
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. |
External Links
Read for more information on CSS Selectors.
Last updated