Show / Hide Table of Contents

Class DoorSocket

Basic implementation of door sockets. Two sockets are compatible if they are the same instances.

Inheritance
System.Object
DoorSocketBase
DoorSocket
Implements
IDoorSocket
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class DoorSocket : DoorSocketBase, IDoorSocket

Fields

Color

Declaration
public Color Color
Field Value
Type Description
Color

Methods

GetColor()

Declaration
public override Color GetColor()
Returns
Type Description
Color
Overrides
DoorSocketBase.GetColor()

IsCompatibleWith(IDoorSocket)

Declaration
public override bool IsCompatibleWith(IDoorSocket otherSocket)
Parameters
Type Name Description
IDoorSocket otherSocket
Returns
Type Description
System.Boolean
Overrides
DoorSocketBase.IsCompatibleWith(IDoorSocket)

Implements

IDoorSocket
In This Article
Back to top Generated by DocFX