Interface IUnitWidget
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public interface IUnitWidget : INodeWidget, IGraphElementWidget, IWidget, IDisposable
Properties
unit
Declaration
IUnit unit { get; }
Property Value
| Type | Description |
|---|---|
| IUnit |
Methods
CanCreateCompatiblePort(IUnitPort)
Declaration
bool CanCreateCompatiblePort(IUnitPort port)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnitPort | port |
Returns
| Type | Description |
|---|---|
| Boolean |
CreateCompatiblePort(ref IUnitPort)
Declaration
IUnitPort CreateCompatiblePort(ref IUnitPort port)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnitPort | port |
Returns
| Type | Description |
|---|---|
| IUnitPort |
GetPortInspector(IUnitPort, Accessor, Action<Inspector>)
Declaration
Inspector GetPortInspector(IUnitPort port, Accessor accessor, Action<Inspector> configure)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnitPort | port | |
| Accessor | accessor | |
| Action<Inspector> | configure |
Returns
| Type | Description |
|---|---|
| Inspector |
ReplaceUnit()
Declaration
void ReplaceUnit()
SpecialReplaceUnit()
Declaration
void SpecialReplaceUnit()