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

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

1771. 批量创建图片后,怎样通过索引删除图片 [ 54%]

...,否则不销毁子节点。          */         public function destroy(destroyChild:Boolean = true):void {} 2018-06-20 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 刘禹_社区新零售+物业Saas服务 相关问...

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

1772. 关于Matrix4x4的getForward方法 [ 54%]

关于Matrix4x4的getForward方法 public function getForward(out:Vector3):void { var me:Float32Array = this.elements; var te:Float32Array = out.elements; te[0] = -me[8]; te[1] = -me[9]; te[2] = -me[10]; } 这里面为什么要是返回负数,前向量不是世界左边系Z轴的正方向么 2017...

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

1773. laya.resource.Texture2D_API3.0 [ 54%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

1774. Config_API3.0 [ 54%]

...ebGL2 webGL2D_MeshAllocMaxMem fontFamilyMap Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static property

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

1775. 2D物理-复合碰撞器 [ 54%]

... box: Sprite; private var totalBox = 200; private var label: Label; public function Physics_Tumbler() { Laya.Config.isAntialias = true; Laya.init(1200, 700, WebGL); Stat.show(); Physics.enable(); PhysicsDebugDraw.enable(); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTE...

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

1776. laya.d3.physicscannon.shape.CannonSphereColliderShape_API3.0 [ 54%]

... cloneTo destroy updateLocalTransformations Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Inherited accessor Enumeration Interface

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

1777. laya.d3.core.Transform3D_API3.0 [ 54%]

...alue isLocal: boolean = false Returns void off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

1778. laya.d3.physics.shape.MeshColliderShape_API3.0 [ 54%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

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

1779. laya.d3.resource.models.SkyBox_API3.0 [ 54%]

...troy setDrawArrayParams setDrawElemenParams Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Inherited property Inherited method Inherited accessor Enumeration Interface Static property

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

1780. Laya.Quaternion.lerp和Laya.Quaternion.rotationLookAt问题! [ 54%]

...  out 输出四元数          */         public static function createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:Quaternion):void { 2019-03-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Daze 相关...

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