> 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.kstextures.md).

# Class ksTextures

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

Provides access to Reactor texture assets.

```csharp
public class ksTextures
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [ksTextures](/reactor/api-reference/ks.reactor.client.unity.editor/ks.reactor.client.unity.editor.kstextures.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)

## Properties

### FullLogo <a href="#ks_reactor_client_unity_editor_kstextures_fulllogo" id="ks_reactor_client_unity_editor_kstextures_fulllogo"></a>

Reactor logo

```csharp
public static Texture2D FullLogo { get; }
```

#### Property Value

Texture2D

### Logo <a href="#ks_reactor_client_unity_editor_kstextures_logo" id="ks_reactor_client_unity_editor_kstextures_logo"></a>

Reactor logo

```csharp
public static Texture2D Logo { get; }
```

#### Property Value

Texture2D

### Offline <a href="#ks_reactor_client_unity_editor_kstextures_offline" id="ks_reactor_client_unity_editor_kstextures_offline"></a>

Offline icon

```csharp
public static Texture2D Offline { get; }
```

#### Property Value

Texture2D

### Online <a href="#ks_reactor_client_unity_editor_kstextures_online" id="ks_reactor_client_unity_editor_kstextures_online"></a>

Online icon

```csharp
public static Texture2D Online { get; }
```

#### Property Value

Texture2D
