Show / Hide Table of Contents

Class Preloader

Inheritance
System.Object
Preloader
CorePreloader
GeoRockPreloader
GrubPreloader
MimicPreloader
SoulTotemPreloader
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.Preloaders
Assembly: ItemChanger.dll
Syntax
public abstract class Preloader

Properties

| Improve this Doc View Source

PreloadLevel

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

Methods

| Improve this Doc View Source

GetPreloadNames()

Declaration
public abstract IEnumerable<(string, string)> GetPreloadNames()
Returns
Type Description
IEnumerable<System.ValueTuple<System.String, System.String>>
| Improve this Doc View Source

NotPreloadedException(String)

Declaration
protected InvalidOperationException NotPreloadedException(string caller = null)
Parameters
Type Name Description
System.String caller
Returns
Type Description
InvalidOperationException
| Improve this Doc View Source

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

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

Extension Methods

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