This website requires JavaScript.
Explore
Help
Register
Sign In
yangbear
/
VFSUnity
Watch
1
Star
0
Fork
0
You've already forked VFSUnity
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
53f856e44e054bd5c18f344c91cdbba6f53b0c1e
VFSUnity
/
Assets
/
Scripts
/
Interaction
/
OutlineConfig.cs
T
7 lines
96 B
C#
Raw
Normal View
History
Unescape
Escape
feat: OutlineConfig统一描边宽度+补挂ping handler+宽度默认0.15
2026-07-06 04:54:53 +08:00
using
UnityEngine
;
public
static
class
OutlineConfig
{
fix: resolve Next/Previous step and UI skipping bugs
2026-07-08 09:38:42 +08:00
public
static
float
Width
=
2.0f
;
feat: OutlineConfig统一描边宽度+补挂ping handler+宽度默认0.15
2026-07-06 04:54:53 +08:00
}
Reference in New Issue
Copy Permalink