Show / Hide Table of Contents

Class PreloadSettings

Inheritance
System.Object
PreloadSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Internal
Assembly: ItemChanger.dll
Syntax
public class PreloadSettings

Constructors

| Improve this Doc View Source

PreloadSettings()

Declaration
public PreloadSettings()
| Improve this Doc View Source

PreloadSettings(Dictionary<String, PreloadLevel>)

Declaration
public PreloadSettings(Dictionary<string, PreloadLevel> PreloadLevels)
Parameters
Type Name Description
Dictionary<System.String, PreloadLevel> PreloadLevels

Properties

| Improve this Doc View Source

PreloadGeoRocks

Declaration
public PreloadLevel PreloadGeoRocks { get; set; }
Property Value
Type Description
PreloadLevel
| Improve this Doc View Source

PreloadGrub

Declaration
public PreloadLevel PreloadGrub { get; set; }
Property Value
Type Description
PreloadLevel
| Improve this Doc View Source

PreloadMimic

Declaration
public PreloadLevel PreloadMimic { get; set; }
Property Value
Type Description
PreloadLevel
| Improve this Doc View Source

PreloadSoulTotems

Declaration
public PreloadLevel PreloadSoulTotems { get; set; }
Property Value
Type Description
PreloadLevel

Methods

| Improve this Doc View Source

AddPreloadOverride(String, PreloadLevel)

Declaration
public static void AddPreloadOverride(string propertyName, PreloadLevel value)
Parameters
Type Name Description
System.String propertyName
PreloadLevel value
| Improve this Doc View Source

RemovePreloadOverride(String)

Declaration
public static void RemovePreloadOverride(string propertyName)
Parameters
Type Name Description
System.String propertyName

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX