FMX.Types3D.TIndexBuffer.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Construit un objet TIndexBuffer et initialise ses données avant la première utilisation de l'objet.

ALength représente le nombre d'index que ce tampon d'index va contenir.

Voir aussi