Sleeping Wombat GUI  0.100
swGUI
TimelineTypes.h
Go to the documentation of this file.
1 #pragma once
2 
9 
10 
11 
13 enum class WrapMode : uint8
14 {
15  Clamp,
16  Mirror,
17  Repeat
18 };
19 
Plik zawiera definicje podstawowych typów zmiennych.
WrapMode
Wrapping mode at beginning or at the end of timelines.
Definition: TimelineTypes.h:13
uint8_t uint8
Definition: TypesDefinitions.h:27