Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Camera / CameraShake / Unarmed / Unarmed_Swing_Horizontal.json

Unarmed_Swing_Horizontal

Server/Camera/CameraShake/Unarmed/Unarmed_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": [],
      "Yaw": [
        {
          "Frequency": 20.0,
          "Amplitude": 0.1,
          "Type": "Sin"
        }
      ],
      "Roll": [
        {
          "Frequency": 15.0,
          "Amplitude": 0.05,
          "Type": "Sin"
        }
      ]
    }
  },
  "ThirdPerson": {
    "Duration": 0.0,
    "EaseIn": {
      "Time": 0.1,
      "Type": "QuadInOut"
    },
    "EaseOut": {
      "Time": 0.2,
      "Type": "QuadInOut"
    },
    "Offset": {
      "X": [],
      "Y": [],
      "Z": []
    },
    "Rotation": {
      "Pitch": [],
      "Yaw": [
        {
          "Frequency": 20.0,
          "Amplitude": 0.05,
          "Type": "Sin"
        }
      ],
      "Roll": [
        {
          "Frequency": 15.0,
          "Amplitude": 0.025,
          "Type": "Sin"
        }
      ]
    }
  }
}