大约有 1,262 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0054 秒)
Laya3.0_api(409) Laya_社区(375) Laya2.0_api(226) laya_api(168) Laya2.0_文档(49) Laya3.0_文档(25) Laya2.0_示例(7) Laya_示例(3)
...port class GameSceneuiUI extends Laya.Scene { public static uiView:any ={"type":"Scene","props":{"width":720,"height":1280},"compId":2,"child":[{"type":"Button","props":{"y":616,"x":296,"skin":"comp/button.png","name":"butStart","label":"label"},"compId":3}],"loadList":["co...
来源: Laya_社区 发布时间: 20200228
...游戏网址是比如https://g.com/h5/game,嵌入的网页地址为http://static.com/w/single.html,两个网页的域名不同。 请问 这个问题怎么解决呢?@laya团队了解一下这个问题 是否需要联系网址接入方处理? 附上截图,初始化Laya.init(720,1280,Web...
来源: Laya_社区 发布时间: 20180904
...):Uint8Array 返回图片像素。 Texture2D load(url:String):Texture2D[static] 加载Texture2D。 Texture2D onAsynLoaded(url:String, data:*, params:Array):void[override] private Texture2DProtected Methods MethodDefined By detoryResource():void[override] 销毁资源。 Texture2D recre...
来源: laya_api 发布时间: 20170929
...ayaAir是否支持导出的说明 GameObject Name(节点名称) 支持 Static(静态) 只支持勾选 或 不勾选 Layer(层) 只支持层的序号导出,开发者也可以在LayaAir引擎中设置Layer Position(位置) 支持(包括:X、Y、Z) Rotation(旋转) 支持(...
来源: Laya3.0_文档 发布时间: 20241109
...有content Parameters out: SingletonList<IBoundsCell> Returns void Static sciContainsBox sciContainsBox(box: Bounds, cullInfo: IShadowCullInfo): number Defined in laya/d3/core/scene/bvh/BVHSpatialBox.ts:26 包围盒和阴影相机的关系 Parameters box: Bounds cullInfo: IShadowCullInfo Retur...
来源: Laya3.0_api 发布时间: 20231115
... = 600, ERROR = 800, FATAL = 1000, OFF = 0xFFFFFFFF }class Logger { public static logLevel: number = LogLevelEnum.ALL; // 获取或设置日志输出的分级 }编译运行会报错。 可行的办法是改成getter去懒初始化, 用三斜线指令(ts推荐的,但是貌似没用?) 手动...
来源: Laya_社区 发布时间: 20171107
...ource.uuid Defined in laya/resource/Resource.ts:101 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/resource/Resource.ts:18 Accessors cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:116 ...
来源: Laya3.0_api 发布时间: 20231102
...提供临时处理方法: 1. 改源码: 修改 WebGLContext.ts 的 static setBlendFunc 把 if (force || sFactor !== WebGLContext._sFactor || dFactor !== WebGLContext._dFactor) { 改成 if(true){ 2. 改laya.core.js 找到 869行左右的 static setBlendFunc(gl, sFactor, dFactor)...
来源: Laya_社区 发布时间: 20191215
...理函数。 WidgetPublic Constants ConstantDefined By EMPTY : Widget[static] 一个已初始化的 Widget 实例。WidgetProperty Detailbottompropertybottom:Number表示距底边的距离(以像素为单位)。 Implementation public function get bottom():Number public functio...
来源: Laya2.0_api 发布时间: 20190513
...scaleY scene scrollRect scrollX scrollY singleCharRender skewX skewY stage staticCache stroke strokeColor templateVars text textHeight textWidth texture timer transform type ubb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeig...
来源: Laya3.0_api 发布时间: 20231115