ezEngine  Release 25.03
ezAssetDocumentFlags Struct Reference

Classes

struct  Bits
 

Public Types

enum  Enum {
  None = 0, AutoTransformOnSave = EZ_BIT(0), DisableTransform = EZ_BIT(1), OnlyTransformManually = EZ_BIT(2),
  SupportsThumbnail = EZ_BIT(3), AutoThumbnailOnTransform = EZ_BIT(4), SubAssetsSupportThumbnail = EZ_BIT(5), SubAssetsAutoThumbnailOnTransform = EZ_BIT(6),
  Default = None
}
 
using StorageType = ezUInt8
 

Member Enumeration Documentation

◆ 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: