FMX.Controls3D.TTapEvent3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTapEvent3D = procedure(Sender: TObject; const Point: TPointF; const RayPos, RayDir: TVector3D) of object;

C++

typedef void __fastcall (__closure *TTapEvent3D)(System::TObject* Sender, const System::Types::TPointF &Point, const System::Math::Vectors::TVector3D &RayPos, const System::Math::Vectors::TVector3D &RayDir);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D FMX.Controls3D

Description

Embarcadero Technologies does not currently have any additional information.