6b821e3b90a29b4b30c8afb07c76bc4137d42a570acc9358c25f494d5f03cdda.json 1.7 KB

1
  1. {"ast":null,"code":"import { FlowGraphExecutionBlock } from \"./flowGraphExecutionBlock.js\";\n/**\n * @experimental\n * An execution block that has an out signal. This signal is triggered when the synchronous execution of this block is done.\n * Most execution blocks will inherit from this, except for the ones that have multiple signals to be triggered.\n * (such as if blocks)\n */\nexport class FlowGraphExecutionBlockWithOutSignal extends FlowGraphExecutionBlock {\n constructor(config) {\n super(config);\n this.out = this._registerSignalOutput(\"out\");\n }\n}","map":{"version":3,"names":["FlowGraphExecutionBlock","FlowGraphExecutionBlockWithOutSignal","constructor","config","out","_registerSignalOutput"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@babylonjs/core/FlowGraph/flowGraphExecutionBlockWithOutSignal.js"],"sourcesContent":["import { FlowGraphExecutionBlock } from \"./flowGraphExecutionBlock.js\";\n/**\n * @experimental\n * An execution block that has an out signal. This signal is triggered when the synchronous execution of this block is done.\n * Most execution blocks will inherit from this, except for the ones that have multiple signals to be triggered.\n * (such as if blocks)\n */\nexport class FlowGraphExecutionBlockWithOutSignal extends FlowGraphExecutionBlock {\n constructor(config) {\n super(config);\n this.out = this._registerSignalOutput(\"out\");\n }\n}\n"],"mappings":"AAAA,SAASA,uBAAuB,QAAQ,8BAA8B;AACtE;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,oCAAoC,SAASD,uBAAuB,CAAC;EAC9EE,WAAWA,CAACC,MAAM,EAAE;IAChB,KAAK,CAACA,MAAM,CAAC;IACb,IAAI,CAACC,GAAG,GAAG,IAAI,CAACC,qBAAqB,CAAC,KAAK,CAAC;EAChD;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}