API:FMX.Import.TGEVertexID
Delphi
TGEVertexID = record
Position: Integer;
Normal: Integer;
Texture0: Integer;
SmoothGroup: Integer;
end;
C++
struct DECLSPEC_DRECORD TGEVertexID
{
public:
int Position;
int Normal;
int Texture0;
int SmoothGroup;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | FMX.Import.pas FMX.Import.hpp |
FMX.Import | FMX.Import |
Description
Embarcadero Technologies does not currently have any additional information.