大约有 808 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0069 秒)
Laya_社区(425) Laya3.0_api(199) Laya2.0_api(89) laya_api(51) Laya2.0_文档(30) Laya3.0_文档(13) Laya_示例(1)
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:156 implements 数据赋值,通过...
来源: Laya3.0_api 发布时间: 20231102
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能再使用。 Returns boolean dis...
来源: Laya3.0_api 发布时间: 20231115
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能再使用。 Returns boolean dis...
来源: Laya3.0_api 发布时间: 20231115
...删除释放资源? 请问laya.net.Loader和laya.net.LoaderManager哪些函数支持网络资源加载,加载什么类型?哪些只支持本地资源加载 MiniAdpter.autoCacheFile=true没有任何作用,并没有缓存资源 app用dcc更新资源问题 把发布文件上传到万网服务...
来源: Laya_社区 发布时间: 20180409
...与内容相关的链接 提交 1 个回复 fevilbo 赞同来自: 在构造函数中 添加鼠标点击事件,并初始化射线(必须初始化射线) function 构造函数() { // 添加鼠标点击事件 Laya.stage.on( Event.MOUSE_DOWN, this, onMouseDown ); // 射线初始化 ray = n...
来源: Laya_社区 发布时间: 20181220
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能再使用。 Returns boolean dis...
来源: Laya3.0_api 发布时间: 20231115
...否恢复Animation.getGraphicBounds在1.6时的用法 Matrix4x4的decompose函数用法 求ShuriKenParticle3D用法 关于对象池Laya.Pool的用法 关于__JS__的用法有没有相关教程或者例子链接 问题状态 最新活动: 2017-03-14 13:37 浏览: 1542 关注: 4 人
来源: Laya_社区 发布时间: 20170313
..._JS__的用法有没有相关教程或者例子链接 Matrix4x4的decompose函数用法 Laya.Pool用法 问题状态 最新活动: 2017-08-11 23:10 浏览: 4123 关注: 3 人
来源: Laya_社区 发布时间: 20170810
... Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:113 Parameters type: string caller: any Optional listener: Function Optional args: a...
来源: Laya3.0_api 发布时间: 20231115
..., laya.utils.Dragging 下的 /** *拖拽的循环处理函数。 */ __proto.loop=function(){ var point=this._parent.getMousePoint(); var mouseX=point.x; var mouseY=point.y; ...
来源: Laya_社区 发布时间: 20180720