Add function to read player start navigation mode
This commit is contained in:
@@ -899,6 +899,15 @@ function readPlayerStartColliderSettings(value: unknown, label: string) {
|
||||
});
|
||||
}
|
||||
|
||||
function readPlayerStartNavigationMode(value: unknown, label: string) {
|
||||
return readOptionalAllowedValue(
|
||||
value,
|
||||
label,
|
||||
"firstPerson",
|
||||
isPlayerStartNavigationMode
|
||||
);
|
||||
}
|
||||
|
||||
function readModelInstance(
|
||||
value: unknown,
|
||||
label: string,
|
||||
|
||||
Reference in New Issue
Block a user