Interface IUnitPortWidget
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.Editor.dll
Syntax
public interface IUnitPortWidget : IWidget, IDisposable
Properties
handlePosition
Declaration
Rect handlePosition { get; }
Property Value
| Type | Description |
|---|---|
| Rect |
port
Declaration
IUnitPort port { get; }
Property Value
| Type | Description |
|---|---|
| IUnitPort |
willDisconnect
Declaration
bool willDisconnect { get; }
Property Value
| Type | Description |
|---|---|
| bool |
y
Declaration
float y { set; }
Property Value
| Type | Description |
|---|---|
| float |
Methods
GetHeight()
Declaration
float GetHeight()
Returns
| Type | Description |
|---|---|
| float |
GetInnerWidth()
Declaration
float GetInnerWidth()
Returns
| Type | Description |
|---|---|
| float |