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