FMX.InertialMovement.TAniCalculations.TTargetType

提供: RAD Studio API Documentation
移動先: 案内検索

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 型は、次の定数を定義しています:

定数 意味

Achieved

到達対象点。

Max

最大座標(水平または垂直)の 1 つに対応する対象点

Min

最小座標(水平または垂直)の 1 つに対応する対象点

Other

到達するべき対象点。

関連項目

FMX.InertialMovement.TAniCalculations.TTarget