Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / NPC / Roles / _Core / Components / Paths / Component_Path_Square.json

Component_Path_Square

Server/NPC/Roles/_Core/Components/Paths/Component_Path_Square.json, 457 B

Fields

FieldType
Classstring
Parametersobject
Contentobject
Typestring

Source

{
  "Class": "Path",
  "Parameters": {
    "Scale": {
      "Value": 1,
      "Description": "Overall path scale"
    }
  },
  "Content": {
    "Scale": { "Compute": "Scale" },
    "Waypoints": [
      {
        "Distance": 5
      },
      {
        "Rotation": 90,
        "Distance": 5
      },
      {
        "Rotation": 90,
        "Distance": 5
      },
      {
        "Rotation": 90,
        "Distance": 5
      }
    ]
  },
  "Type": "Component"
}