Class InputPortAttribute
- Namespace
- Ceres.Annotations
- Assembly
- Ceres.Graph.dll
Notify editor port direction is input
[AttributeUsage(AttributeTargets.Field)]
public sealed class InputPortAttribute : Attribute
- Inheritance
-
InputPortAttribute
- Inherited Members
Constructors
InputPortAttribute(bool)
public InputPortAttribute(bool alwaysConnected = false)
Parameters
alwaysConnectedbool
Properties
AlwaysConnected
Whether the port should always be connected
public bool AlwaysConnected { get; }