FMX.Types3D.TIndexBuffer.IndexSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IndexSize: Integer read FIndexSize;

C++

__property int IndexSize = {read=FIndexSize, nodefault};

Properties

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

Description

Returns the size of the indices in the buffer.

The size of the indices depends on the format that is set for the buffer.

See Also