Polyphase Game Engine
Loading...
Searching...
No Matches
TimelineTypes.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5enum class InterpMode : uint8_t
6{
7 Linear,
8 Step,
9 Cubic,
10
11 Count
12};
InterpMode
Definition TimelineTypes.h:6