FMX.Types3D.TIndexBuffer.Format

提供:RAD Studio API Documentation

Delphi

property Format: TIndexFormat read FFormat write SetFormat;

C++

__property TIndexFormat Format = {read=FFormat, write=SetFormat, nodefault};

プロパティ

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


説明

インデックス バッファの形式を示します。

利用可能な形式は、TIndexFormat で列挙されます。

関連項目