FMX.Types3D.TVertexFormats

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TVertexFormats = set of TVertexFormat;

C++

typedef System::Set<TVertexFormat, _DELPHI_SET_ENUMERATOR(TVertexFormat::Vertex), _DELPHI_SET_ENUMERATOR(TVertexFormat::Tangent)> TVertexFormats;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Set of TVertexFormat formats.

See Also