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

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

841. list下怎么获取到一行元素 [ 58%]

...Aaron 赞同来自: https://layaair.ldc.layabox.com/api/?category=Core&class=laya.ui.List  参照这里API 2018-01-22 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 AllenYT 相关问题 请问有没有方法能够获取“鼠标是...

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

842. 2d帧动画bug:编译运行会掉帧,编辑器不会掉帧,2.2.0版本以上都有这个问题 [ 58%]

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

843. 3d模型的四元素怎么修改 [ 58%]

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

844. sk文件加载 [ 58%]

...ya.net.URL;     import laya.ani.bone.Skeleton;          public class LayaUISample {                  public function LayaUISample() {             //初始化引擎             Laya.init(600, 400,WebGL);                        ...

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

845. Button属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 58%]

...口GameMain.ts,编写如下代码:** ```typescript // 程序入口 class GameMain{ //按钮资源路径 private skin:string = "button.png"; constructor() { //初始化引擎,设置宽高并开启WebGL渲染模式 Laya.init(600,400,Laya.WebGL); //设置舞台背景颜色 Laya.stage.bgColor =...

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

846. Spine动画使用(TypeScript-LayaAir基础篇(TS)-动画基础) [ 58%]

...打开链接查看:[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

847. LayaAirNative初始化的4个问题 [ 58%]

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

848. Spine动画使用(JavaScript-LayaAir基础篇(JS)-动画基础) [ 58%]

...打开链接查看:[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

849. ja语言怎么样创建一个工具在其他地方调用 [ 58%]

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

850. laya.d3.physicscannon.CannonPhysicsComponent_API3.0 [ 58%]

...bals "laya/d3/physicsCannon/CannonPhysicsComponent" CannonPhysicsComponent Class CannonPhysicsComponent PhysicsComponent 用于创建物理组件的父。 Hierarchy Component CannonPhysicsComponent CannonPhysicsTriggerComponent Index Constructors constructor Properties _extra _singleton canSca...

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