Show / Hide Table of Contents

Class SoulTotemDeployer

Deployer for placing a simple soul totem.
Use SoulTotemContainer instead to create a soul totem which can handle items.

Inheritance
System.Object
Deployer
SoulTotemDeployer
Implements
IDeployer
System.IEquatable<Deployer>
System.IEquatable<SoulTotemDeployer>
Inherited Members
Deployer.SceneName
Deployer.X
Deployer.Y
Deployer.Test
Deployer.OnSceneChange(Scene)
Deployer.Deploy()
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 Source

SoulTotemSubtype

Declaration
public SoulTotemSubtype SoulTotemSubtype { get; set; }
Property Value
Type Description
SoulTotemSubtype

Methods

| Improve this Doc View Source

Instantiate()

Declaration
public override GameObject Instantiate()
Returns
Type Description
GameObject
Overrides
Deployer.Instantiate()

Implements

IDeployer
System.IEquatable<T>
System.IEquatable<T>

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX