API:FMX.DAE.Model.TDAEVertexSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TDAEVertexSource = record
    Id: string;
    Data: TSingleDynArray;
    Stride: Integer;
  end;

C++

struct DECLSPEC_DRECORD TDAEVertexSource
{
public:
    System::UnicodeString Id;
    System::TSingleDynArray Data;
    int Stride;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model FMX.DAE.Model

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!