Show / Hide Table of Contents

Class DoorGrid2D

Door information for editor usage.

Inheritance
System.Object
DoorGrid2D
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class DoorGrid2D

Fields

Direction

Declaration
public DoorDirection Direction
Field Value
Type Description
DoorDirection

From

Declaration
public Vector3 From
Field Value
Type Description
Vector3

Socket

Declaration
public DoorSocketBase Socket
Field Value
Type Description
DoorSocketBase

To

Declaration
public Vector3 To
Field Value
Type Description
Vector3

Methods

Equals(DoorGrid2D)

Declaration
protected bool Equals(DoorGrid2D other)
Parameters
Type Name Description
DoorGrid2D 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(DoorGrid2D, DoorGrid2D)

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

Inequality(DoorGrid2D, DoorGrid2D)

Declaration
public static bool operator !=(DoorGrid2D left, DoorGrid2D right)
Parameters
Type Name Description
DoorGrid2D left
DoorGrid2D right
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX