Inheritance
System.Object
DragEndDetails
public class DragEndDetails
Constructors
Declaration
public DragEndDetails(Velocity velocity = null, float? primaryVelocity = default(float? ))
Parameters
Type |
Name |
Description |
Velocity |
velocity |
|
System.Nullable<System.Single> |
primaryVelocity |
|
Fields
Declaration
public readonly float? primaryVelocity
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public readonly Velocity velocity
Field Value
Methods
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()