Show / Hide Table of Contents

Class ObjectCache

Inheritance
System.Object
ObjectCache
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
Assembly: ItemChanger.dll
Syntax
public static class ObjectCache

Fields

| Improve this Doc View Source

CorePreloader

Declaration
public static CorePreloader CorePreloader
Field Value
Type Description
CorePreloader
| Improve this Doc View Source

GeoRockPreloader

Declaration
public static GeoRockPreloader GeoRockPreloader
Field Value
Type Description
GeoRockPreloader
| Improve this Doc View Source

GrubPreloader

Declaration
public static GrubPreloader GrubPreloader
Field Value
Type Description
GrubPreloader
| Improve this Doc View Source

MimicPreloader

Declaration
public static MimicPreloader MimicPreloader
Field Value
Type Description
MimicPreloader
| Improve this Doc View Source

SoulTotemPreloader

Declaration
public static SoulTotemPreloader SoulTotemPreloader
Field Value
Type Description
SoulTotemPreloader

Properties

| Improve this Doc View Source

Chest

Declaration
public static GameObject Chest { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

GrubJar

Declaration
public static GameObject GrubJar { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

LargeGeo

Declaration
public static GameObject LargeGeo { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

LoreTablet

Declaration
public static GameObject LoreTablet { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

LumaflyEscape

Declaration
public static GameObject LumaflyEscape { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

MediumGeo

Declaration
public static GameObject MediumGeo { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

MimicBottle

Declaration
public static GameObject MimicBottle { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

MimicTop

Declaration
public static GameObject MimicTop { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

RelicGetMsg

Declaration
public static GameObject RelicGetMsg { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

ShinyItem

Declaration
public static GameObject ShinyItem { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

ShopItem

Declaration
public static GameObject ShopItem { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

ShopMenu

Declaration
public static GameObject ShopMenu { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

SmallGeo

Declaration
public static GameObject SmallGeo { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

SmallPlatform

Declaration
public static GameObject SmallPlatform { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

SoulOrb

Declaration
public static GameObject SoulOrb { get; }
Property Value
Type Description
GameObject
| Improve this Doc View Source

SoulParticles

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

Methods

| Improve this Doc View Source

GeoRock(ref GeoRockSubtype)

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

GetPreloadNames()

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

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

Declaration
public static void Setup(Dictionary<string, Dictionary<string, GameObject>> objectsByScene)
Parameters
Type Name Description
Dictionary<System.String, Dictionary<System.String, GameObject>> objectsByScene
| Improve this Doc View Source

SoulTotem(ref SoulTotemSubtype)

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