Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Camera / CameraShake / Hoe / Hoe_Swing_Horizontal.json

Hoe_Swing_Horizontal

Server/Camera/CameraShake/Hoe/Hoe_Swing_Horizontal.json, 1.1 KB

Fields

FieldType
FirstPersonobject
ThirdPersonobject

Source

{
  "FirstPerson": {
    "Duration": 0.0,
    "EaseIn": {
      "Time": 0.1,
      "Type": "QuadInOut"
    },
    "EaseOut": {
      "Time": 0.2,
      "Type": "QuadInOut"
    },
    "Offset": {
      "X": [],
      "Y": [],
      "Z": []
    },
    "Rotation": {
      "Pitch": [
        {
          "Frequency": 20.0,
          "Amplitude": 0.06,
          "Type": "Sin"
        }
      ],
      "Yaw": [
        {
          "Frequency": 20.0,
          "Amplitude": -0.12,
          "Type": "Sin"
        }
      ],
      "Roll": []
    }
  },
  "ThirdPerson": {
    "Duration": 0.0,
    "EaseIn": {
      "Time": 0.1,
      "Type": "QuadInOut"
    },
    "EaseOut": {
      "Time": 0.2,
      "Type": "QuadInOut"
    },
    "Offset": {
      "X": [],
      "Y": [],
      "Z": []
    },
    "Rotation": {
      "Pitch": [
        {
          "Frequency": 20.0,
          "Amplitude": 0.03,
          "Type": "Sin"
        }
      ],
      "Yaw": [
        {
          "Frequency": 20.0,
          "Amplitude": -0.06,
          "Type": "Sin"
        }
      ],
      "Roll": []
    }
  }
}