Show / Hide Table of Contents

Class EnemyBlockerDeployer

Deployer which creates a region which enemies cannot enter.

Inheritance
object
Deployer
EnemyBlockerDeployer
Implements
IDeployer
IEquatable<Deployer>
IEquatable<EnemyBlockerDeployer>
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 EnemyBlockerDeployer : Deployer, IDeployer, IEquatable<Deployer>, IEquatable<EnemyBlockerDeployer>

Constructors

View Source

EnemyBlockerDeployer()

Declaration
public EnemyBlockerDeployer()
View Source

EnemyBlockerDeployer(EnemyBlockerDeployer)

Declaration
protected EnemyBlockerDeployer(EnemyBlockerDeployer original)
Parameters
Type Name Description
EnemyBlockerDeployer 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

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(EnemyBlockerDeployer?)

Declaration
public virtual bool Equals(EnemyBlockerDeployer? other)
Parameters
Type Name Description
EnemyBlockerDeployer 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 ==(EnemyBlockerDeployer?, EnemyBlockerDeployer?)

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

operator !=(EnemyBlockerDeployer?, EnemyBlockerDeployer?)

Declaration
public static bool operator !=(EnemyBlockerDeployer? left, EnemyBlockerDeployer? right)
Parameters
Type Name Description
EnemyBlockerDeployer left
EnemyBlockerDeployer 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