FMX.InertialMovement.TAniCalculations.TTargetType
Delphi
TTargetType = (Achieved, Max, Min, Other);
C++
enum class DECLSPEC_DENUM TTargetType : unsigned char { Achieved, Max, Min, Other };
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| enum | public | FMX.InertialMovement.pas FMX.InertialMovement.hpp |
FMX.InertialMovement | TAniCalculations |
説明
慣性移動の TTarget 対象点の型を定義します。
TTargetType 型は、次の定数を定義しています:
| 定数 | 意味 |
|---|---|
|
|
到達対象点。 |
|
|
最大座標(水平または垂直)の 1 つに対応する対象点 |
|
|
最小座標(水平または垂直)の 1 つに対応する対象点 |
|
|
到達するべき対象点。 |
関連項目
FMX.InertialMovement.TAniCalculations.TTarget