Epok Engine

EPOK RUNTIME

epok::effects::LayerInitializer

Type alias

Type alias

Type alias declared by the particle-effect-runtime module for runtime effects and their deterministic playback state.

Namespace
epok::effects
Header
particle_effect_runtime.hpp
Include
#include "particle_effect_runtime.hpp"
Module
particle-effect-runtime
Source
runtime/particle_effect_runtime.hpp:7

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 "particle_effect_runtime.hpp"

epok::effects::LayerInitializer& value = /* obtain a valid instance from your game */;