1 |
- {"ast":null,"code":"/**\n * Detect if the effect is a DrawWrapper\n * @param effect defines the entity to test\n * @returns if the entity is a DrawWrapper\n */\nexport function IsWrapper(effect) {\n return effect.getPipelineContext === undefined;\n}","map":{"version":3,"names":["IsWrapper","effect","getPipelineContext","undefined"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@babylonjs/core/Materials/drawWrapper.functions.js"],"sourcesContent":["/**\n * Detect if the effect is a DrawWrapper\n * @param effect defines the entity to test\n * @returns if the entity is a DrawWrapper\n */\nexport function IsWrapper(effect) {\n return effect.getPipelineContext === undefined;\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASA,SAASA,CAACC,MAAM,EAAE;EAC9B,OAAOA,MAAM,CAACC,kBAAkB,KAAKC,SAAS;AAClD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|