Class UnitFooterPortsAttribute
Inheritance
object
UnitFooterPortsAttribute
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public sealed class UnitFooterPortsAttribute : Attribute
Properties
ControlInputs
Declaration
public bool ControlInputs { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ControlOutputs
Declaration
public bool ControlOutputs { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ValueInputs
Declaration
public bool ValueInputs { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ValueOutputs
Declaration
public bool ValueOutputs { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |