FMX.Types3D.TIndexBuffer.Length

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Length: Integer read FLength write SetLength;

C++

__property int Length = {read=FLength, write=SetLength, nodefault};

Propriétés

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

Description

Représente le nombre d'index que ce tampon d'index contient.

Length est le nombre d'index dans Buffer.

Voir aussi