Table of Contents

Class RelayNode

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll

Metadata for editor relay node

public class RelayNode
Inheritance
object
RelayNode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

Fields

graphPosition

Display position in graph editor

public Rect graphPosition

Field Value

Rect

guid

Unique identifier for relay node

public string guid

Field Value

string

inputs

Input connections (nodes connecting TO this relay)

public RelayConnection[] inputs

Field Value

RelayConnection[]

outputs

Output connections (nodes connecting FROM this relay)

public RelayConnection[] outputs

Field Value

RelayConnection[]

portType

Port type string (serialized using SerializedType)

public string portType

Field Value

string

Methods

GetPortType()

Get port value type

public Type GetPortType()

Returns

Type

SetPortType(Type)

Set port value type

public void SetPortType(Type type)

Parameters

type Type