fix missing physbone parameter suffixes (#517)

This commit is contained in:
dag-ed 2023-11-09 15:34:33 +09:00 committed by GitHub
parent 5f3e1dcf86
commit c17df16652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,8 @@ namespace nadena.dev.modular_avatar.core.editor
"_IsGrabbed",
"_Angle",
"_Stretch",
"_IsPosed",
"_Squish",
}.ToImmutableList();
public static ImmutableDictionary<string, DetectedParameter> ProbeParameters(GameObject root)