Merge pull request #340 from bdunderscore/velo-magnitude

fix: add VelocityMagnitude as builtin parameter
This commit is contained in:
bd_ 2023-06-19 20:20:35 +09:00 committed by GitHub
commit 085c19cf1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ namespace nadena.dev.modular_avatar.core.editor
"VelocityX",
"VelocityY",
"VelocityZ",
"VelocityMagnitude",
"Upright",
"Grounded",
"Seated",
@ -317,4 +318,4 @@ namespace nadena.dev.modular_avatar.core.editor
parameters = newParams;
}
}
}
}