FMX.InertialMovement.TAniCalculations.TTargetType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TTargetType = (Achieved, Max, Min, Other);

C++

enum class DECLSPEC_DENUM TTargetType : unsigned char { Achieved, Max, Min, Other };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations


Description

Définit le type d'un point cible TTarget du déplacement inertiel.

Le type TTargetType définit les constantes suivantes :

Constante Signification

Achieved

Un point cible atteint.

Max

Un point cible correspond à l'une des coordonnées maximales (horizontale ou verticale).

Min

Un point cible correspond à l'une des coordonnées minimales (horizontale ou verticale).

Other

Un point cible qui doit être atteint.

Voir aussi