大约有 206 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0037 秒)
...用需要在 `addPass`之前 > 引用的方式导入文件 ```typescript import LightingGLSL from "./files/Lighting.glsl"; import BRDFGLSL from "./files/PBRLibs/BRDF.glsl"; import PBRSpecularLightingGLSL from "./files/PBRLibs/PBRSpecularLighting.glsl"; import PBRStandardLightingGLSL from "./files/PB...
来源: Laya2.0_文档 发布时间: 20210715
... Laya.Laya.stage.removeChild(this.label); } } new Physics_Physics_Bridge();import { Laya } from "Laya"; import { Sprite } from "laya/display/Sprite"; import { Stage } from "laya/display/Stage"; import { Event } from "laya/events/Event"; import { BoxCollider } from "laya/physics/BoxCollider"; import ...
来源: Laya2.0_示例 发布时间: 20241124
import如何from到服务器端的文件? 代码与报错如下:,是需要修改配置文件吗?怎么操作,求大神指点 import io from "http://192.168.8.58:80/socket.io/socket.io.js"; Error: Cannot find module 'http://192.168.8.58:80/socket.io/socket.io.js' from 'C:\Angus\newFolde...
来源: Laya_社区 发布时间: 20190822
laya2.0 ts脚本需要 import ** from ** 问题 ts脚本 现在 import ** from 只能用相对路径. 这样文件夹多了. 每次import 头晕. 想改为绝对路径.这样就不要关注各种./../../ 1.我尝试修改 tsconfig.json 里的 "baseUrl" 属性 编辑器不提示错误.但是运行...
来源: Laya_社区 发布时间: 20180920
ts 不支持import LoginView from "../../LoginView" ts不支持路径import吗? import失败还跟index.html的script顺序有关系? index.html的script顺序需要程序手动维护? script顺序有解决的办法吗? 2018-06-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20180622
用npm的protobuf导出的ts代码。然后用import { } from "" 运行到这里没反应,不继续执行,也不报错。 我现在要使用静态js代码来实现proto的编码解码。不讨论直接用.proto的情况。我现在的问题是用导出的.js而不是用.proto的问题。 ...
来源: Laya_社区 发布时间: 20171115
...aya.Laya.stage.removeChild(this.label); } } new Physics_Physics_Tumbler(); import { Laya } from "Laya"; import { Sprite } from "laya/display/Sprite"; import { Stage } from "laya/display/Stage"; import { Browser } from "laya/utils/Browser"; import { RigidBody } from "laya/physics/RigidBody"; import {...
来源: Laya2.0_示例 发布时间: 20241124
...nableMergeBatchRender enableStaticInstanceBatchRender enabled hideFlags id importance probePosition type Methods _initialize _motionInVolume _reCaculateBoundBox _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onUpdate reBatch C...
来源: Laya3.0_api 发布时间: 20231115
...rs awaked boundsMax boundsMin destroyed distanceTexel enabled hideFlags id importance irradianceTexel normalBias probePosition type viewBias Methods _VolumeChange _addRenderNode _cloneTo _initialize _motionInVolume _onDestroy _reCaculateBoundBox _removeRenderNode _setOwner applyVolumetricGI destroy ...
来源: Laya3.0_api 发布时间: 20231115
...atically generated by LayaAirIDE, please do not make any modifications. */ import SceneBase from '../SceneBase' import View=Laya.View; import Dialog=Laya.Dialog; var REG: Function = Laya.ClassUtils.regClass; export module ui { export class MainSceneUI extends Laya.SceneBase { constructor(){ super()}...
来源: Laya_社区 发布时间: 20190418