大约有 963 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0055 秒)
Laya2.0_api(368) laya_api(298) Laya_社区(266) Laya3.0_文档(11) Laya2.0_文档(9) Laya3.0_api(7) Laya2.0_示例(2) Laya_示例(2)
API DocumentationAll Packages | All Classes | Index | Frames No Frames UtilsProperties | Methods Packagelaya.utilsClasspublic class UtilsInheritanceUtils Object Utils 是工具类。 Public Properties PropertyDefined By parseXMLFromString : Function[static] 将字符串解析成 XML 对...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames PhysicsComponentProperties | Methods Packagelaya.d3.physicsClasspublic class PhysicsComponentInheritancePhysicsComponent Component ObjectSubclasses CharacterController, PhysicsTriggerComponent PhysicsComponent 类用于...
来源: Laya2.0_api 发布时间: 20190513
...为参考 | | getNetworkType() | 获得网络状态 | 返回int值,NET_NO = 0;NET_WIFI = 1;NET_2G = 2;NET_3G = 3;NET_4G = 4;NET_UNKNOWN=5 | | | getRuntimeVersion() | 获得Runtime的版本 | 返回值是一个字符串,类似ios-conch5-0.9.2、android-conch5-0.9 | | | getOS() | 获得当前系...
来源: Laya2.0_文档 发布时间: 20210715
API DocumentationAll Packages | All Classes | Index | Frames No Frames TextureCubeProperties | Methods | Constants Packagelaya.d3.resourceClasspublic class TextureCubeInheritanceTextureCube BaseTexture laya.resource.Bitmap TextureCube 类用于生成立方体纹理。 Public Properties Hid...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames TimerProperties | Methods Packagelaya.utilsClasspublic class TimerInheritanceTimer Object Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 Public Properties...
来源: laya_api 发布时间: 20170929
...=100; textInput.y=200; addChild(textInput); stage.scaleMode=StageScaleMode.NO_SCALE; //给舞台侦听RESIZE事件,当舞台状态发生改变时触发 stage.addEventListener(Event.RESIZE,onStageChange); } protected function onStageChange(event:Event):void { var desWidth:Number; var desHeight:Numb...
来源: Laya_社区 发布时间: 20151225
API DocumentationAll Packages | All Classes | Index | Frames No Frames StatProperties | Methods Packagelaya.utilsClasspublic class StatInheritanceStat Object Stat 是一个性能统计面板,可以实时更新相关的性能参数。 参与统计的性能参数如下(所有参数都是...
来源: Laya2.0_api 发布时间: 20190513
...58.700914+0800 MineSweeper6[7091:2932031] JsAppCache::loadCachedURL Error, no cache data. 2018-03-15 11:24:58.701527+0800 MineSweeper6[7091:2932031] onLayaInitError error=Load start url error 设备:iPhone7 iOS11.2 Laya是1.7.16 是单机游戏,编译下,发布下无任何问题 2018-03-15 添...
来源: Laya_社区 发布时间: 20180315
API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexElementUsageConstants Packagelaya.d3.graphicsClasspublic class VertexElementUsageInheritanceVertexElementUsage Object ... Public Constants ConstantDefined By AGEADDSCALE0 : int = 21[static] VertexElementUsage ...
来源: laya_api 发布时间: 20170929
...} public static void testAsyncCallback(String json) { //js thread try { JSONObject root = new JSONObject(json); Log.d("JSBridge", "java: " + root.getString( "value" )); } catch (JSONException e) { e.printStackTrace(); } m_Handler.post( new Runnable() { public void run() { //ui thread update ui JSONO...
来源: Laya3.0_文档 发布时间: 20250422