ezEngine  Release 25.03
ezTransformFlags Struct Reference

Classes

struct  Bits
 

Public Types

enum  Enum {
  None = 0, TriggeredManually = EZ_BIT(0), ForceTransform = EZ_BIT(1), BackgroundProcessing = EZ_BIT(2),
  Default = None
}
 
using StorageType = ezUInt8
 

Member Enumeration Documentation

◆ Enum

Enumerator
TriggeredManually 

Transform triggered by user directly. Needs to be set to transform assets marked with ezAssetDocumentFlags::Enum::OnlyTransformManually.

ForceTransform 

Will transform the asset regardless of its current transform state.

BackgroundProcessing 

If changes need to be made that requires re-saving the asset transform will be aborted and ezTransformResult::NeedsImport is returned.


The documentation for this struct was generated from the following file: