大约有 1,534 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0059 秒)
Laya_社区(544) Laya3.0_api(360) Laya2.0_api(247) laya_api(208) Laya2.0_文档(120) Laya3.0_文档(53) Laya2.0_示例(2)
...本的UI库中,WXOpenDataViewer没有注册 在laya.ui.js中,需要在class WXOpenDataViewer类定义后加上代码: Laya.ILaya.regClass(WXOpenDataViewer); Laya.ClassUtils.regClass("laya.ui.WXOpenDataViewer", WXOpenDataViewer); Laya.ClassUtils.regClass("Laya.WXOpenData...
来源: Laya_社区 发布时间: 20190813
....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Clip) Clip 组件的资源示例: ![图片0.png](img/1.png) (图1) 设置 clipX 属性的值为10后的显示效果: ![图片0.png](img/2.png) (图2) 设置 index 属性...
来源: Laya2.0_文档 发布时间: 20210714
...示这个img。我们新建个项目。代码如下所示: ```typescript class LayaUISample { constructor() { //初始化引擎 Laya.init(600, 400); Laya.stage.bgColor = "#ffcccc"; var data: string = "data:image/svg+xml," + '' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var sp: Laya.Spri...
来源: Laya2.0_文档 发布时间: 20210715
...非你的代码有问题 代码如下 输出结果为 1 // 程序入口 class LayaSample{ private static aa:Child; private static bb:Child; constructor() { Laya.init(600,400); this.init(); } private init(){ LayaSample.aa = new Child(); LayaSample.aa.num("1"); LayaSample.bb = new Child(); LayaSamp...
来源: Laya_社区 发布时间: 20180729
... renderOBJCreate laya3.0.9 升级到3.1.3 版本 出现 查看源码里面class LayaGL 确实没有这个createEngine 附件 : --> 2024-05-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 layabox 赞同来自:...
来源: Laya_社区 发布时间: 20240508
....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.HScrollBar)。 HScrollBar 组件的图像资源示例: ![图片0.png](img/1.png) (图1) ![图片0.png](img/2.png) (图2) ![图片0.png](img/3.png) (图3) ![图片0.p...
来源: Laya2.0_文档 发布时间: 20210715
....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.VScrollBar)。 VScrollBar 组件的图像资源示例: ![图片0.png](img/1.png) (图1) ![图片0.png](img/2.png) (图2) ![图片0.png](img/3.png) (图3) ![图片0.p...
来源: Laya2.0_文档 发布时间: 20210715
...一下 图片为运行的结果 import GameConfig from "./GameConfig"; class Main { //private scene:Laya.Scene3D; private text:Laya.Text; private _upVector3:Laya.Vector3 = new Laya.Vector3(0, 1, 0); constructor() { this._upVector3 = new Laya.Vector...
来源: Laya_社区 发布时间: 20190531
...猴都添加了脚本。 > **脚本类**: ```typescript export default class MouseScript extends Laya.Script3D{ constructor(){super();} //物体必须拥有碰撞组件(Collider) //当被鼠标点击 onMouseDown(e){ //console.log("点击到了我box",owner.name); //从父容器销毁我自己 ...
来源: Laya2.0_文档 发布时间: 20210715
...,所以只好上论坛求助了。 比如这么一个报错的地方: class Component extends laya.ui.Component implements laya.ui.IComponent { _getBoundPointsM(ifRotate?: boolean): Array<any>; disableLayout: boolean; protected resetLayoutX(): void; protected resetLayoutY(): void; } 类lay...
来源: Laya_社区 发布时间: 20181027