Class LegacySuperStateWidget
Inheritance
LegacySuperStateWidget
Inherited Members
Namespace: Ludiq.Bolt
Syntax
[Obsolete("Use the new class graphs to nest graphs instead.")]
public sealed class LegacySuperStateWidget : NesterStateWidget<LegacySuperState>, INodeWidget, IStateWidget, IGraphElementWidget, IWidget, IDisposable, IDragAndDropHandler
Constructors
LegacySuperStateWidget(StateGraphContext, LegacySuperState)
Declaration
public LegacySuperStateWidget(StateGraphContext context, LegacySuperState state)
Parameters
| Type | Name | Description |
|---|---|---|
| StateGraphContext | context | |
| LegacySuperState | 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()