Class TCastleOpen3DDialog
Unit
CastleDialogs
Declaration
type TCastleOpen3DDialog = class(TOpenDialog)
Description
3D model open dialog. It uses an URL, and additionally initializes the filters to include all the 3D model types our engine can load (through Load3D, through setting TCastleScene.URL and other functions).
Hierarchy
- TOpenDialog
- TCastleOpen3DDialog
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
Properties
 |
property URL: string read GetURL write SetURL stored false; |
 |
property Filter stored StoreFilterAndFilterIndex; |
 |
property FilterIndex stored StoreFilterAndFilterIndex; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
Properties
 |
property URL: string read GetURL write SetURL stored false; |
|
 |
property Filter stored StoreFilterAndFilterIndex; |
|
 |
property FilterIndex stored StoreFilterAndFilterIndex; |
|
Generated by PasDoc 0.13.0 on 2013-08-17 21:27:12
|