Table of Contents

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

alwaysConnected bool

Properties

AlwaysConnected

Whether the port should always be connected

public bool AlwaysConnected { get; }

Property Value

bool