FMX.Types3D.TIndexBuffer.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ALength: Integer; const AFormat: TIndexFormat = TIndexFormat.UInt16); virtual;

C++

__fastcall virtual TIndexBuffer(const int ALength, const TIndexFormat AFormat);

Properties

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

Description

Constructs a TIndexBuffer object and initializes its data before the object is first used.

ALength represents the number of indices that this index buffer will hold.

See Also