-
Notifications
You must be signed in to change notification settings - Fork 0
Files Generation Settings
Semyon Gritsenko edited this page Feb 10, 2022
·
1 revision
- generationType - possible values:
standard,prefixes,postfixes
If you choose prefixes or postfixes you must also define array of strings with same name
- prefixes - array of strings with values that insert before animation name
- postfixes - array of strings with values that insert after animation name
{
"generationType": "prefixes",
"prefixes": [
"First",
"Second",
"Third",
"Fourth",
"Fifth",
"Sixth",
"Seventh",
"Eighth",
"Ninth"
]
}