Show / Hide Table of Contents

Class SoulTotemPreloader

Inheritance
object
Preloader
SoulTotemPreloader
Inherited Members
Preloader.NotPreloadedException(string)
Preloader.PreloadLevel
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Internal.Preloaders
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
Type Description
GameObject

Methods

View Source

GetPreloadNames()

Declaration
public override IEnumerable<(string, string)> GetPreloadNames()
Returns
Type Description
IEnumerable<(string, string)>
Overrides
Preloader.GetPreloadNames()
View Source

GetPreloadedTotemType(SoulTotemSubtype)

Declaration
public SoulTotemSubtype GetPreloadedTotemType(SoulTotemSubtype t)
Parameters
Type Name Description
SoulTotemSubtype t
Returns
Type Description
SoulTotemSubtype
View Source

SavePreloads(Dictionary<string, Dictionary<string, GameObject>>)

Declaration
public override void SavePreloads(Dictionary<string, Dictionary<string, GameObject>> objectsByScene)
Parameters
Type Name Description
Dictionary<string, Dictionary<string, GameObject>> objectsByScene
Overrides
Preloader.SavePreloads(Dictionary<string, Dictionary<string, GameObject>>)
View Source

SoulTotem(ref SoulTotemSubtype)

Declaration
public GameObject SoulTotem(ref SoulTotemSubtype t)
Parameters
Type Name Description
SoulTotemSubtype t
Returns
Type Description
GameObject

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX