added: environment observer changes for grapple

This commit is contained in:
Chris
2025-08-01 11:36:19 -04:00
parent 80276fbdbf
commit 78498e5212
5 changed files with 62 additions and 14 deletions

View File

@@ -8,7 +8,12 @@ namespace NodeCanvas.Tasks.Conditions {
public BBParameter<string> observerLabel;
public BBParameter<RaycastHit> outputHitTo;
protected override string info{
get {
return $"Check Environment Observer, [\"{observerLabel.value}\"]";
}
}
//Use for initialization. This is called only once in the lifetime of the task.
//Return null if init was successfull. Return an error string otherwise