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

大约有 600 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0056 秒)

451. laya.ui.Dialog_API3.0 [ 57%]

...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

452. laya.display.Text_API3.0 [ 57%]

...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

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

...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

454. 学会编写d.ts声明文件(TypeScript-IDE篇(TS)-代码模式基础) [ 56%]

...ss Config { /** * 设置是否抗锯齿,只对2D(WebGL)、3D有效。 */ static isAntialias:boolean; /** * 设置画布是否透明,只对2D(WebGL)、3D有效。 */ static isAlpha:boolean; } ``` ##### 2.2.4 声明命名空间: `namespace` 是 TS 早期时为了解决模块化而创造的关键...

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

455. 位图字体的制作与使用(ActionScript-LayaAir基础篇(AS3)-文本) [ 55%]

...### **Text 类中相关接口:** **registerBitmapFont () 方法** public static function registerBitmapFont(name:String, bitmapFont:BitmapFont):void 注册位图字体。 参数 ​ name:String — 位图字体的名称。 ​ bitmapFont:BitmapFont — 位图字体文件。 **unregisterBitmapFont ...

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

456. 本地缓存LocalStorage,setJson失效 [ 55%]

...转化为 JSON 字符串存储。          */         public static function setJSON(key:String, value:Object):void {             _baseClass.setJSON(key, value);         }   2018-04-26 0 0 分享 微博 QZONE 微信 w1114367261 赞同来自: 你对照一下你的参数,...

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

457. 人物行走图动画 [ 55%]

...片(迈出左脚的那张图片)开始的。   还有Loader.ATLAS是static] 图集类型,加载完成后返回图集json信息(并创建图集内小图Texture)。      load(url:String, type:String = null, cache:Boolean = true):void 加载资源。 Laya.loader.load(AniConfPath, Handler.crea...

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

458. laya.ui.TipManager_API3.0 [ 55%]

...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

459. Tween 缓动过程有触发回调函数么 [ 55%]

...之后自动回收到对象池。 * @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

460. LayaNative二次开发问题? [ 55%]

...); 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