API:FMX.InertialMovement.TAniCalculations.TTarget
Delphi
TTarget = record
TargetType: TTargetType;
Point: TPointD;
end;
C++
struct DECLSPEC_DRECORD TTarget
{
public:
TAniCalculations::TTargetType TargetType;
TPointD Point;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | FMX.InertialMovement.pas FMX.InertialMovement.hpp |
FMX.InertialMovement | TAniCalculations |
Description
Embarcadero Technologies does not currently have any additional information.