FMX.DAE.Model.TDAEVertexSource.Data

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Data: TSingleDynArray;

C++

System::DynamicArray<float> Data;

Properties

Type Visibility Source Unit Parent
field public
FMX.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model TDAEVertexSource

Description

Keeps the vertex source as a dynamic array. Data keeps the value of one of the vertex's attributes (positions, normal, or textures).

See Also