FMX.Import.TGETriangleMeshID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGETriangleMeshID = array of TGETriangleID;

C++

typedef System::DynamicArray<TGETriangleID> TGETriangleMeshID;

Properties

Type Visibility Source Unit Parent
array
typedef
public
FMX.Import.pas
FMX.Import.hpp
FMX.Import FMX.Import

Description

TGETriangleMeshID is a dynamically allocated array of TGETriangleIDs that defines a triangle mesh.

See Also