Interface INodeWidget
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public interface INodeWidget : IGraphElementWidget, IWidget, IDisposable
Properties
edgePosition
Declaration
Rect edgePosition { get; }
Property Value
| Type | Description |
|---|---|
| Rect |
innerPosition
Declaration
Rect innerPosition { get; }
Property Value
| Type | Description |
|---|---|
| Rect |
outerPosition
Declaration
Rect outerPosition { get; }
Property Value
| Type | Description |
|---|---|
| Rect |