Plasma Engine  2.0
Loading...
Searching...
No Matches
plTransformComponentFlags 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 = PL_BIT(0) , AutoReturnStart = PL_BIT(1) , AutoReturnEnd = PL_BIT(2) ,
  AnimationReversed = PL_BIT(5) , Default = Running | AutoReturnStart | AutoReturnEnd
}
 
using StorageType = plUInt16
 

Detailed Description

Internal flags for the current state of a transform component.

Member Enumeration Documentation

◆ Enum

Enumerator
Running 

The component is currently modifying the transform.

AutoReturnStart 

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

AutoReturnEnd 

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

AnimationReversed 

The animation playback is currently in reverse.


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