大约有 2,584 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0117 秒)
Laya_社区(2288) Laya2.0_文档(195) Laya3.0_文档(69) laya_api(14) Laya2.0_api(8) Laya3.0_api(7) Laya_示例(2) Laya2.0_示例(1)
# Clip 组件参考 ## 一、通过LayaAirIDE创建Clip组件 ###1.1 创建Clip Clip 组件可用于显示位图切片动画。Clip 可以将一张图片,按横向分隔数量 clipX、竖向分隔数量 clipY,或横向分割每个切片的宽度 clipWidth、竖向分割每个切片的高度 ...
来源: Laya2.0_文档 发布时间: 20210714
...data; this.list = list; Laya.stage.addChild(list); this.hitArea = new Laya.HitArea(); this.hitArea.hit.drawRect(list.x, list.y -100,list.width, list.height, "#000000"); //限制鼠标点击区...
来源: Laya_社区 发布时间: 20210122
...LRenderingContext' 使用1.7.15或16,在项目总增加如下几句,在layaAir内测试可以正常(以下资源是拷贝自GitHub上官网的范例包下的资源: // 创建天空盒 var skyBox:Laya.SkyBox = new Laya.SkyBox(); //清除标记,使用天空(必须设置,否则无法显...
来源: Laya_社区 发布时间: 20180307
...Classes | Index | Frames No Frames VertexElementUsageConstants Packagelaya.d3.graphicsClasspublic class VertexElementUsageInheritanceVertexElementUsage Object ... Public Constants ConstantDefined By AGEADDSCALE0 : int = 21[static] VertexElementUsage BINORMAL0 : int = 4[static] VertexElem...
来源: laya_api 发布时间: 20170929
...eDefine is not a function 03-07 10:05:32.702 31653-31703/com.mihe.carrom I/LayaBox: alert=apploader.js:4515: TypeError: this._nativeObj.addGlobalValueDefine is not a function return this._nativeObj.addGlobalValueDefine(modifyType, type, size, defaultData); ...
来源: Laya_社区 发布时间: 20190307
...正常? 这是自定义的shader var attributeMap = { 'a_Position': Laya.VertexElementUsage.POSITION0, 'a_Normal': Laya.VertexElementUsage.NORMAL0, 'a_Texcoord': Laya.VertexElementUsage.TEXTURECOORDINATE0 }; var uniformMap = { 'u_MvpMatrix': [Laya.Sprite3D.MVPMATRIX, Laya.Shader3D.PERIOD_SPRITE...
来源: Laya_社区 发布时间: 20170815
...约束问题,移动后约束混乱! import { ui } from "./../ui/layaMaxUI"; /** * 本示例采用非脚本的方式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可和场景进行关联 * 相比脚本方式,继承式页面类...
来源: Laya_社区 发布时间: 20210103
...niu-anpukpjfwkheduhiexglvkluqjyw/Build/Products/Debug-iphonesimulator -L../LayaRuntime-iOS/libs -F/Users/poss/Library/Developer/Xcode/DerivedData/wangpainiuniu-anpukpjfwkheduhiexglvkluqjyw/Build/Products/Debug-iphonesimulator -filelist /Users/poss/Library/Developer/Xcode/DerivedData/wangpainiuniu-an...
来源: Laya_社区 发布时间: 20161229
... Frames ShurikenParticleMaterialProperties | Methods | Constants Packagelaya.d3.core.particleShuriKenClasspublic class ShurikenParticleMaterialInheritanceShurikenParticleMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Prope...
来源: laya_api 发布时间: 20170929
微信小游戏中GlowFilter在iPhone xs max上面必须要引入laya.d3.js否则就有问题,模拟器和其他手机上则不需要laya.d3.js库,这是兼容性的bug么? 复现情景:在一个Scene里面点击打开一个View,View里面有一个关闭按钮和一个label,label使用G...
来源: Laya_社区 发布时间: 20190312