Table of Contents

UnityCsProjectConverter.Prefs Class

[Serializable]
public sealed class UnityCsProjectConverter.Prefs

[Thread-Safe] Preference singleton saved as json in ProjectSettings.

Inheritance
UnityCsProjectConverter.Prefs

Properties

DisableInDebugMode

public bool DisableInDebugMode { get; set; }

Property Value

bool

DisableOnBuild

public bool DisableOnBuild { get; set; }

Property Value

bool

EnableGenerator

public bool EnableGenerator { get; set; }

Property Value

bool

EnableSdkStyle

public bool EnableSdkStyle { get; set; }

Property Value

bool

Instance

public static UnityCsProjectConverter.Prefs Instance { get; }

Property Value

UnityCsProjectConverter.Prefs

LatestVoidSdkVersion

public string? LatestVoidSdkVersion { get; set; }

Property Value

string

NugetOrgTimeoutMillis

public int NugetOrgTimeoutMillis { get; set; }

Property Value

int

UseVoidSdk

public bool UseVoidSdk { get; set; }

Property Value

bool

Methods

Save()

public void Save()