libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
MENU_OFFSCR_REND_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
14 float camAtPosX{ 0.f };
15
19 float camAtPosY{ 0.f };
20
24 float camAtPosZ{ 0.f };
25
29 float camDist{ 10.f };
30
34 float camRotX{ 0.f };
35
39 float camRotY{ 0.f };
40
44 float camFov{ 49.f };
45
49 float camDistMin{ 0.f };
50
54 float camDistMax{ 100.f };
55
59 float camRotXMin{ -89.f };
60
64 float camRotXMax{ 89.f };
65
69 unsigned int GparamID{ 10 };
70
77 unsigned int envTexId{ 10 };
78
82 unsigned int Grapm_ID_forPS4{ 10 };
83
87 unsigned int Grapm_ID_forXB1{ 10 };
88
89 unsigned char pad[4];
90};
91
92}; // namespace paramdef
93}; // namespace from
94
95static_assert(sizeof(from::paramdef::MENU_OFFSCR_REND_PARAM_ST) == 64,
96 "MENU_OFFSCR_REND_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:10
float camDist
Camera distance.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:29
float camRotY
Suitable for camera Y.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:39
float camDistMax
Longest distance when operating the camera.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:54
float camAtPosX
Camera gaze point X.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:14
unsigned int GparamID
GparamID.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:69
float camFov
Camera angle of view.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:44
float camDistMin
Shortest distance when operating the camera.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:49
float camRotXMin
Minimum orientation when operating the camera.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:59
float camAtPosY
Camera gaze point Y.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:19
float camAtPosZ
Camera gaze point Z.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:24
unsigned int Grapm_ID_forPS4
Gparam ID (for PS4)
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:82
unsigned int Grapm_ID_forXB1
Gparam ID (for Xbox One)
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:87
unsigned int envTexId
Environment map texture ID.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:77
float camRotXMax
Maximum orientation when operating the camera.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:64
float camRotX
Camera oriented X.
Definition MENU_OFFSCR_REND_PARAM_ST.hpp:34