大约有 1,534 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0065 秒)
Laya_社区(544) Laya3.0_api(360) Laya2.0_api(247) laya_api(208) Laya2.0_文档(120) Laya3.0_文档(53) Laya2.0_示例(2)
...Aaron 赞同来自: https://layaair.ldc.layabox.com/api/?category=Core&class=laya.ui.List 参照这里API 2018-01-22 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 AllenYT 相关问题 请问有没有方法能够获取“鼠标是...
来源: Laya_社区 发布时间: 20180122
... null) 改成 if (FrameAnimation._sortIndexFun == null) 代码如下: class FrameAnimation extends AnimationBase { constructor() { super(); if (FrameAnimation._sortIndexFun == null) { FrameAnimation._sortIndexFun = MathUtil.sortByKey("index", false, true); } } 2019-11-19 0 2 分享 微...
来源: Laya_社区 发布时间: 20191109
...Aaron 赞同来自: https://layaair.ldc.layabox.com/api/?category=Core&class=laya.d3.math.Quaternion 这个是四元数api 2018-02-25 0 0 分享 微博 QZONE 微信 骉 赞同来自: 楼主有什么发现?一个左手坐标系、一个右手坐标系,怎么转化? 2018-08-02 0 0 分享...
来源: Laya_社区 发布时间: 20180224
...ya.net.URL; import laya.ani.bone.Skeleton; public class LayaUISample { public function LayaUISample() { //初始化引擎 Laya.init(600, 400,WebGL); ...
来源: Laya_社区 发布时间: 20180828
...口类GameMain.ts,编写如下代码:** ```typescript // 程序入口 class GameMain{ //按钮资源路径 private skin:string = "button.png"; constructor() { //初始化引擎,设置宽高并开启WebGL渲染模式 Laya.init(600,400,Laya.WebGL); //设置舞台背景颜色 Laya.stage.bgColor =...
来源: Laya2.0_文档 发布时间: 20210714
...打开链接查看:[https://layaair.ldc.layabox.com/api/?category=Bone&class=laya.ani.bone.Skeleton](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Animation&class=laya.ani.bone.Skeleton) 创建 SpineDemo.js,代码编写如下: ```javascript //初...
来源: Laya2.0_文档 发布时间: 20210715
...945-27945/com.twand.kozhanji I/art: Rejecting re-init on previously-failed class java.lang.Class<com.android.webview.chromium.WebViewContentsClientAdapter$6>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/RenderProcessGoneDetail; 06-27 18:03:47.977 27945-27945/com.twand...
来源: Laya_社区 发布时间: 20180627
...打开链接查看:[https://layaair.ldc.layabox.com/api/?category=Bone&class=laya.ani.bone.Skeleton](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Animation&class=laya.ani.bone.Skeleton) 创建 SpineDemo.js,代码编写如下: ```javascript //初...
来源: Laya2.0_文档 发布时间: 20210715
...nction (_super) { function Load_() { Load_.super(this); } //注册类 Laya.class(Load_, "Load_", _super); var _proto = Load_.prototype; _proto.run_Fast = function () { console.log("逻辑处理"); } return Load_; })(Laya.Sprite);我的代码,但是下面的继承位置Laya.Sprite这里不写会报...
来源: Laya_社区 发布时间: 20180705
...bals "laya/d3/physicsCannon/CannonPhysicsComponent" CannonPhysicsComponent Class CannonPhysicsComponent PhysicsComponent 类用于创建物理组件的父类。 Hierarchy Component CannonPhysicsComponent CannonPhysicsTriggerComponent Index Constructors constructor Properties _extra _singleton canSca...
来源: Laya3.0_api 发布时间: 20231102