FMX.Types3D.TIndexBuffer.Length

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Length: Integer read FLength write SetLength;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TIndexBuffer


説明

このインデックス バッファに含まれるインデックスの数を表します。


Length は、Buffer に含まれるインデックスの数です。

関連項目