ezEngine  Release 25.03
ezTransformComponentFlags Struct Reference

Internal flags for the current state of a transform component. More...

#include <TransformComponent.h>

Classes

struct  Bits
 

Public Types

enum  Enum {
  None = 0, Running = EZ_BIT(0), AutoReturnStart = EZ_BIT(1), AutoReturnEnd = EZ_BIT(2),
  CurrentlyRunning = EZ_BIT(3), AnimationReversed = EZ_BIT(5), Default = Running | AutoReturnStart | AutoReturnEnd
}
 
using StorageType = ezUInt16
 

Detailed Description

Internal flags for the current state of a transform component.

Member Enumeration Documentation

◆ Enum

Enumerator
Running 

Start state for the CurrentlyRunning flag.

AutoReturnStart 

When reaching the start point, the transform should automatically turn around.

AutoReturnEnd 

When reaching the end point, the transform should automatically turn around.

CurrentlyRunning 

The component is currently modifying the transform.

AnimationReversed 

The animation playback is currently in reverse.


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