Component_Path_Square
Server/NPC/Roles/_Core/Components/Paths/Component_Path_Square.json, 457 B
Fields
| Field | Type |
|---|---|
Class | string |
Parameters | object |
Content | object |
Type | string |
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"
}