Class PortLabelAttribute
Inheritance
object
PortLabelAttribute
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public class PortLabelAttribute : Attribute
Constructors
PortLabelAttribute(string)
Declaration
public PortLabelAttribute(string label)
Parameters
| Type | Name | Description |
|---|---|---|
| string | label |
Properties
hidden
Declaration
public bool hidden { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
label
Declaration
public string label { get; }
Property Value
| Type | Description |
|---|---|
| string |