Class GeoRockPreloader
Inheritance
GeoRockPreloader
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
Returns
View Source
GetPreloadNames()
Declaration
public override IEnumerable<(string, string)> GetPreloadNames()
Returns
Overrides
View Source
GetPreloadedRockType(GeoRockSubtype)
Declaration
public GeoRockSubtype GetPreloadedRockType(GeoRockSubtype t)
Parameters
Returns
View Source
SavePreloads(Dictionary<string, Dictionary<string, GameObject>>)
Declaration
public override void SavePreloads(Dictionary<string, Dictionary<string, GameObject>> objectsByScene)
Parameters
Overrides
Extension Methods