Class DraggableDetails
Inheritance
System.Object
DraggableDetails
Namespace: Unity.UIWidgets.widgets
Syntax
public class DraggableDetails
Constructors
DraggableDetails(Boolean, Velocity, Offset)
Declaration
public DraggableDetails(bool wasAccepted = false, Velocity velocity = null, Offset offset = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | wasAccepted | |
| Velocity | velocity | |
| Offset | offset |
Fields
offset
Declaration
public readonly Offset offset
Field Value
| Type | Description |
|---|---|
| Offset |
velocity
Declaration
public readonly Velocity velocity
Field Value
| Type | Description |
|---|---|
| Velocity |
wasAccepted
Declaration
public readonly bool wasAccepted
Field Value
| Type | Description |
|---|---|
| System.Boolean |