Show / Hide Table of Contents

Class ObjectCache

Inheritance
object
ObjectCache
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 static class ObjectCache

Fields

View Source

CorePreloader

Declaration
public static CorePreloader CorePreloader
Field Value
Type Description
CorePreloader
View Source

GeoRockPreloader

Declaration
public static GeoRockPreloader GeoRockPreloader
Field Value
Type Description
GeoRockPreloader
View Source

GrubPreloader

Declaration
public static GrubPreloader GrubPreloader
Field Value
Type Description
GrubPreloader
View Source

MimicPreloader

Declaration
public static MimicPreloader MimicPreloader
Field Value
Type Description
MimicPreloader
View Source

SoulTotemPreloader

Declaration
public static SoulTotemPreloader SoulTotemPreloader
Field Value
Type Description
SoulTotemPreloader

Properties

View Source

Chest

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

GrubJar

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

LargeGeo

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

LoreTablet

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

LumaflyEscape

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

MediumGeo

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

MimicBottle

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

MimicTop

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

RelicGetMsg

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

ShinyItem

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

ShopItem

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

ShopMenu

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

SmallGeo

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

SmallPlatform

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

SoulOrb

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

SoulParticles

Declaration
public static GameObject SoulParticles { get; }
Property Value
Type Description
GameObject

Methods

View Source

GeoRock(ref GeoRockSubtype)

Declaration
public static GameObject GeoRock(ref GeoRockSubtype t)
Parameters
Type Name Description
GeoRockSubtype t
Returns
Type Description
GameObject
View Source

GetPreloadNames()

Declaration
public static List<(string, string)> GetPreloadNames()
Returns
Type Description
List<(string, string)>
View Source

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

Declaration
public static void Setup(Dictionary<string, Dictionary<string, GameObject>> objectsByScene)
Parameters
Type Name Description
Dictionary<string, Dictionary<string, GameObject>> objectsByScene
View Source

SoulTotem(ref SoulTotemSubtype)

Declaration
public static GameObject SoulTotem(ref SoulTotemSubtype t)
Parameters
Type Name Description
SoulTotemSubtype t
Returns
Type Description
GameObject
  • View Source
In this article
Back to top Generated by DocFX