libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
WET_ASPECT_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 unsigned char baseColorR{ 0 };
17
23 unsigned char baseColorG{ 0 };
24
30 unsigned char baseColorB{ 0 };
31
32 unsigned char reserve_0[1];
33
39 float baseColorA{ 0.f };
40
46 unsigned char metallic{ 0 };
47
48 unsigned char reserve_1[1];
49
50 unsigned char reserve_2[1];
51
52 unsigned char reserve_3[1];
53
59 float metallicRate{ 0.f };
60
66 float shininessRate{ 0.f };
67
73 unsigned char shininess{ 0 };
74
75 unsigned char reserve_4[11];
76};
77
78}; // namespace paramdef
79}; // namespace from
80
81static_assert(sizeof(from::paramdef::WET_ASPECT_PARAM_ST) == 32,
82 "WET_ASPECT_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition WET_ASPECT_PARAM_ST.hpp:10
unsigned char shininess
Shininess value.
Definition WET_ASPECT_PARAM_ST.hpp:73
unsigned char baseColorB
Base color value B.
Definition WET_ASPECT_PARAM_ST.hpp:30
unsigned char baseColorG
Base color value G.
Definition WET_ASPECT_PARAM_ST.hpp:23
float metallicRate
Metallic%.
Definition WET_ASPECT_PARAM_ST.hpp:59
float baseColorA
Base color%.
Definition WET_ASPECT_PARAM_ST.hpp:39
float shininessRate
Shininess%.
Definition WET_ASPECT_PARAM_ST.hpp:66
unsigned char metallic
Metallic value.
Definition WET_ASPECT_PARAM_ST.hpp:46
unsigned char baseColorR
Base color value R.
Definition WET_ASPECT_PARAM_ST.hpp:16