> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor.client.unity.editor/ks.reactor.client.unity.editor.ksiconmanager.md).

# Class ksIconManager

Namespace: [KS.Reactor.Client.Unity.Editor](/reactor/api-reference/ks.reactor.client.unity.editor.md)\
Assembly: KSUnity-Source.dll

Load icons and associates them with Reactor scripts.

```csharp
public class ksIconManager
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [ksIconManager](/reactor/api-reference/ks.reactor.client.unity.editor/ks.reactor.client.unity.editor.ksiconmanager.md)

#### Inherited Members

[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)), [object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)), [object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode), [object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype), [object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone), [object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals), [object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

## Methods

### SetScriptIcons() <a href="#ks_reactor_client_unity_editor_ksiconmanager_setscripticons" id="ks_reactor_client_unity_editor_ksiconmanager_setscripticons"></a>

Iterates all Reactor scripts using reflection and sets their icons.

```csharp
public void SetScriptIcons()
```
