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