Show / Hide Table of Contents

Class HintBoxDeployer

Deployer which creates a HintBox, a region which displays a dream dialogue message when the hero enters.

Inheritance
object
Deployer
HintBoxDeployer
Implements
IDeployer
IEquatable<Deployer>
IEquatable<HintBoxDeployer>
Inherited Members
Deployer.OnSceneChange(Scene)
Deployer.Deploy()
Deployer.SceneName
Deployer.X
Deployer.Y
Deployer.Test
object.GetType()
object.MemberwiseClone()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: ItemChanger.Deployers
Assembly: ItemChanger.dll
Syntax
public record HintBoxDeployer : Deployer, IDeployer, IEquatable<Deployer>, IEquatable<HintBoxDeployer>

Constructors

View Source

HintBoxDeployer()

Declaration
public HintBoxDeployer()
View Source

HintBoxDeployer(HintBoxDeployer)

Declaration
protected HintBoxDeployer(HintBoxDeployer original)
Parameters
Type Name Description
HintBoxDeployer original

Properties

View Source

EqualityContract

Declaration
protected override Type EqualityContract { get; }
Property Value
Type Description
Type
Overrides
Deployer.EqualityContract
View Source

Height

Declaration
public float Height { get; init; }
Property Value
Type Description
float
View Source

Text

Declaration
public IString Text { get; init; }
Property Value
Type Description
IString
View Source

Width

Declaration
public float Width { get; init; }
Property Value
Type Description
float

Methods

View Source

Equals(Deployer?)

Declaration
public override sealed bool Equals(Deployer? other)
Parameters
Type Name Description
Deployer other
Returns
Type Description
bool
Overrides
Deployer.Equals(Deployer?)
View Source

Equals(HintBoxDeployer?)

Declaration
public virtual bool Equals(HintBoxDeployer? other)
Parameters
Type Name Description
HintBoxDeployer other
Returns
Type Description
bool
View Source

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
Deployer.Equals(object?)
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
Deployer.GetHashCode()
View Source

Instantiate()

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

PrintMembers(StringBuilder)

Declaration
protected override bool PrintMembers(StringBuilder builder)
Parameters
Type Name Description
StringBuilder builder
Returns
Type Description
bool
Overrides
Deployer.PrintMembers(StringBuilder)
View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
Deployer.ToString()

Operators

View Source

operator ==(HintBoxDeployer?, HintBoxDeployer?)

Declaration
public static bool operator ==(HintBoxDeployer? left, HintBoxDeployer? right)
Parameters
Type Name Description
HintBoxDeployer left
HintBoxDeployer right
Returns
Type Description
bool
View Source

operator !=(HintBoxDeployer?, HintBoxDeployer?)

Declaration
public static bool operator !=(HintBoxDeployer? left, HintBoxDeployer? right)
Parameters
Type Name Description
HintBoxDeployer left
HintBoxDeployer right
Returns
Type Description
bool

Implements

IDeployer
IEquatable<T>
IEquatable<T>

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX