大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0055 秒)
Laya_社区(720) Laya3.0_api(672) Laya2.0_api(367) laya_api(298) Laya_示例(150) Laya2.0_示例(114) Laya2.0_文档(107) Laya3.0_文档(54)
...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
...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
...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
...决? 以下为原文: 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
...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
...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
..._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
...尼系数,影响惯性力度和时长。 */ 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
... 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
...; 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