FMX.Types3D.TIndexBuffer.Format

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Format: TIndexFormat read FFormat write SetFormat;

C++

__property TIndexFormat Format = {read=FFormat, write=SetFormat, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TIndexBuffer

Description

Specifies the format of the index buffer.

The available formats are enumerated by TIndexFormat.

See Also