Search Results for

    Show / Hide Table of Contents

    Class DewBuildProfile

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.ScriptableObject
    DewBuildProfile
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    [CreateAssetMenu(fileName = "New Build Profile", menuName = "Build Profile")]
    public class DewBuildProfile : ScriptableObject

    Fields

    bonusMemoryHaste

    Declaration
    public float bonusMemoryHaste
    Field Value
    Type Description
    float

    buildType

    Declaration
    [HideLabel]
    [EnumToggleButtons]
    public BuildType buildType
    Field Value
    Type Description
    BuildType

    codenameSuffix

    Declaration
    public string codenameSuffix
    Field Value
    Type Description
    string

    content

    Declaration
    [Title("Game", null, TitleAlignments.Left, true, true)]
    public DewGameContentSettings content
    Field Value
    Type Description
    DewGameContentSettings

    CurrentBuildProfileAssetPath

    Declaration
    public static string CurrentBuildProfileAssetPath
    Field Value
    Type Description
    string

    customRewardFlow

    Declaration
    public RoomRewardFlowItemType[] customRewardFlow
    Field Value
    Type Description
    RoomRewardFlowItemType[]

    customRewardFlowFirstTime

    Declaration
    public RoomRewardFlowItemType[] customRewardFlowFirstTime
    Field Value
    Type Description
    RoomRewardFlowItemType[]

    defaultStardustAmount

    Declaration
    public int defaultStardustAmount
    Field Value
    Type Description
    int

    disableAnalytics

    Declaration
    public bool disableAnalytics
    Field Value
    Type Description
    bool

    dismantleDreamDustMultiplier

    Declaration
    public float dismantleDreamDustMultiplier
    Field Value
    Type Description
    float

    EditorBuildProfileDefault

    Declaration
    public static string EditorBuildProfileDefault
    Field Value
    Type Description
    string

    featureTags

    Declaration
    public BuildFeatureTag[] featureTags
    Field Value
    Type Description
    BuildFeatureTag[]

    includeCheatCommands

    Declaration
    public bool includeCheatCommands
    Field Value
    Type Description
    bool

    isDevelopmentBuild

    Declaration
    public bool isDevelopmentBuild
    Field Value
    Type Description
    bool

    killGoldMultiplier

    Declaration
    public float killGoldMultiplier
    Field Value
    Type Description
    float

    luckShrineInPoolChance

    Declaration
    public float luckShrineInPoolChance
    Field Value
    Type Description
    float

    luckShrineMinZoneIndex

    Declaration
    public int luckShrineMinZoneIndex
    Field Value
    Type Description
    int

    platform

    Declaration
    [HideLabel]
    [EnumToggleButtons]
    public PlatformType platform
    Field Value
    Type Description
    PlatformType

    savePrefix

    Declaration
    [Title("System", null, TitleAlignments.Left, true, true)]
    public string savePrefix
    Field Value
    Type Description
    string

    stardustGainMultiplier

    Declaration
    public float stardustGainMultiplier
    Field Value
    Type Description
    float

    startDreamDust

    Declaration
    public int startDreamDust
    Field Value
    Type Description
    int

    startGold

    Declaration
    public int startGold
    Field Value
    Type Description
    int

    useSteamLobbyAndRelay

    Declaration
    [ShowIf("@platform == PlatformType.STEAM", true)]
    public bool useSteamLobbyAndRelay
    Field Value
    Type Description
    bool

    worldNodeCountOffset

    Declaration
    public int worldNodeCountOffset
    Field Value
    Type Description
    int

    Properties

    current

    Declaration
    public static DewBuildProfile current { get; }
    Property Value
    Type Description
    DewBuildProfile

    Methods

    GetBundleVersion(string)

    Declaration
    public string GetBundleVersion(string codename)
    Parameters
    Type Name Description
    string codename
    Returns
    Type Description
    string

    GetExtraScriptingDefines()

    Declaration
    public string[] GetExtraScriptingDefines()
    Returns
    Type Description
    string[]

    GetFolderName(string)

    Declaration
    public string GetFolderName(string codename)
    Parameters
    Type Name Description
    string codename
    Returns
    Type Description
    string

    HasFeature(BuildFeatureTag)

    Declaration
    public bool HasFeature(BuildFeatureTag tag)
    Parameters
    Type Name Description
    BuildFeatureTag tag
    Returns
    Type Description
    bool

    Init()

    Declaration
    public void Init()

    Validate()

    Declaration
    public void Validate()
    In This Article
    Back to top Shape of Dreams API Documentation