Class TCastleSceneSaveOptions
Unit
Declaration
type TCastleSceneSaveOptions = class(TCastleComponent)
Description
Optional model save options. Models are typically saved using SaveNode.
An instance of this class can be provided to SaveNode. It will then be passed to the model loader event TModelFormat.OnSave.
Source: src/scene/load/x3dload.pas (line 79).
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TCastleSceneSaveOptions
Overview
Properties
![]() |
property Generator: String read FGenerator write FGenerator; |
![]() |
property Source: String read FSource write FSource; |
![]() |
property GltfJsonFormatted: Boolean
read FGltfJsonFormatted write FGltfJsonFormatted default false; |
Description
Properties
![]() |
property GltfJsonFormatted: Boolean
read FGltfJsonFormatted write FGltfJsonFormatted default false; |
|
When saving to glTF, make JSON part nicely formatted (indented, human-readable). | |
Generated by PasDoc 0.17.0.snapshot.
