Class MimicPreloader
Inheritance
MimicPreloader
Assembly: ItemChanger.dll
Syntax
public class MimicPreloader : Preloader
Constructors
View Source
MimicPreloader()
Declaration
Properties
View Source
MimicBottle
Declaration
public GameObject MimicBottle { get; }
Property Value
View Source
MimicTop
Declaration
public GameObject MimicTop { get; }
Property Value
Methods
View Source
GetPreloadNames()
Declaration
public override IEnumerable<(string, string)> GetPreloadNames()
Returns
Overrides
View Source
SavePreloads(Dictionary<string, Dictionary<string, GameObject>>)
Declaration
public override void SavePreloads(Dictionary<string, Dictionary<string, GameObject>> objectsByScene)
Parameters
Overrides
Extension Methods