FMX.Types3D.TIndexBuffer.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TIndexBuffer


Beschreibung

Erzeugt ein TIndexBuffer-Objekt und initialisiert dessen Daten, bevor das Objekt zum ersten Mal verwendet wird.

ALength repräsentiert die in diesem Index-Puffer enthaltene Anzahl von Indizes.

Siehe auch