summaryrefslogtreecommitdiff
path: root/Client/Assets/Behavior Designer/Runtime/Decorators
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-01-27 16:30:19 +0800
committerchai <chaifix@163.com>2021-01-27 16:30:19 +0800
commit6ee18886c8af3858de5e97599b23086823d9f320 (patch)
treeaed86a8c4887586d976410ecd3d14789b2ee3583 /Client/Assets/Behavior Designer/Runtime/Decorators
parent97da432c35b8c7aaf9dd2c39e2aa4b1f55f36065 (diff)
*更新Behaviour Designer版本,在最下版本有BUG
Diffstat (limited to 'Client/Assets/Behavior Designer/Runtime/Decorators')
-rw-r--r--Client/Assets/Behavior Designer/Runtime/Decorators/ConditionalEvaluator.cs4
-rw-r--r--Client/Assets/Behavior Designer/Runtime/Decorators/ConditionalEvaluator.cs.meta16
-rw-r--r--Client/Assets/Behavior Designer/Runtime/Decorators/Interrupt.cs.meta15
-rw-r--r--Client/Assets/Behavior Designer/Runtime/Decorators/Inverter.cs.meta15
-rw-r--r--Client/Assets/Behavior Designer/Runtime/Decorators/Repeater.cs.meta15
-rw-r--r--Client/Assets/Behavior Designer/Runtime/Decorators/ReturnFailure.cs1
-rw-r--r--Client/Assets/Behavior Designer/Runtime/Decorators/ReturnFailure.cs.meta15
-rw-r--r--Client/Assets/Behavior Designer/Runtime/Decorators/ReturnSuccess.cs.meta15
-rw-r--r--Client/Assets/Behavior Designer/Runtime/Decorators/TaskGuard.cs.meta15
-rw-r--r--Client/Assets/Behavior Designer/Runtime/Decorators/UntilFailure.cs.meta15
-rw-r--r--Client/Assets/Behavior Designer/Runtime/Decorators/UntilSuccess.cs.meta15
11 files changed, 64 insertions, 77 deletions
diff --git a/Client/Assets/Behavior Designer/Runtime/Decorators/ConditionalEvaluator.cs b/Client/Assets/Behavior Designer/Runtime/Decorators/ConditionalEvaluator.cs
index 7c2c20f7..0f82e08f 100644
--- a/Client/Assets/Behavior Designer/Runtime/Decorators/ConditionalEvaluator.cs
+++ b/Client/Assets/Behavior Designer/Runtime/Decorators/ConditionalEvaluator.cs
@@ -1,7 +1,3 @@
-using UnityEngine;
-using BehaviorDesigner.Runtime;
-using BehaviorDesigner.Runtime.Tasks;
-
namespace BehaviorDesigner.Runtime.Tasks
{
[TaskDescription("Evaluates the specified conditional task. If the conditional task returns success then the child task is run and the child status is returned. If the conditional task does not " +
diff --git a/Client/Assets/Behavior Designer/Runtime/Decorators/ConditionalEvaluator.cs.meta b/Client/Assets/Behavior Designer/Runtime/Decorators/ConditionalEvaluator.cs.meta
index 8f2340fd..52a457f6 100644
--- a/Client/Assets/Behavior Designer/Runtime/Decorators/ConditionalEvaluator.cs.meta
+++ b/Client/Assets/Behavior Designer/Runtime/Decorators/ConditionalEvaluator.cs.meta
@@ -1,8 +1,8 @@
-fileFormatVersion: 2
-guid: 632578e05169d1d45a1ab77ae8bb45ad
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2
+guid: 632578e05169d1d45a1ab77ae8bb45ad
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
diff --git a/Client/Assets/Behavior Designer/Runtime/Decorators/Interrupt.cs.meta b/Client/Assets/Behavior Designer/Runtime/Decorators/Interrupt.cs.meta
index b95c844c..5cde06ff 100644
--- a/Client/Assets/Behavior Designer/Runtime/Decorators/Interrupt.cs.meta
+++ b/Client/Assets/Behavior Designer/Runtime/Decorators/Interrupt.cs.meta
@@ -1,8 +1,7 @@
-fileFormatVersion: 2
-guid: 81c44aaaa87500145831c0e167a5bfd3
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2
+guid: 81c44aaaa87500145831c0e167a5bfd3
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
diff --git a/Client/Assets/Behavior Designer/Runtime/Decorators/Inverter.cs.meta b/Client/Assets/Behavior Designer/Runtime/Decorators/Inverter.cs.meta
index 7c24be8a..be3f1a5c 100644
--- a/Client/Assets/Behavior Designer/Runtime/Decorators/Inverter.cs.meta
+++ b/Client/Assets/Behavior Designer/Runtime/Decorators/Inverter.cs.meta
@@ -1,8 +1,7 @@
-fileFormatVersion: 2
-guid: 577fcf144ebc85642889f2dd11147272
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2
+guid: 577fcf144ebc85642889f2dd11147272
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
diff --git a/Client/Assets/Behavior Designer/Runtime/Decorators/Repeater.cs.meta b/Client/Assets/Behavior Designer/Runtime/Decorators/Repeater.cs.meta
index 72b0fda5..420a251c 100644
--- a/Client/Assets/Behavior Designer/Runtime/Decorators/Repeater.cs.meta
+++ b/Client/Assets/Behavior Designer/Runtime/Decorators/Repeater.cs.meta
@@ -1,8 +1,7 @@
-fileFormatVersion: 2
-guid: e62515fa6915f0d4f88b808e2e77d3ff
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2
+guid: e62515fa6915f0d4f88b808e2e77d3ff
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
diff --git a/Client/Assets/Behavior Designer/Runtime/Decorators/ReturnFailure.cs b/Client/Assets/Behavior Designer/Runtime/Decorators/ReturnFailure.cs
index e76aa35c..96afec6a 100644
--- a/Client/Assets/Behavior Designer/Runtime/Decorators/ReturnFailure.cs
+++ b/Client/Assets/Behavior Designer/Runtime/Decorators/ReturnFailure.cs
@@ -1,4 +1,3 @@
-using UnityEngine;
namespace BehaviorDesigner.Runtime.Tasks
{
[TaskDescription("The return failure task will always return failure except when the child task is running.")]
diff --git a/Client/Assets/Behavior Designer/Runtime/Decorators/ReturnFailure.cs.meta b/Client/Assets/Behavior Designer/Runtime/Decorators/ReturnFailure.cs.meta
index f8a3c82d..798bfa0d 100644
--- a/Client/Assets/Behavior Designer/Runtime/Decorators/ReturnFailure.cs.meta
+++ b/Client/Assets/Behavior Designer/Runtime/Decorators/ReturnFailure.cs.meta
@@ -1,8 +1,7 @@
-fileFormatVersion: 2
-guid: f34d21f1bb4e761478bdf76222fcf135
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2
+guid: f34d21f1bb4e761478bdf76222fcf135
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
diff --git a/Client/Assets/Behavior Designer/Runtime/Decorators/ReturnSuccess.cs.meta b/Client/Assets/Behavior Designer/Runtime/Decorators/ReturnSuccess.cs.meta
index 88c9f2c4..5056d2f9 100644
--- a/Client/Assets/Behavior Designer/Runtime/Decorators/ReturnSuccess.cs.meta
+++ b/Client/Assets/Behavior Designer/Runtime/Decorators/ReturnSuccess.cs.meta
@@ -1,8 +1,7 @@
-fileFormatVersion: 2
-guid: 27d103b9f961fd44da3c4d83dadd90ca
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2
+guid: 27d103b9f961fd44da3c4d83dadd90ca
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
diff --git a/Client/Assets/Behavior Designer/Runtime/Decorators/TaskGuard.cs.meta b/Client/Assets/Behavior Designer/Runtime/Decorators/TaskGuard.cs.meta
index 9302e5bd..3f537003 100644
--- a/Client/Assets/Behavior Designer/Runtime/Decorators/TaskGuard.cs.meta
+++ b/Client/Assets/Behavior Designer/Runtime/Decorators/TaskGuard.cs.meta
@@ -1,8 +1,7 @@
-fileFormatVersion: 2
-guid: 7e2ae4ab352f20c41be106f92efc3b43
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2
+guid: 7e2ae4ab352f20c41be106f92efc3b43
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
diff --git a/Client/Assets/Behavior Designer/Runtime/Decorators/UntilFailure.cs.meta b/Client/Assets/Behavior Designer/Runtime/Decorators/UntilFailure.cs.meta
index 4c09971c..f620b657 100644
--- a/Client/Assets/Behavior Designer/Runtime/Decorators/UntilFailure.cs.meta
+++ b/Client/Assets/Behavior Designer/Runtime/Decorators/UntilFailure.cs.meta
@@ -1,8 +1,7 @@
-fileFormatVersion: 2
-guid: 934b87f8f563272469cd9a9b14046ae7
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2
+guid: 934b87f8f563272469cd9a9b14046ae7
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
diff --git a/Client/Assets/Behavior Designer/Runtime/Decorators/UntilSuccess.cs.meta b/Client/Assets/Behavior Designer/Runtime/Decorators/UntilSuccess.cs.meta
index 0d832e40..572bc128 100644
--- a/Client/Assets/Behavior Designer/Runtime/Decorators/UntilSuccess.cs.meta
+++ b/Client/Assets/Behavior Designer/Runtime/Decorators/UntilSuccess.cs.meta
@@ -1,8 +1,7 @@
-fileFormatVersion: 2
-guid: 6d5c2cbf6c58f6b419831477bde98317
-MonoImporter:
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
+fileFormatVersion: 2
+guid: 6d5c2cbf6c58f6b419831477bde98317
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}