behaviour_tree

WanderInMapPrefab

Fields

FieldValue
nodes
[
  {
    "input": {},
    "name": "WanderSelector",
    "nodes": [
      {
        "input": {
          "targetPosition": "TargetWanderMapPrefabPosition"
        },
        "name": "CheckIfPointInMapPrefab",
        "nodes": [
          {
            "input": {
              "targetPosition": "TargetWanderMapPrefabPosition"
            },
            "name": "MoveTo",
            "nodes": [],
            "type": "NodeMoveTo",
            "weight": 1
          }
        ],
        "type": "NodeCheckIfPointInMapPrefab",
        "weight": 1
      },
      {
        "input": {
          "targetPosition": "TargetWanderMapPrefabPosition"
        },
        "name": "FindEmptyPointInMapPrefab",
        "nodes": [],
        "type": "NodeFindEmptyPointInMapPrefab",
        "weight": 1
      }
    ],
    "type": "NodeSelector",
    "weight": 1
  }
]