Set CSS Property
Last updated
Last updated
The Set CSS Property Node sets the value of a single CSS property of an Object provided by the user.
Scope: Scene, Function, Prefab.
Attribute | Type | Description |
---|---|---|
| String | The name of the property to be set, if one is not provided in the Input Socket. |
| String | The value of the property to be set, if one is not provided in the Input Socket. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| ObjectID | The Object whose property will be set. |
| String | The name of the property to be set. |
| String | The value of the property 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. |
More about CSS on Wikipedia