ViewBobbing
Documentation for the ViewBobbing asset type.
Location
Camera/ViewBobbing
Use in Your Files
Add this to your JSON files for IDE autocompletion and validation:
"$schema": "https://hytaledb.ginco.gg/schemas/ViewBobbing.schema.json" Schema
FirstPerson
CameraShakeConfig
The camera shake profile to be applied
All of
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "ViewBobbing.json",
"title": "ViewBobbing",
"description": "ViewBobbing asset type",
"type": "object",
"allOf": [
{
"$ref": "base.schema.json"
}
],
"properties": {
"FirstPerson": {
"description": "The camera shake profile to be applied",
"$ref": "common.schema.json#/$defs/CameraShakeConfig"
}
}
}