# Set CSS Class Names

## Overview

![The Set CSS Class Names Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-cdaf008a0eba4c8020eb2640b174351e44496a8e%2Fsetcssclassnames.png?alt=media)

**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**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object** that the *CSS class names* will be set for.            |
| `Class Names`     | **String**   | The desired *class names* to be set.                                  |

## 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. |

## See Also

* [**Get CSS Class Names**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/object2d/getcssclassnames)

## External Links

* Read for more information on [*CSS Selectors*](https://en.wikipedia.org/wiki/CSS#Selector).
