FMX.Controls3D.TObjectAtPointData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

 TObjectAtPointData = record
 Distance: single;
 Projection: TProjection;
 end;

C++

struct DECLSPEC_DRECORD TObjectAtPointData
{
public:
 float Distance;
 Fmx::Types3d::TProjection Projection;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D FMX.Controls3D

Beschreibung

Wird intern von ObjectAtPoint zum Speichern von Abstands und Projektionsdaten verwendet.

Siehe auch

Abgerufen von „https://docwiki.embarcadero.com/Libraries/Tokyo/d/index.php?title=FMX.Controls3D.TObjectAtPointData&oldid=477631"