Class RelayNode
Metadata for editor relay node
public class RelayNode
- Inheritance
-
objectRelayNode
- 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
outputs
Output connections (nodes connecting FROM this relay)
public RelayConnection[] outputs
Field Value
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
typeType