Show / Hide Table of Contents

Class PreloadSettings

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

Constructors

View Source

PreloadSettings()

Declaration
public PreloadSettings()
View Source

PreloadSettings(Dictionary<string, PreloadLevel>)

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

Properties

View Source

PreloadGeoRocks

Declaration
public PreloadLevel PreloadGeoRocks { get; set; }
Property Value
Type Description
PreloadLevel
View Source

PreloadGrub

Declaration
public PreloadLevel PreloadGrub { get; set; }
Property Value
Type Description
PreloadLevel
View Source

PreloadMimic

Declaration
public PreloadLevel PreloadMimic { get; set; }
Property Value
Type Description
PreloadLevel
View Source

PreloadSoulTotems

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

Methods

View Source

AddPreloadOverride(string, PreloadLevel)

Declaration
public static void AddPreloadOverride(string propertyName, PreloadLevel value)
Parameters
Type Name Description
string propertyName
PreloadLevel value
View Source

RemovePreloadOverride(string)

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

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX