• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 696 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0069 秒)

661. laya.ui.LayoutBox [ 34%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的...

来源: laya_api 发布时间: 20170929

662. laya.ui.LayoutBox [ 34%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边...

来源: Laya2.0_api 发布时间: 20190513

663. laya.html.dom.HTMLDivElement [ 33%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,...

来源: Laya2.0_api 发布时间: 20190513

664. laya.ani.bone.Skeleton [ 33%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,...

来源: Laya2.0_api 发布时间: 20190513

665. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 32%]

...也可以。 width: Laya.stage.width, height:Laya.stage.height } }; Media.getMedia(options, Handler.create(this, onSuccess), Handler.create(this, onError)); } } private function showMessage():void { var text:Text = new Text(); Laya.stage.addChild(text); text.text = "单击舞台播放和暂停"; tex...

来源: Laya2.0_文档 发布时间: 20210715

666. ShaderPass介绍(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 32%]

...l.CULL, value); } /** * 获取剔除方式。 * @return 剔除方式。 */ get cull() { return this._shaderValues.getInt(BlinnPhongMaterial.CULL); } ``` 在没有 stateMap 时,只能通过对应修改 ShaderPass 的 renderState 来修改。 > 多Pass描边shader中使用Pass的renderStat修改渲...

来源: Laya2.0_文档 发布时间: 20210715

667. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 32%]

...oveComments: true}}, include:/.*.ts/, }), glsl({ // By default, everything gets included include: /.*(.glsl|.vs|.fs)$/, sourceMap: false, compress:false }), /*terser({ output: { }, numWorkers:1,//Amount of workers to spawn. Defaults to the number of CPUs minus 1 sourcemap: false })*/ ] }).then(bundl...

来源: Laya_社区 发布时间: 20200918

668. 和原生Dom交互 · LayaAir3.3 · 引擎文档 · LAYABOX [ 32%]

...以。 width: Laya.stage.width, height:Laya.stage.height } }; Laya.Media.getMedia(options,Laya.Handler.create(this,this.onSuccess),Laya.Handler.create(this,this.onError)); } } private showMessage():void{ var tex:Laya.Text = new Laya.Text(); Laya.stage.addChild(tex); tex.text = "单击舞台播放和...

来源: Laya3.0_文档 发布时间: 20251010

669. ShaderPass介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 32%]

...} /** * 获取剔除方式。 * @return 剔除方式。 */ public function get cull() { return this._shaderValues.getInt(BlinnPhongMaterial.CULL); } ``` 在没有 stateMap 时,只能通过对应修改 ShaderPass 的 renderState 来修改。 > 多Pass描边shader中使用Pass的renderStat修改渲...

来源: Laya2.0_文档 发布时间: 20210715

670. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 31%]

...选择Scene才会有),建议手动ps处理                 Target Texture Type     ---  转换目标纹理类型                          PNG                     把需要转换的纹理贴图全部转换为png格式                          JPG   ...

来源: Laya_社区 发布时间: 20170428