FMX.Types3D.TIndexBuffer.Size

提供:RAD Studio API Documentation

Delphi

property Size: Integer read FSize;

C++

__property int Size = {read=FSize, nodefault};

プロパティ

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


説明

インデックス バッファのサイズ(単位はバイト)を表します。


Size は、Buffer のサイズ(単位はバイト)です。

関連項目