Interface IOriginEdge
Interface implemented by edges that have a nodePort as the origin (e.g Edge, ResultEdge).
Namespace: UnityEngine.Importer
Assembly: Unity.Importer.dll
Syntax
public interface IOriginEdge
Properties
Origin
The NodePort origin of the edge.
Declaration
NodePort Origin { get; }
Property Value
Type | Description |
---|---|
NodePort |