Class CorePreloader
Inheritance
CorePreloader
Assembly: ItemChanger.dll
Syntax
public class CorePreloader : Preloader
Constructors
View Source
CorePreloader()
Declaration
Properties
View Source
Chest
Declaration
public GameObject Chest { get; }
Property Value
View Source
LoreTablet
Declaration
public GameObject LoreTablet { get; }
Property Value
View Source
LumaflyEscape
Declaration
public GameObject LumaflyEscape { get; }
Property Value
View Source
RelicGetMsg
Declaration
public GameObject RelicGetMsg { get; }
Property Value
View Source
ShinyItem
Declaration
public GameObject ShinyItem { get; }
Property Value
View Source
ShopItem
Declaration
public GameObject ShopItem { get; }
Property Value
View Source
Declaration
public GameObject ShopMenu { get; }
Property Value
View Source
Declaration
public GameObject SmallPlatform { get; }
Property Value
Methods
View Source
GetPreloadNames()
Declaration
public override IEnumerable<(string, string)> GetPreloadNames()
Returns
Overrides
View Source
SavePreloads(Dictionary<string, Dictionary<string, GameObject>>)
Declaration
public override void SavePreloads(Dictionary<string, Dictionary<string, GameObject>> objectsByScene)
Parameters
Overrides
Extension Methods