Show / Hide Table of Contents

Class GeoRockPreloader

Inheritance
object
Preloader
GeoRockPreloader
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 GeoRockPreloader : Preloader

Constructors

View Source

GeoRockPreloader()

Declaration
public GeoRockPreloader()

Methods

View Source

GeoRock(ref GeoRockSubtype)

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

GetPreloadNames()

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

GetPreloadedRockType(GeoRockSubtype)

Declaration
public GeoRockSubtype GetPreloadedRockType(GeoRockSubtype t)
Parameters
Type Name Description
GeoRockSubtype t
Returns
Type Description
GeoRockSubtype
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