Variables | |
| static PropertyType< ResourceID > | TrajectoryProperty |
| Trajectory property. More... | |
| static PropertyType< float > | ItemAreaBeginProperty |
| ItemAreaBegin property. More... | |
| static PropertyType< float > | ItemAreaEndProperty |
| ItemAreaEnd property. More... | |
| static PropertyType< bool > | AlignToTangentProperty |
| AlignToTangent property. More... | |
| static PropertyType< float > | SpacingProperty |
| Spacing property. More... | |
| static PropertyType< float > | CursorOffsetProperty |
| CursorOffset property. More... | |
| static PropertyType< Vector2 > | ScrollAxisProperty |
| ScrollAxis property. More... | |
| static PropertyType< float > | RecognitionThresholdProperty |
| RecognitionThreshold property. More... | |
| static PropertyType< float > | SensitivityProperty |
| Sensitivity property. More... | |
| static PropertyType< float > | SlidingAccelerationCoefficientProperty |
| SlidingAccelerationCoefficient property. More... | |
| static PropertyType< float > | SlidingDragCoefficientProperty |
| SlidingDragCoefficient property. More... | |
| static PropertyType< float > | DraggingAccelerationCoefficientProperty |
| DraggingAccelerationCoefficient property. More... | |
| static PropertyType< float > | DraggingDragCoefficientProperty |
| DraggingDragCoefficient property. More... | |
| static PropertyType< float > | DraggingImpulseFactorProperty |
| DraggingImpulseFactor property. More... | |
| static PropertyType< float > | SwipeDistanceProperty |
| SwipeDistance property. More... | |
| ResourceID getTrajectoryResourceID | ( | ) | const |
Gets the value of TrajectoryProperty.
| void setTrajectoryResourceID | ( | ResourceID | value | ) |
Sets the value of TrajectoryProperty.
| float getItemAreaBegin | ( | ) | const |
Gets the value of ItemAreaBeginProperty.
| void setItemAreaBegin | ( | float | value | ) |
Sets the value of ItemAreaBeginProperty.
| float getItemAreaEnd | ( | ) | const |
Gets the value of ItemAreaEndProperty.
| void setItemAreaEnd | ( | float | value | ) |
Sets the value of ItemAreaEndProperty.
| bool isAlignToTangent | ( | ) | const |
Gets the value of AlignToTangentProperty.
| void setAlignToTangent | ( | bool | value | ) |
Sets the value of AlignToTangentProperty.
| float getSpacing | ( | ) | const |
Gets the value of SpacingProperty.
| void setSpacing | ( | float | value | ) |
Sets the value of SpacingProperty.
| float getCursorOffset | ( | ) | const |
Gets the value of CursorOffsetProperty.
| void setCursorOffset | ( | float | value | ) |
Sets the value of CursorOffsetProperty.
| Vector2 getScrollAxis | ( | ) | const |
Gets the value of ScrollAxisProperty.
| void setScrollAxis | ( | Vector2 | value | ) |
Sets the value of ScrollAxisProperty.
| float getRecognitionThreshold | ( | ) | const |
Gets the value of RecognitionThresholdProperty.
| void setRecognitionThreshold | ( | float | value | ) |
Sets the value of RecognitionThresholdProperty.
| float getSensitivity | ( | ) | const |
Gets the value of SensitivityProperty.
| void setSensitivity | ( | float | value | ) |
Sets the value of SensitivityProperty.
| float getSlidingAccelerationCoefficient | ( | ) | const |
Gets the value of SlidingAccelerationCoefficientProperty.
| void setSlidingAccelerationCoefficient | ( | float | value | ) |
Sets the value of SlidingAccelerationCoefficientProperty.
| float getSlidingDragCoefficient | ( | ) | const |
Gets the value of SlidingDragCoefficientProperty.
| void setSlidingDragCoefficient | ( | float | value | ) |
Sets the value of SlidingDragCoefficientProperty.
| float getDraggingAccelerationCoefficient | ( | ) | const |
Gets the value of DraggingAccelerationCoefficientProperty.
| void setDraggingAccelerationCoefficient | ( | float | value | ) |
Sets the value of DraggingAccelerationCoefficientProperty.
| float getDraggingDragCoefficient | ( | ) | const |
Gets the value of DraggingDragCoefficientProperty.
| void setDraggingDragCoefficient | ( | float | value | ) |
Sets the value of DraggingDragCoefficientProperty.
| float getDraggingImpulseFactor | ( | ) | const |
Gets the value of DraggingImpulseFactorProperty.
| void setDraggingImpulseFactor | ( | float | value | ) |
Sets the value of DraggingImpulseFactorProperty.
| float getSwipeDistance | ( | ) | const |
Gets the value of SwipeDistanceProperty.
| void setSwipeDistance | ( | float | value | ) |
Sets the value of SwipeDistanceProperty.
|
static |
Trajectory property.
The default value is ResourceID().
|
static |
|
static |
|
static |
AlignToTangent property.
The default value is false.
|
static |
|
static |
|
static |
ScrollAxis property.
The default value is Vector2(1.0f, 0.0f).
|
static |
RecognitionThreshold property.
The default value is 5.0f.
|
static |
|
static |
SlidingAccelerationCoefficient property.
The default value is 40.0f.
|
static |
SlidingDragCoefficient property.
The default value is 80.0f.
|
static |
DraggingAccelerationCoefficient property.
The default value is 80.0f.
|
static |
DraggingDragCoefficient property.
The default value is 150.0f.
|
static |
DraggingImpulseFactor property.
The default value is 2.0f.
|
static |