mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-01 20:25:07 +08:00
fix: add VelocityMagnitude as builtin parameter
This commit is contained in:
parent
cdb5ede7fe
commit
339789c7c2
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user