Class OutputPortAttribute
- Namespace
- Ceres.Annotations
- Assembly
- Ceres.Graph.dll
Notify editor port direction is output
[AttributeUsage(AttributeTargets.Field)]
public sealed class OutputPortAttribute : Attribute
- Inheritance
-
OutputPortAttribute
- Inherited Members
Constructors
OutputPortAttribute(bool)
public OutputPortAttribute(bool allowMulti = true)
Parameters
allowMultibool
Properties
AllowMulti
Whether allow multi connections
public bool AllowMulti { get; }