Table of Contents

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

allowMulti bool

Properties

AllowMulti

Whether allow multi connections

public bool AllowMulti { get; }

Property Value

bool