Interface IPort
Namespace: Unity.VisualScripting.Interpreter
Syntax
public interface IPort
Methods
GetDataCount()
Declaration
int GetDataCount()
Returns
| Type | Description |
|---|---|
| Int32 |
GetPort()
Declaration
Port GetPort()
Returns
| Type | Description |
|---|---|
| Port |
SetPort(Port)
Declaration
void SetPort(Port p)
Parameters
| Type | Name | Description |
|---|---|---|
| Port | p |