Class LegacyFlowStateWidget
Inheritance
LegacyFlowStateWidget
Inherited Members
Namespace: Ludiq.Bolt
Syntax
[Obsolete("Use the new class graphs to nest graphs instead.")]
public sealed class LegacyFlowStateWidget : NesterStateWidget<LegacyFlowState>, INodeWidget, IStateWidget, IGraphElementWidget, IWidget, IDisposable, IDragAndDropHandler
Constructors
LegacyFlowStateWidget(StateGraphContext, LegacyFlowState)
Declaration
public LegacyFlowStateWidget(StateGraphContext context, LegacyFlowState state)
Parameters
| Type | Name | Description |
|---|---|---|
| StateGraphContext | context | |
| LegacyFlowState | state |
Properties
dragAndDropVisualMode
Declaration
public DragAndDropVisualMode dragAndDropVisualMode { get; }
Property Value
| Type | Description |
|---|---|
| DragAndDropVisualMode |
Implements
Methods
AcceptsDragAndDrop()
Declaration
public bool AcceptsDragAndDrop()
Returns
| Type | Description |
|---|---|
| Boolean |
Implements
DrawDragAndDropPreview()
Declaration
public void DrawDragAndDropPreview()
Implements
ExitDragAndDrop()
Declaration
public void ExitDragAndDrop()
Implements
PerformDragAndDrop()
Declaration
public void PerformDragAndDrop()
Implements
UpdateDragAndDrop()
Declaration
public void UpdateDragAndDrop()