Interface IUnitPortDefinition
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public interface IUnitPortDefinition
Properties
hideLabel
Declaration
bool hideLabel { get; }
Property Value
Type | Description |
---|---|
bool |
isValid
Declaration
bool isValid { get; }
Property Value
Type | Description |
---|---|
bool |
key
Declaration
string key { get; }
Property Value
Type | Description |
---|---|
string |
label
Declaration
string label { get; }
Property Value
Type | Description |
---|---|
string |
summary
Declaration
string summary { get; }
Property Value
Type | Description |
---|---|
string |