FMX.DAE.Model.TDAEVertices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDAEVertices  = record

C++

struct DECLSPEC_DRECORD TDAEVertices
{
public:
    System::UnicodeString Id;
    TSourceSemantics Sources;
};

Properties

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

Description

TDAEVertices defines a collection of vertices used to describe a DAE model.

ID keeps the identifier of the current set of vertices.

Sources keeps the source of vertex attributes.

See Also