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

大约有 1,062 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0042 秒)

611. 2D物理-桥 [ 64%]

...dy; import laya.ui.Label; import laya.utils.Stat; import laya.webgl.WebGL; public class Physics_Physics_Bridge { private var ecount = 30; private var label: Label; public function Physics_Bridge() { Laya.Config.isAntialias = true; Laya.init(1200, 700, WebGL); Stat.show(); Physics.enable(); PhysicsDe...

来源: Laya2.0_示例 发布时间: 20251218

612. laya.d3.physics.shape.CompoundColliderShape_API3.0 [ 64%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/CompoundColliderShape" CompoundColliderShape Class CompoundColliderShape CompoundColliderShape 类用于创建组合碰撞器...

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

613. laya.d3.math.Bounds_API3.0 [ 64%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Bounds" Bounds Class Bounds Bounds 类用于创建包围体。 Hierarchy Bounds Implements IClone Index Constructors constructor Accesso...

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

614. LayaAir IDE 2.2.0beta4 动画挂点(骨骼挂点)无效 [ 64%]

... /** * - 骨骼挂点 * @param nodeName * @param root * @param Sprite3D */ public static link2Node(nodeName: string, root: Laya.Sprite3D, Sprite3D: Laya.Sprite3D) { //递归调用 let index = 0; let child: Laya.Sprite3D = null; while (true) { child = root.getChildAt(index) as Laya.Sprite3D; if (!chi...

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

615. laya 中的单例设计模式,怎么写? [ 64%]

... 提交 1 个回复 Laya_XS 赞同来自: private static  myselfs = null; public static Getinstance():类名 { return myselfs ||= new 类名 } 2017-11-18 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 sulaya 相关问题 看了其他...

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

616. laya.d3.physics.shape.CylinderColliderShape_API3.0 [ 64%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/CylinderColliderShape" CylinderColliderShape Class CylinderColliderShape CylinderColliderShape 类用于创建圆柱碰撞器...

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

617. Native(android)下创建二维码并显示在页面上 [ 64%]

..., width, height);     }     // 以下android代码 // JSBridge.javapublic static String createQrCode(final String content, final double width, final double height) { Bitmap bitmap = createQRCodeBitmap(content, (int)width, (int)height, "UTF-8", "H", "1", Color.BLACK, Color.WHITE); if (null !=...

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

618. laya.d3.physics.shape.CapsuleColliderShape_API3.0 [ 64%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/CapsuleColliderShape" CapsuleColliderShape Class CapsuleColliderShape CapsuleColliderShape 类用于创建胶囊形状碰撞器...

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

619. laya.d3.physics.shape.ConeColliderShape_API3.0 [ 64%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/ConeColliderShape" ConeColliderShape Class ConeColliderShape ConeColliderShape 类用于创建圆锥碰撞器。 Hierarchy Coll...

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

620. 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 [ 64%]

....bb的num console.info(s); }, 1000); } } class Child{ private _num:string; public num(n:string){ this._num = n; } public shuchu(){ return this._num; } } new LayaSample(); 2018-08-05 3 0 分享 微博 QZONE 微信 手撕腊鸭 赞同来自: 138*****417 、呆到八得 、陈斌 、小卡 、1987c ...

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