FMX.Controls3D
| Package | fmx230.bpl |
|---|
Classes
| IViewport3D | Interface for viewing 3D objects. |
| TCamera | Represents the class for camera objects. |
| TControl3D | TControl3D represents the base class for FMX onscreen 3D components. |
| TLight | TLight is a class that describes objects that are light sources. |
| TProxyObject | TProxyObject is a class for proxy objects. |
| TRenderingCompare | Comparer class for TControl3D. |
Types
| _di_IViewport3D | C++Builder data type used to access an IViewport3D Delphi interface. |
| TDragDropEvent3D | Procedural type used by all OnDragDrop events. |
| TDragEnterEvent3D | Procedural type used by all OnDragEnter events. |
| TDragOverEvent3D | Procedural type used by all OnDragOver events. |
| TMouseEvent3D | Procedural type used by all OnMouseUp and OnMouseDown events. |
| TMouseMoveEvent3D | Procedural type used by all OnMouseMove events. |
| TObjectAtPointData | Internally used by ObjectAtPoint to store data about distance and projection. |
| TRenderEvent | Procedural type used by all OnRender events. |
| TTapEvent3D |
Variables
| GlobalDistance | Floating-point Single variable that is used internally by screen and camera projections. |
| GlobalProjection | TProjection type variable used internally to specify the type of projection (screen or camera). |