Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit cdd7e84

Browse files
committed
Added bool to check whether the big menu is open or not.
1 parent 115a142 commit cdd7e84

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

VRChat/VRCUiManagerEx.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ public static VRCUiManager Instance
1818
return _uiManagerInstance;
1919
}
2020
}
21+
22+
public static bool IsOpen => Instance.field_Private_Boolean_0;
2123
}
2224
}

0 commit comments

Comments
 (0)