◆ Enum
| Enumerator |
|---|
| AutoTransformOnSave | Every time the document is saved, TransformAsset is automatically executed.
|
| DisableTransform | If set, TransformAsset will not do anything.
|
| OnlyTransformManually | The asset transformation is not done, unless explicitly requested for this asset.
|
| SupportsThumbnail | The asset supports thumbnail generation (InternalCreateThumbnail must be implemented).
|
| AutoThumbnailOnTransform | Thumbnail is automatically generated by the asset transform, and does not need to be explicitly created.
|
| SubAssetsSupportThumbnail | The sub-asset supports thumbnail generation (InternalCreateThumbnail must be implemented).
|
| SubAssetsAutoThumbnailOnTransform | Thumbnails for sub-assets are automatically generated by the asset transform, and do not need to be explicitly created.
|
The documentation for this struct was generated from the following file:
- /home/runner/work/ezEngine/ezEngine/Code/Editor/EditorFramework/Assets/Declarations.h