Class PortLabelAttribute
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public class PortLabelAttribute : Attribute, _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 |
|---|---|
| Boolean |
label
Declaration
public string label { get; }
Property Value
| Type | Description |
|---|---|
| String |