Table of Contents

Class PluginBase

Namespace
nadena.dev.ndmf
public abstract class PluginBase
Inheritance
PluginBase
Derived
Inherited Members

Properties

DisplayName

public abstract string DisplayName { get; }

Property Value

string

LogoTexture

public virtual Texture2D LogoTexture { get; }

Property Value

Texture2D

QualifiedName

public abstract string QualifiedName { get; }

Property Value

string

ThemeColor

An optional theme color, which will be used (for example) in the modular avatar parameter bit usage display.

public virtual Color? ThemeColor { get; }

Property Value

Color?