Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Camera / CameraShake / Block / Block_Swing_Diagonal_Right.json

Block_Swing_Diagonal_Right

Server/Camera/CameraShake/Block/Block_Swing_Diagonal_Right.json, 1.3 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.1061,
          "Type": "Sin"
        }
      ],
      "Yaw": [
        {
          "Frequency": 20.0,
          "Amplitude": -0.1061,
          "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": [
        {
          "Frequency": 20.0,
          "Amplitude": 0.0531,
          "Type": "Sin"
        }
      ],
      "Yaw": [
        {
          "Frequency": 20.0,
          "Amplitude": -0.0531,
          "Type": "Sin"
        }
      ],
      "Roll": [
        {
          "Frequency": 15.0,
          "Amplitude": 0.025,
          "Type": "Sin"
        }
      ]
    }
  }
}