Show / Hide Table of Contents

Class MimicPreloader

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

Constructors

View Source

MimicPreloader()

Declaration
public MimicPreloader()

Properties

View Source

MimicBottle

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

MimicTop

Declaration
public GameObject MimicTop { 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