大约有 2,745 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0090 秒)
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231115
...戏后台使用富文本编辑器插件来更新游戏的公告,前端会获取这个公告的html并赋值给HTMLDivElement进行展示 在laya1.0没有问题,在laya2.0就有问题: 1.<br />标签不能在<p>或者<span>里使用,但可以在<div>里使用,例子d...
来源: Laya_社区 发布时间: 20190815
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true。示例代码如下: let sprite = new Laya.Sprite(); // 添加到舞台 Laya.stage.addChild(sprite); sprite.autoSize = true; 3.4.4 缓存为静态图像 示例代码如下: let...
来源: Laya3.0_文档 发布时间: 20241014
...: PhysicsComponent): boolean Defined in laya/d3/utils/Physics3DUtils.ts:69 获取是否忽略两个碰撞器的碰撞检测。 Parameters collider1: PhysicsComponent 碰撞器一。 collider2: PhysicsComponent 碰撞器二。 Returns boolean 是否忽略。 Static setColliderCollision setColliderCol...
来源: Laya3.0_api 发布时间: 20231115
...umber): SubShader Defined in laya/d3/shader/Shader3D.ts:261 在特定索引获取子着色器。 Parameters index: number 索引。 Returns SubShader 子着色器。 Static add add(name: string, attributeMap?: any, uniformMap?: any, enableInstancing?: boolean, supportReflectionProbe?: boolean): Shad...
来源: Laya3.0_api 发布时间: 20231102
...加好的Image拖入到@property暴露的Image属性入口中,这样就获取到了此节点,然后可以在脚本中使用代码控制Image的属性了。 代码中使用属性参考《组件属性的代码使用》。 (动图2-2) 2.5.2 自定义对象类型 自定义对象类型,就是...
来源: Laya3.0_文档 发布时间: 20241014
...clickHandler():void{ var url:string = this.qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个延时在获取。 this.qrcodeSp.loadImage(url,0,0,100,100); } } new Main; ``` 编译运行上面的代码,然后点击舞台可以看到,二维码已经显示到...
来源: Laya2.0_文档 发布时间: 20210715
...evel:"1",author:"官方发布",info:"我可以-四子"}; //获取关卡信息后格式化 let t= gf.getGuanqiaInfo(tmp); this.text_guanqia_info.text = gf.format_GuanqiaInfo(t); this.name = "pic-"+ tmp; var glow...
来源: Laya_社区 发布时间: 20210122
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115