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

大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0051 秒)

1641. laya.d3.graphics.IndexBuffer3D_API3.0 [ 59%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/graphics/IndexBuffer3D" IndexBuffer3D Class IndexBuffer3D 请使用LayaGL.RenderOBJCreate.createIndexBuffer3D来创建 IndexBuffer3D 类用...

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

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

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

1643. laya.d3.physics.shape.CapsuleColliderShape_API3.0 [ 59%]

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

1644. laya.device.motion.Gyroscope_API3.0 [ 59%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/motion/Gyroscope" Gyroscope Class Gyroscope 使用Gyroscope.instance获取唯一的Gyroscope引用,请勿调用构造函数。 listen()...

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

1645. 鼠标交互-键盘交互 [ 59%]

...ort laya.events.Event; import laya.utils.Browser; import laya.webgl.WebGL; public class Interaction_Keyboard { private var logger:Text; private var keyDownList:Array; public function Interaction_Keyboard() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeigh...

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

1646. laya.events.InputManager_API3.0 [ 59%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/events/InputManager" InputManager Class InputManager Hierarchy InputManager Index Constructors constructor Properties clickTestThreshold isTextI...

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

1647. laya.d3.physics.shape.ConeColliderShape_API3.0 [ 59%]

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

1648. laya.d3.shader.SubShader_API3.0 [ 59%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/SubShader" SubShader Class SubShader SubShader 类用于创建SubShader。 Hierarchy SubShader Index Constructors constructor Properti...

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

1649. laya.d3.math.Vector2_API3.0 [ 59%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Vector2" Vector2 Class Vector2 Vector2 类用于创建二维向量。 Hierarchy Vector2 Implements IClone Index Constructors constructor...

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

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

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