Variables | |
static PropertyType< ResourceSharedPtr > | 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< int > | MinimumNumberOfTouchesProperty |
MinimumNumberOfTouches property. More... | |
static PropertyType< int > | MaximumNumberOfTouchesProperty |
MaximumNumberOfTouches 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... | |
static PropertyType< bool > | LoopingProperty |
LoopingProperty property. More... | |
static PropertyType< ScrollViewConcept::AllowedScrollAxis > | AllowedScrollAxisProperty |
AllowedScrollAxis property Sets the axis on which you want to allow a Trajectory List Box node to scroll. More... | |
ResourceSharedPtr getTrajectory | ( | ) | const |
Gets the value of TrajectoryProperty.
void setTrajectory | ( | ResourceSharedPtr | 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.
int getMinimumNumberOfTouches | ( | ) | const |
Gets the value of MinimumNumberOfTouchesProperty.
void setMinimumNumberOfTouches | ( | int | value | ) |
Sets the value of MinimumNumberOfTouchesProperty.
int getMaximumNumberOfTouches | ( | ) | const |
Gets the value of MaximumNumberOfTouchesProperty.
void setMaximumNumberOfTouches | ( | int | value | ) |
Sets the value of MaximumNumberOfTouchesProperty.
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.
bool isLooping | ( | ) | const |
Gets the value of LoopingProperty.
void setLooping | ( | bool | value | ) |
Sets the value of LoopingProperty.
ScrollViewConcept::AllowedScrollAxis getAllowedScrollAxis | ( | ) | const |
Returns the value of the AllowedScrollAxisProperty.
void setAllowedScrollAxis | ( | ScrollViewConcept::AllowedScrollAxis | axis | ) |
Sets the AllowedScrollAxisProperty value.
axis | The axis on which you want to allow scrolling. |
|
static |
Trajectory property.
The default value is ResourceSharedPtr().
|
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 |
MinimumNumberOfTouches property.
The default value is 1.
|
static |
MaximumNumberOfTouches property.
The default value is 10.
|
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 |
|
static |
|
static |
AllowedScrollAxis property Sets the axis on which you want to allow a Trajectory List Box node to scroll.
The default value is ScrollViewConcept::AllAxes.