Show / Hide Table of Contents

Class Preloader

Inheritance
object
Preloader
CorePreloader
GeoRockPreloader
GrubPreloader
MimicPreloader
SoulTotemPreloader
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Internal.Preloaders
Assembly: ItemChanger.dll
Syntax
public abstract class Preloader

Constructors

View Source

Preloader()

Declaration
protected Preloader()

Properties

View Source

PreloadLevel

Declaration
public PreloadLevel PreloadLevel { get; init; }
Property Value
Type Description
PreloadLevel

Methods

View Source

GetPreloadNames()

Declaration
public abstract IEnumerable<(string, string)> GetPreloadNames()
Returns
Type Description
IEnumerable<(string, string)>
View Source

NotPreloadedException(string?)

Declaration
protected InvalidOperationException NotPreloadedException(string? caller = null)
Parameters
Type Name Description
string caller
Returns
Type Description
InvalidOperationException
View Source

SavePreloads(Dictionary<string, Dictionary<string, GameObject>>)

Declaration
public abstract void SavePreloads(Dictionary<string, Dictionary<string, GameObject>> objectsByScene)
Parameters
Type Name Description
Dictionary<string, Dictionary<string, GameObject>> objectsByScene

Extension Methods

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