Table of Contents

Class ModuleInfoAttribute

Attribute defining basic module properties

[AttributeUsage(AttributeTargets.Class)]
public sealed class ModuleInfoAttribute : Attribute
Inheritance
ModuleInfoAttribute

Constructors

ModuleInfoAttribute(string)

public ModuleInfoAttribute(string name)

Parameters

name string

Fields

Description

Tooltip Info

public string Description

Field Value

string

MenuName

Menu-Name of the module (without '/')

public readonly string MenuName

Field Value

string

ModuleName

Default Module name

public string ModuleName

Field Value

string

UsesRandom

Whether the module uses Random, i.e. should show Seed options

public bool UsesRandom

Field Value

bool

Methods

CompareTo(object)

public int CompareTo(object obj)

Parameters

obj object

Returns

int