ChatPlexSDK-BS 1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Loading...
Searching...
No Matches
ValueFormatters.hpp
1#pragma once
2
3#include <string>
4
5namespace CP_SDK::UI {
6
8 {
9 public:
10 static std::u16string Percentage(float p_Value);
11
12 static std::u16string Minutes(float p_Value);
13
14 static std::u16string TimeShortBaseSeconds(float p_Value);
15
16 static std::u16string MillisecondsShort(float p_Value);
17
18 static std::u16string DateMonthFrom2018(float p_Value);
19 static std::u16string DateMonthFrom2018Short(float p_Value);
20
21 };
22
23}
User interface components, views, flow coordinator, builders and factories.