FMX.Types3D.TMeshData

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTMeshData

Delphi

TMeshData = class(TPersistent)

C++

class PASCALIMPLEMENTATION TMeshData : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Class used for defining the shape of polyhedral objects.

TMeshData uses TVertexBuffer and TIndexBuffer to hold information about the shape's vertices.

See Also