Epok Engine

EPOK RUNTIME

epok::timeline::Interpolation

Enum

Enum

Enum declared by the timeline module for fixed-step simulation time and frame timing.

Namespace
epok::timeline
Header
timeline.hpp
Include
#include "timeline.hpp"
Module
timeline
Source
runtime/timeline.hpp:11

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

C++ example
#include "timeline.hpp"

auto value = epok::timeline::Interpolation::EaseIn;

Values