FMX.Import.TCustomModel

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

System.TObjectTCustomModel

Delphi

TCustomModel = class

C++

class PASCALIMPLEMENTATION TCustomModel : public System::TObject

プロパティ

種類 可視性 ソース ユニット
class public
FMX.Import.pas
FMX.Import.hpp
FMX.Import FMX.Import

説明

3D モデルの抽象クラスです。


独自のモデル クラスを作成する場合は、TCustomModel から継承します。

モデルのサンプルは、TDAEModel および TAseModel を参照してください。

関連項目