mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 22:27:45 +08:00
Fix LayerMask Parsing
This commit is contained in:
parent
32ad61baea
commit
8c5e7678a6
@ -412,7 +412,7 @@ namespace UnityExplorer
|
||||
if (!(obj is LayerMask mask))
|
||||
return null;
|
||||
|
||||
return mask.ToString();
|
||||
return mask.value.ToString();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Loading…
x
Reference in New Issue
Block a user