Class ModuleInfoAttribute
- Namespace
- FluffyUnderware.Curvy.Generator
Attribute defining basic module properties
[AttributeUsage(AttributeTargets.Class)]
public sealed class ModuleInfoAttribute : Attribute
- Inheritance
-
ModuleInfoAttribute
Constructors
ModuleInfoAttribute(string)
public ModuleInfoAttribute(string name)
Parameters
namestring
Fields
Description
Tooltip Info
public string Description
Field Value
MenuName
Menu-Name of the module (without '/')
public readonly string MenuName
Field Value
ModuleName
Default Module name
public string ModuleName
Field Value
UsesRandom
Whether the module uses Random, i.e. should show Seed options
public bool UsesRandom
Field Value
Methods
CompareTo(object)
public int CompareTo(object obj)
Parameters
objobject