Class RelayNode
Metadata for editor relay node
Inheritance
object
RelayNode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public class RelayNode
Fields
graphPosition
Display position in graph editor
Declaration
public Rect graphPosition
Field Value
| Type | Description |
|---|---|
| Rect |
guid
Unique identifier for relay node
Declaration
public string guid
Field Value
| Type | Description |
|---|---|
| string |
inputs
Input connections (nodes connecting TO this relay)
Declaration
public RelayConnection[] inputs
Field Value
| Type | Description |
|---|---|
| RelayConnection[] |
outputs
Output connections (nodes connecting FROM this relay)
Declaration
public RelayConnection[] outputs
Field Value
| Type | Description |
|---|---|
| RelayConnection[] |
portType
Port type string (serialized using SerializedType)
Declaration
public string portType
Field Value
| Type | Description |
|---|---|
| string |
Methods
GetPortType()
Get port value type
Declaration
public Type GetPortType()
Returns
| Type | Description |
|---|---|
| Type |
SetPortType(Type)
Set port value type
Declaration
public void SetPortType(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |