Class SoulTotemDeployer
Deployer for placing a simple soul totem.
Use SoulTotemContainer instead to create a soul totem which can handle items.
Inheritance
SoulTotemDeployer
Assembly: ItemChanger.dll
Syntax
public record SoulTotemDeployer : Deployer, IDeployer, IEquatable<Deployer>, IEquatable<SoulTotemDeployer>
Constructors
View Source
SoulTotemDeployer()
Declaration
public SoulTotemDeployer()
View Source
SoulTotemDeployer(SoulTotemDeployer)
Declaration
protected SoulTotemDeployer(SoulTotemDeployer original)
Parameters
Properties
View Source
EqualityContract
Declaration
protected override Type EqualityContract { get; }
Property Value
Overrides
View Source
SoulTotemSubtype
Declaration
public SoulTotemSubtype SoulTotemSubtype { get; init; }
Property Value
Methods
View Source
Equals(Deployer?)
Declaration
public override sealed bool Equals(Deployer? other)
Parameters
Returns
Overrides
View Source
Equals(SoulTotemDeployer?)
Declaration
public virtual bool Equals(SoulTotemDeployer? other)
Parameters
Returns
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
View Source
Instantiate()
Declaration
public override GameObject Instantiate()
Returns
Overrides
View Source
PrintMembers(StringBuilder)
Declaration
protected override bool PrintMembers(StringBuilder builder)
Parameters
Returns
Overrides
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
View Source
operator ==(SoulTotemDeployer?, SoulTotemDeployer?)
Declaration
public static bool operator ==(SoulTotemDeployer? left, SoulTotemDeployer? right)
Parameters
Returns
View Source
operator !=(SoulTotemDeployer?, SoulTotemDeployer?)
Declaration
public static bool operator !=(SoulTotemDeployer? left, SoulTotemDeployer? right)
Parameters
Returns
Implements
Extension Methods