API:FMX.InertialMovement.TAniCalculations.TTarget
Delphi
TTarget = record
TargetType: TTargetType;
Point: TPointD;
end;
C++
struct DECLSPEC_DRECORD TTarget
{
public:
TAniCalculations::TTargetType TargetType;
TPointD Point;
};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
record struct |
public | FMX.InertialMovement.pas FMX.InertialMovement.hpp |
FMX.InertialMovement | TAniCalculations |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !