Struct InputEndpoint
A directed, weak (runtime checked) input endpoint.
See
Inherited Members
Namespace: Unity.DataFlowGraph
Syntax
public struct InputEndpoint : IConcrete, IInputEndpoint, IEndpoint, IInternalEndpoint, IPotentialDataEndpoint, IConnectableWith<OutputEndpoint>
Properties
Category
Declaration
public PortDescription.Category Category { get; }
Property Value
Type | Description |
---|---|
PortDescription.Category |
Implements
Endpoint
Declaration
public UnresolvedInputPair Endpoint { get; }
Property Value
Type | Description |
---|---|
UnresolvedInputPair |
Implements
IsWeak
Declaration
public bool IsWeak { get; }
Property Value
Type | Description |
---|---|
Boolean |
Implements
Type
Declaration
public TypeHash Type { get; }
Property Value
Type | Description |
---|---|
TypeHash |