大约有 600 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0052 秒)
Laya3.0_api(234) Laya_社区(164) Laya2.0_api(108) laya_api(58) Laya2.0_文档(19) Laya3.0_文档(14) Laya_示例(2) Laya2.0_示例(1)
分包发布,static方法拿取不到。报错:类名.静态方法名 is not a function OPPO分包发布时遇到一个问题,当在index.js中最后require("./libs/laya.d3.js");时会报错Shader3D.propertyNameToID is not a function。将require该库的语句提前,则不会报错。但...
来源: Laya_社区 发布时间: 20201221
...test.js(function(window,document,Laya){ var __un=Laya.un,__uns=Laya.uns,__static=Laya.static,__class=Laya.class,__getset=Laya.getset,__newvec=Laya.__newvec; var Stage=laya.display.Stage,TestAA=aa.TestAA; //class test.AAA var AAA=(function(){ function AAA(){ TestAA; Laya.stage; Stage; var a=new Dicti...
来源: Laya_社区 发布时间: 20170322
... (nction(window,document,Laya){ var __un=Laya.un,__uns=Laya.uns,__static=Laya.static,__class=Laya.class,__getset=Laya.getset,__newvec=Laya.__newvec; })(window,document,Laya); 2017-02-09 0 0 分享 微博 QZONE 微信 joe51586 赞同来自: 这个问题就没个官方的人解答一下吗?...
来源: Laya_社区 发布时间: 20170204
...提供临时处理方法: 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
...性值,创建一个 Color 类的实例。 Color create(str:*):Color[static] 根据指定的属性值,创建并返回一个 Color 类的实例。 ColorProperty Detail_drawStylepropertypublic var _drawStyle:*numColorproperty public var numColor:uint uint 型颜色值。strColorproperty public...
来源: laya_api 发布时间: 20170422
...镜基类。 Public Properties PropertyDefined By _filter : Function[static] FilterPublic Methods MethodDefined By Filter() 创建一个 Filter 实例。 FilterProperty Detail_filterpropertypublic static var _filter:FunctionConstructor DetailFilter()Constructorpublic function Filter() 创...
来源: Laya2.0_api 发布时间: 20190513
...cted All Inherited Externals Only exported Menu Globals "laya/d3/component/staticmesh/StaticBatchMeshRender" StaticBatchMeshRender Class StaticBatchMeshRender Hierarchy BaseRender StaticBatchMeshRender Implements IBoundsCell Index Properties _extra _receiveShadow _singleton owner runInEditor scriptP...
来源: Laya3.0_api 发布时间: 20231115
... private mConnected: boolean; /** 开启*/ public static OPEN: string = "open"; /** 关闭*/ public static CLOSE: string = "close"; /** io错误*/ public static IO_ERROR: string = "io-error"; /** 数据*/ ...
来源: Laya_社区 发布时间: 20161109
...ource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Inherited from Material.ALPHATESTVALUE Defined in laya/d3/core/material/Material.ts:51 着色器变量,透明测试值。 Static DEBUG DEBUG: boolean = false Inherited from Resourc...
来源: Laya3.0_api 发布时间: 20231115