API:FMX.DAE.Model.TSourceSemantic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TSourceSemantic = record
    FSource: PDAEVertexSource;
    FOffset: Integer;
  end;

C++

struct DECLSPEC_DRECORD TSourceSemantic
{
public:
    TDAEVertexSource *FSource;
    int FOffset;
};

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.