Search Results for

    Show / Hide Table of Contents

    Class ExampleModConfig

    Inheritance
    object
    ModConfig
    ExampleModConfig
    Inherited Members
    ModConfig.Clone()
    ModConfig.CopyTo(ModConfig)
    ModConfig.BuildWidgets(Transform, out SafeAction, out SafeAction)
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class ExampleModConfig : ModConfig

    Fields

    byteTest

    Declaration
    public byte byteTest
    Field Value
    Type Description
    byte

    customLabelTest

    Declaration
    [ModConfig.LabelText("CUSTOM LABEL WOOHOO!")]
    public bool customLabelTest
    Field Value
    Type Description
    bool

    enumTest

    Declaration
    public Quality4Levels enumTest
    Field Value
    Type Description
    Quality4Levels

    enumTest2

    Declaration
    public Quality4Levels enumTest2
    Field Value
    Type Description
    Quality4Levels

    floatTest

    Declaration
    public float floatTest
    Field Value
    Type Description
    float

    intTest

    Declaration
    public int intTest
    Field Value
    Type Description
    int

    nullStringTest

    Declaration
    public string nullStringTest
    Field Value
    Type Description
    string

    quaternionTest

    Declaration
    public Quaternion quaternionTest
    Field Value
    Type Description
    UnityEngine.Quaternion

    stringTest

    Declaration
    public string stringTest
    Field Value
    Type Description
    string

    toggle1

    Declaration
    public bool toggle1
    Field Value
    Type Description
    bool

    toggle2

    Declaration
    public bool toggle2
    Field Value
    Type Description
    bool

    uintTest

    Declaration
    public uint uintTest
    Field Value
    Type Description
    uint

    ulongTest

    Declaration
    public ulong ulongTest
    Field Value
    Type Description
    ulong

    ushortTest

    Declaration
    public ushort ushortTest
    Field Value
    Type Description
    ushort

    vector2IntTest

    Declaration
    public Vector2Int vector2IntTest
    Field Value
    Type Description
    UnityEngine.Vector2Int

    vector2Test

    Declaration
    public Vector2 vector2Test
    Field Value
    Type Description
    UnityEngine.Vector2

    vector3IntTest

    Declaration
    public Vector3Int vector3IntTest
    Field Value
    Type Description
    UnityEngine.Vector3Int

    vector3Test

    Declaration
    public Vector3 vector3Test
    Field Value
    Type Description
    UnityEngine.Vector3

    vector4Test

    Declaration
    public Vector4 vector4Test
    Field Value
    Type Description
    UnityEngine.Vector4
    In This Article
    Back to top Shape of Dreams API Documentation