Epok Engine

EPOK RUNTIME

epok::Ease::InOutCirc

Enum value

Enum value

Named value `InOutCirc` in `epok::Ease`.

Belongs to
epok::Ease
Header
utility.hpp

Declaration

Declaration
InOutCirc = 16

Named value `InOutCirc` in `epok::Ease`.

Type
epok::Ease
Value
16
Storage
Per instance

Example

C++ example
#include "utility.hpp"

auto value = epok::Ease::InOutCirc;

When it helps

Use this named value instead of a raw number so intent stays visible in game code and debugger output.

Trade-offs and warnings

Treat the numeric value as an implementation detail unless a file or hardware format explicitly requires it.

Declared in runtime/utility.hpp:12