Class PortLabelAttribute
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
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 |