mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 02:35:06 +08:00
fix missing physbone parameter suffixes (#517)
This commit is contained in:
parent
5f3e1dcf86
commit
c17df16652
@ -56,6 +56,8 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
"_IsGrabbed",
|
"_IsGrabbed",
|
||||||
"_Angle",
|
"_Angle",
|
||||||
"_Stretch",
|
"_Stretch",
|
||||||
|
"_IsPosed",
|
||||||
|
"_Squish",
|
||||||
}.ToImmutableList();
|
}.ToImmutableList();
|
||||||
|
|
||||||
public static ImmutableDictionary<string, DetectedParameter> ProbeParameters(GameObject root)
|
public static ImmutableDictionary<string, DetectedParameter> ProbeParameters(GameObject root)
|
||||||
|
Loading…
Reference in New Issue
Block a user