Interface IUnitPortWidget
Inherited Members
Namespace: Unity.VisualScripting
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 |
---|---|
Boolean |
y
Declaration
float y { set; }
Property Value
Type | Description |
---|---|
Single |
Methods
GetHeight()
Declaration
float GetHeight()
Returns
Type | Description |
---|---|
Single |
GetInnerWidth()
Declaration
float GetInnerWidth()
Returns
Type | Description |
---|---|
Single |