FMX.InertialMovement.TAniCalculations.TTargetType

From RAD Studio API Documentation
Jump to: navigation, search

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

Achieved

An achieved target point.

Max

A target point corresponds to one of the maximal coordinates (horizontal or vertical).

Min

A target point corresponds to one of the minimal coordinates (horizontal or vertical).

Other

A target point that should be achieved.

See Also