mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-06 03:39:23 +00:00
Consideration of Index controllers
Hud notifications
This commit is contained in:
parent
e87dfee1fe
commit
2a7e796862
5 changed files with 83 additions and 35 deletions
|
@ -13,8 +13,8 @@ namespace ml_lme_cvr
|
|||
Transform m_leftHand = null;
|
||||
Transform m_rightHand = null;
|
||||
|
||||
float m_leftHandWeight = 1f;
|
||||
float m_rightHandWeight = 1f;
|
||||
float m_leftHandWeight = 0f;
|
||||
float m_rightHandWeight = 0f;
|
||||
|
||||
bool m_leftHandVisible = false;
|
||||
bool m_rightHandVisible = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue