Class SoulTotemDeployer
Deployer for placing a simple soul totem.
Use SoulTotemContainer instead to create a soul totem which can handle items.
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.Deployers
Assembly: ItemChanger.dll
Syntax
public class SoulTotemDeployer : Deployer, IDeployer, IEquatable<Deployer>, IEquatable<SoulTotemDeployer>
Properties
| Improve this Doc View SourceSoulTotemSubtype
Declaration
public SoulTotemSubtype SoulTotemSubtype { get; set; }
Property Value
Type | Description |
---|---|
SoulTotemSubtype |
Methods
| Improve this Doc View SourceInstantiate()
Declaration
public override GameObject Instantiate()
Returns
Type | Description |
---|---|
GameObject |
Overrides
Implements
System.IEquatable<T>
System.IEquatable<T>