This commit is contained in:
2025-05-16 23:31:59 +08:00
parent 9e4fef3f1e
commit d891e3f0ee
1198 changed files with 274242 additions and 1558 deletions

View File

@@ -0,0 +1,16 @@
public static class EditorPrefsStrings
{
#if UNITY_EDITOR
public static class Beam
{
public const string PrefShowTiltDir = "VLB_BEAM_SHOWTILTDIR";
}
public static class DynOcclusion
{
public const string PrefShowDebugPlane = "VLB_DYNOCCLUSION_SHOWDEBUGPLANE";
public const string PrefRaycastingEditor = "VLB_DYNOCCLUSION_RAYCASTINGEDITOR";
}
#endif
}