Epok Engine

EPOK RUNTIME

epok::sprite_detail::PlaneCache

Class

Class

A bounded per-renderer cache of camera-facing bases.

Namespace
epok::sprite_detail
Header
sprites.hpp
Include
#include "sprites.hpp"
Module
sprites
Source
runtime/sprites.hpp:22

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

epok::sprite_detail::PlaneCache& value = /* obtain a valid instance from your game */;

Public methods