Class SoulTotemPreloader
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Internal.Preloaders
Assembly: ItemChanger.dll
Syntax
public class SoulTotemPreloader : Preloader
Properties
| Improve this Doc View SourceSoulParticles
Declaration
public GameObject SoulParticles { get; }
Property Value
| Type | Description |
|---|---|
| GameObject |
Methods
| Improve this Doc View SourceGetPreloadedTotemType(SoulTotemSubtype)
Declaration
public SoulTotemSubtype GetPreloadedTotemType(SoulTotemSubtype t)
Parameters
| Type | Name | Description |
|---|---|---|
| SoulTotemSubtype | t |
Returns
| Type | Description |
|---|---|
| SoulTotemSubtype |
GetPreloadNames()
Declaration
public override IEnumerable<(string, string)> GetPreloadNames()
Returns
| Type | Description |
|---|---|
| IEnumerable<System.ValueTuple<System.String, System.String>> |
Overrides
| Improve this Doc View SourceSavePreloads(Dictionary<String, Dictionary<String, GameObject>>)
Declaration
public override void SavePreloads(Dictionary<string, Dictionary<string, GameObject>> objectsByScene)
Parameters
| Type | Name | Description |
|---|---|---|
| Dictionary<System.String, Dictionary<System.String, GameObject>> | objectsByScene |
Overrides
| Improve this Doc View SourceSoulTotem(ref SoulTotemSubtype)
Declaration
public GameObject SoulTotem(ref SoulTotemSubtype t)
Parameters
| Type | Name | Description |
|---|---|---|
| SoulTotemSubtype | t |
Returns
| Type | Description |
|---|---|
| GameObject |