Interface IPortIdentifier
Namespace: Unity.Compositor
Syntax
public interface IPortIdentifier : IBufferElementData
Properties
Node
Declaration
CompositorNodeID Node { get; set; }
Property Value
Type | Description |
---|---|
CompositorNodeID |
Port
Declaration
CompositorPortID Port { get; set; }
Property Value
Type | Description |
---|---|
CompositorPortID |