FMX.InertialMovement.TAniCalculations.TTargetType
Delphi
TTargetType = (Achieved, Max, Min, Other);
C++
enum class DECLSPEC_DENUM TTargetType : unsigned char { Achieved, Max, Min, Other, ttAchieved _DEPRECATED_ATTRIBUTE3("Use TTargetType.Achieved") = 0, ttMax _DEPRECATED_ATTRIBUTE3("Use TTargetType.Max") = 1, ttMin _DEPRECATED_ATTRIBUTE3("Use TTargetType.Min") = 2, ttOther _DEPRECATED_ATTRIBUTE3("Use TTargetType.Other") = 3 };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.InertialMovement.pas FMX.InertialMovement.hpp |
FMX.InertialMovement | TAniCalculations |
Description
Defines the type of a TTarget target point of the inertial moving.
The TTargetType type defines the following constants:
Constant | Meaning |
---|---|
|
An achieved target point. |
|
A target point corresponds to one of the maximal coordinates (horizontal or vertical). |
|
A target point corresponds to one of the minimal coordinates (horizontal or vertical). |
|
A target point that should be achieved. |