Show / Hide Table of Contents

Class DoorLineGrid2D

Inheritance
System.Object
DoorLineGrid2D
Implements
IDoorLine
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class DoorLineGrid2D : IDoorLine

Fields

Direction

Declaration
public DoorDirection Direction
Field Value
Type Description
DoorDirection

From

Declaration
public Vector3Int From
Field Value
Type Description
Vector3Int

Length

Declaration
public int Length
Field Value
Type Description
System.Int32

Socket

Declaration
public DoorSocketBase Socket
Field Value
Type Description
DoorSocketBase

To

Declaration
public Vector3Int To
Field Value
Type Description
Vector3Int

Methods

Equals(DoorLineGrid2D)

Declaration
protected bool Equals(DoorLineGrid2D other)
Parameters
Type Name Description
DoorLineGrid2D other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

Operators

Equality(DoorLineGrid2D, DoorLineGrid2D)

Declaration
public static bool operator ==(DoorLineGrid2D left, DoorLineGrid2D right)
Parameters
Type Name Description
DoorLineGrid2D left
DoorLineGrid2D right
Returns
Type Description
System.Boolean

Inequality(DoorLineGrid2D, DoorLineGrid2D)

Declaration
public static bool operator !=(DoorLineGrid2D left, DoorLineGrid2D right)
Parameters
Type Name Description
DoorLineGrid2D left
DoorLineGrid2D right
Returns
Type Description
System.Boolean

Explicit Interface Implementations

IDoorLine.From

Declaration
Vector3Int IDoorLine.From { get; }
Returns
Type Description
Vector3Int

IDoorLine.Length

Declaration
int IDoorLine.Length { get; }
Returns
Type Description
System.Int32

IDoorLine.To

Declaration
Vector3Int IDoorLine.To { get; }
Returns
Type Description
Vector3Int

Implements

IDoorLine
In This Article
Back to top Generated by DocFX