Show / Hide Table of Contents

Class CorePreloader

Inheritance
object
Preloader
CorePreloader
Inherited Members
Preloader.NotPreloadedException(string)
Preloader.PreloadLevel
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 class CorePreloader : Preloader

Constructors

View Source

CorePreloader()

Declaration
public CorePreloader()

Properties

View Source

Chest

Declaration
public GameObject Chest { get; }
Property Value
Type Description
GameObject
View Source

LoreTablet

Declaration
public GameObject LoreTablet { get; }
Property Value
Type Description
GameObject
View Source

LumaflyEscape

Declaration
public GameObject LumaflyEscape { get; }
Property Value
Type Description
GameObject
View Source

RelicGetMsg

Declaration
public GameObject RelicGetMsg { get; }
Property Value
Type Description
GameObject
View Source

ShinyItem

Declaration
public GameObject ShinyItem { get; }
Property Value
Type Description
GameObject
View Source

ShopItem

Declaration
public GameObject ShopItem { get; }
Property Value
Type Description
GameObject
View Source

ShopMenu

Declaration
public GameObject ShopMenu { get; }
Property Value
Type Description
GameObject
View Source

SmallPlatform

Declaration
public GameObject SmallPlatform { get; }
Property Value
Type Description
GameObject

Methods

View Source

GetPreloadNames()

Declaration
public override IEnumerable<(string, string)> GetPreloadNames()
Returns
Type Description
IEnumerable<(string, string)>
Overrides
Preloader.GetPreloadNames()
View Source

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

Declaration
public override void SavePreloads(Dictionary<string, Dictionary<string, GameObject>> objectsByScene)
Parameters
Type Name Description
Dictionary<string, Dictionary<string, GameObject>> objectsByScene
Overrides
Preloader.SavePreloads(Dictionary<string, Dictionary<string, GameObject>>)

Extension Methods

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