Class SuperStateWidget
Inheritance
SuperStateWidget
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[Widget(typeof(SuperState))]
public sealed class SuperStateWidget : NesterStateWidget<SuperState>, INodeWidget, IStateWidget, IGraphElementWidget, IWidget, IDisposable, IDragAndDropHandler
Constructors
SuperStateWidget(StateCanvas, SuperState)
Declaration
public SuperStateWidget(StateCanvas canvas, SuperState state)
Parameters
| Type | Name | Description |
|---|---|---|
| StateCanvas | canvas | |
| SuperState | 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()