fix: add VelocityMagnitude as builtin parameter

This commit is contained in:
bd_ 2023-06-19 20:13:14 +09:00
parent cdb5ede7fe
commit 339789c7c2

View File

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