Show / Hide Table of Contents

Class GeoRockPreloader

Inheritance
System.Object
Preloader
GeoRockPreloader
Inherited Members
Preloader.PreloadLevel
Preloader.NotPreloadedException(String)
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 class GeoRockPreloader : Preloader

Methods

| Improve this Doc View Source

GeoRock(ref GeoRockSubtype)

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

GetPreloadedRockType(GeoRockSubtype)

Declaration
public GeoRockSubtype GetPreloadedRockType(GeoRockSubtype t)
Parameters
Type Name Description
GeoRockSubtype t
Returns
Type Description
GeoRockSubtype
| Improve this Doc View Source

GetPreloadNames()

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

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

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

Extension Methods

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