Class Preloader
Assembly: ItemChanger.dll
Syntax
public abstract class Preloader
Constructors
View Source
Preloader()
Declaration
Properties
View Source
PreloadLevel
Declaration
public PreloadLevel PreloadLevel { get; init; }
Property Value
Methods
View Source
GetPreloadNames()
Declaration
public abstract IEnumerable<(string, string)> GetPreloadNames()
Returns
View Source
NotPreloadedException(string?)
Declaration
protected InvalidOperationException NotPreloadedException(string? caller = null)
Parameters
| Type |
Name |
Description |
| string |
caller |
|
Returns
View Source
SavePreloads(Dictionary<string, Dictionary<string, GameObject>>)
Declaration
public abstract void SavePreloads(Dictionary<string, Dictionary<string, GameObject>> objectsByScene)
Parameters
Extension Methods