Epok Engine

EPOK RUNTIME

epok::timeline::Argument

Struct

Struct

Struct 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:15

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"

epok::timeline::Argument& value = /* obtain a valid instance from your game */;

Fields and constants