Interface IUnitWidget
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public interface IUnitWidget : IGraphElementWidget, IWidget, IDisposable
Properties
unit
Declaration
IUnit unit { get; }
Property Value
Type | Description |
---|---|
IUnit |
Methods
GetPortInspector(IUnitPort, Metadata)
Declaration
Inspector GetPortInspector(IUnitPort port, Metadata metadata)
Parameters
Type | Name | Description |
---|---|---|
IUnitPort | port | |
Metadata | metadata |
Returns
Type | Description |
---|---|
Inspector |