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 };

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