Class HintBoxDeployer
Deployer which creates a HintBox, a region which displays a dream dialogue message when the hero enters.
Inheritance
HintBoxDeployer
Assembly: ItemChanger.dll
Syntax
public record HintBoxDeployer : Deployer, IDeployer, IEquatable<Deployer>, IEquatable<HintBoxDeployer>
Constructors
View Source
HintBoxDeployer()
Declaration
View Source
HintBoxDeployer(HintBoxDeployer)
Declaration
protected HintBoxDeployer(HintBoxDeployer original)
Parameters
Properties
View Source
EqualityContract
Declaration
protected override Type EqualityContract { get; }
Property Value
Overrides
View Source
Height
Declaration
public float Height { get; init; }
Property Value
View Source
Text
Declaration
public IString Text { get; init; }
Property Value
View Source
Width
Declaration
public float Width { get; init; }
Property Value
Methods
View Source
Equals(Deployer?)
Declaration
public override sealed bool Equals(Deployer? other)
Parameters
Returns
Overrides
View Source
Equals(HintBoxDeployer?)
Declaration
public virtual bool Equals(HintBoxDeployer? 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 ==(HintBoxDeployer?, HintBoxDeployer?)
Declaration
public static bool operator ==(HintBoxDeployer? left, HintBoxDeployer? right)
Parameters
Returns
View Source
operator !=(HintBoxDeployer?, HintBoxDeployer?)
Declaration
public static bool operator !=(HintBoxDeployer? left, HintBoxDeployer? right)
Parameters
Returns
Implements
Extension Methods