Interface IUnitPortDefinition
Namespace: Unity.VisualScripting
Syntax
public interface IUnitPortDefinition
Properties
hideLabel
Declaration
bool hideLabel { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
isValid
Declaration
bool isValid { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
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 |