Class GrubPreloader
Inheritance
GrubPreloader
Assembly: ItemChanger.dll
Syntax
public class GrubPreloader : Preloader
Constructors
View Source
GrubPreloader()
Declaration
Properties
View Source
GrubJar
Declaration
public GameObject GrubJar { 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