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

大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0055 秒)

1201. laya.utils.HitArea_API3.0 [ 68%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/HitArea" HitArea Class HitArea 鼠标点击区域,可以设置绘制一系列矢量图作为点击区域和非点击区域(目前只...

来源: Laya3.0_api 发布时间: 20231115

1202. laya.filters.BlurFilter_API3.0 [ 68%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/filters/BlurFilter" BlurFilter Class BlurFilter 模糊滤镜 Hierarchy Filter BlurFilter Implements IFilter Index Constructors constructor Prope...

来源: Laya3.0_api 发布时间: 20231115

1203. laya.utils.Base64Tool_API3.0 [ 68%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Base64Tool" Base64Tool Class Base64Tool Hierarchy Base64Tool Index Properties chars lookup reg reghead Methods decode encode init isBase64...

来源: Laya3.0_api 发布时间: 20231115

1204. 重要问题:关于苹果审核被拒 [ 68%]

...决?   以下为原文: Your app uses or references the following non-public APIs: PrivateFrameworks/BackBoardServices.framework (_SimulateCrash) The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.  Continuing ...

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

1205. 区块地图-带动画的地图 [ 68%]

...t laya.map.TiledMap; import laya.maths.Rectangle; import laya.webgl.WebGL; public class TiledMap_AnimationTile { private var tiledMap:TiledMap; public function TiledMap_AnimationTile() { // 不支持WebGL时自动切换至Canvas Laya.init(1100, 800, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; La...

来源: Laya_示例 发布时间: 20260106

1206. laya.d3.loaders.ShaderParser_API3.0 [ 68%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/loaders/ShaderParser" ShaderParser Class ShaderParser Hierarchy ShaderParser Index Methods bindCG compileToTree getCGBlock getDefaultData get...

来源: Laya3.0_api 发布时间: 20231115

1207. 注册宏定义与使用宏(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 68%]

..._Terrain)): > 新版本注册宏定义 ```javascript /** * @private */ public static function __init__() { SHADERDEFINE_DETAIL_NUM1 = Laya.Shader3D.getDefineByName("CUSTOM_DETAIL_NUM1"); SHADERDEFINE_DETAIL_NUM2 = Laya.Shader3D.getDefineByName("CUSTOM_DETAIL_NUM2"); SHADERDEFINE_DETAIL_NUM3 = La...

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

1208. startDrag的使用问题 [ 68%]

...尼系数,影响惯性力度和时长。          */         public function startDrag(area:Rectangle = null, hasInertia:Boolean = false, elasticDistance:Number = 0, elasticBackTime:int = 300, data:* = null, disableMouseEvent:Boolean = false, ratio:Number = 0.92):void {          ...

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

1209. LocalStorage的bug [ 68%]

... LocalStorage类里的Storage 类里的init()方法   (第94行), public static function init():void { __JS__("try{Storage.items=window.localStorage;Storage.setItem('laya', '1');Storage.removeItem('laya');Storage.support = true;} catch(e){}if(!Storage.support)console.log('LocalStorage is not...

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

1210. 有没有懂tiledmap地图的朋友帮忙看看问什么地图加载不出来 [ 68%]

...; import laya.net.Loader; import laya.utils.Handler; import view.TestView; public class LayaUISample { public function LayaUISample() { //初始化引擎 Laya.init(1500, 900); //加载引擎需要的资源 var map1:TiledMap = new TiledMap(); map1.createMap("aa.json",new Rectangle(0,0,1200,720),Handl...

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