mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-22 06:13:23 +08:00
Pins name fixed and tested
This commit is contained in:
@@ -21,6 +21,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.gray,
|
||||
icon: SVGIcon.branchNode,
|
||||
pins: 4,
|
||||
pinNames: ["Condition", "True", "False"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -43,6 +44,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.gray,
|
||||
icon: SVGIcon.forEachLoop,
|
||||
pins: 6,
|
||||
pinNames: ["Exec", "Array", "Loop Body", "Array Element", "Array Index", "Completed"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -66,6 +68,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.gray,
|
||||
icon: SVGIcon.forEachLoop,
|
||||
pins: 7,
|
||||
pinNames: ["Exec", "Array", "Break", "Loop Body", "Array Element", "Array Index", "Completed"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -89,6 +92,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.gray,
|
||||
icon: SVGIcon.macro,
|
||||
pins: 6,
|
||||
pinNames: ["Exec", "Array", "Loop Body", "Array Index", "Array Element", "Completed"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -111,6 +115,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.blue,
|
||||
icon: SVGIcon.loop,
|
||||
pins: 5,
|
||||
pinNames: ["Skip Hidden", "Loop Body", "Enum Value", "Completed"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -131,6 +136,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.gray,
|
||||
icon: SVGIcon.loop,
|
||||
pins: 4,
|
||||
pinNames: ["Condition", "Loop Body", "Completed"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -151,6 +157,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.gray,
|
||||
icon: SVGIcon.questionMark,
|
||||
pins: 4,
|
||||
pinNames: ["Exec", "Input Object", "Is Valid", "Is Not Valid"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -173,6 +180,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.gray,
|
||||
icon: SVGIcon.sequence,
|
||||
pins: 7,
|
||||
pinNames: ["Reset", "Is Random", "Loop", "Start Index", "Out 0", "Out 1"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -193,6 +201,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.gray,
|
||||
icon: SVGIcon.doOnce,
|
||||
pins: 4,
|
||||
pinNames: ["Reset", "Start Closed", "Completed"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user