Show / Hide Table of Contents

Class GrubPreloader

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

Constructors

View Source

GrubPreloader()

Declaration
public GrubPreloader()

Properties

View Source

GrubJar

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

Methods

View Source

GetPreloadNames()

Declaration
public override IEnumerable<(string, string)> GetPreloadNames()
Returns
Type Description
IEnumerable<(string, string)>
Overrides
Preloader.GetPreloadNames()
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