大约有 600 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0056 秒)
Laya3.0_api(234) Laya_社区(164) Laya2.0_api(108) laya_api(58) Laya2.0_文档(19) Laya3.0_文档(14) Laya_示例(2) Laya2.0_示例(1)
...tY right rotation scaleX scaleY scene scene3D scrollRect skewX skewY stage staticCache texture timer top transform url viewport visible width x y zOrder manager root Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer ...
来源: Laya3.0_api 发布时间: 20231115
...scaleY scene scrollRect scrollX scrollY singleCharRender skewX skewY stage staticCache stroke strokeColor templateVars text textHeight textWidth texture timer transform ubb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _s...
来源: Laya3.0_api 发布时间: 20231115
...S from "../customShader/outline02.vs"; ``` > 初始化Shader ```typescript static initShader() { //所有的attributeMap属性 var attributeMap = { 'a_Position': Laya.VertexMesh.MESH_POSITION0, 'a_Normal': Laya.VertexMesh.MESH_NORMAL0, 'a_Texcoord0': Laya.VertexMesh.MESH_TEXTURECOORDINATE0 }; //所...
来源: Laya2.0_文档 发布时间: 20210715
...ss Config { /** * 设置是否抗锯齿,只对2D(WebGL)、3D有效。 */ static isAntialias:boolean; /** * 设置画布是否透明,只对2D(WebGL)、3D有效。 */ static isAlpha:boolean; } ``` ##### 2.2.4 声明命名空间: `namespace` 是 TS 早期时为了解决模块化而创造的关键...
来源: Laya2.0_文档 发布时间: 20210715
...### **Text 类中相关接口:** **registerBitmapFont () 方法** public static function registerBitmapFont(name:String, bitmapFont:BitmapFont):void 注册位图字体。 参数 name:String — 位图字体的名称。 bitmapFont:BitmapFont — 位图字体文件。 **unregisterBitmapFont ...
来源: Laya2.0_文档 发布时间: 20201114
...转化为 JSON 字符串存储。 */ public static function setJSON(key:String, value:Object):void { _baseClass.setJSON(key, value); } 2018-04-26 0 0 分享 微博 QZONE 微信 w1114367261 赞同来自: 你对照一下你的参数,...
来源: Laya_社区 发布时间: 20180426
...片(迈出左脚的那张图片)开始的。 还有Loader.ATLAS是static] 图集类型,加载完成后返回图集json信息(并创建图集内小图Texture)。 load(url:String, type:String = null, cache:Boolean = true):void 加载资源。 Laya.loader.load(AniConfPath, Handler.crea...
来源: Laya_社区 发布时间: 20160712
...otX pivotY right rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close...
来源: Laya3.0_api 发布时间: 20231115
...之后自动回收到对象池。 * @return 返回Tween对象。 */ public static function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false, autoRecover:Boolean = true):Tween { return Pool.getItemByClass("tween", Tween...
来源: Laya_社区 发布时间: 20180109
...); Laya.stage.addChild(integralMall); } }); android 里面的方法 public static void wxRegLogin(boolean bOpen){ Log.e("LayaAir回调结果", "==================================================================="); JSONObject objCallBack = new JSONObject(); try{ objCallBack.put("test","test"); Log.e...
来源: Laya_社区 发布时间: 20180103