Table of Contents

Class DLCCustomIcon

Namespace
DLCToolkit.Profile
Assembly
DLCToolkit.Profile.dll

Represents a custom icon entry for a DLC profile.

[Serializable]
public sealed class DLCCustomIcon
Inheritance
DLCCustomIcon

Properties

CustomIcon

The assigned texture for the custom icon.

public Texture2D CustomIcon { get; }

Property Value

Texture2D

CustomKey

The unique key for the custom icon.

public string CustomKey { get; }

Property Value

string