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

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

261. laya.d3.component.animator.AnimatorState_API3.0 [ 54%]

...or/AnimatorState" AnimatorState Class AnimatorState AnimatorState 类用于创建动作状态。 Hierarchy EventDispatcher AnimatorState Implements IClone Index Constructors constructor Properties _isLooping clipEnd clipStart curTransition cycleOffset name speed EVENT_OnStateEnter EVENT_OnStateExit ...

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

262. laya.d3.math.Matrix4x4 [ 54%]

...heritanceMatrix4x4 ObjectImplements laya.d3.core.IClone Matrix4x4 类用于创建4x4矩阵。 Public Properties PropertyDefined By  elements : Float32Array矩阵元素数组Matrix4x4Public Methods  MethodDefined By  Matrix4x4(m11:Number = 1, m12:Number = 0, m13:Number = 0, m14:Number = 0, m21:...

来源: laya_api 发布时间: 20170929

263. laya.d3.component.LODGroup_API3.0 [ 54%]

...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDisable onDisable(): void Inherited from Component.onDisable Defined in laya/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Retu...

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

264. List 组件做的手风琴Demo [ 53%]

...源(此代码中arr只起到渲染数量作用) /**          * 创建List          */         var list =new Laya.List();         list.bgColor ="#000000";         list.size(100,300);         list.repeatX =1;         list.repeatY =this.arr.le...

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

265. laya.d3.math.Matrix4x4 [ 53%]

...heritanceMatrix4x4 ObjectImplements laya.d3.core.IClone Matrix4x4 类用于创建4x4矩阵。 Public Properties PropertyDefined By  elements : Float32Array矩阵元素数组Matrix4x4Public Methods  MethodDefined By  Matrix4x4(m11:Number = 1, m12:Number = 0, m13:Number = 0, m14:Number = 0, m21:...

来源: Laya2.0_api 发布时间: 20190513

266. laya.d3.core.Avatar_API3.0 [ 53%]

...ted Menu Globals "laya/d3/core/Avatar" Avatar Class Avatar Avatar 类用于创建Avatar。 Hierarchy Resource Avatar Implements IClone Index Constructors constructor Properties destoryedImmediately lock name url uuid AVATAR DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpu...

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

267. laya.d3.webxr.core.ButtonGamepad_API3.0 [ 53%]

...: ButtonGamepad Defined in laya/d3/WebXR/core/WebXRGamepad.ts:104 类用于创建Button对象 Parameters handness: string 设备名称 index: number button缩影 Returns ButtonGamepad Properties handness handness: string Defined in laya/d3/WebXR/core/WebXRGamepad.ts:86 The id of the gamepad index in...

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

268. 1.0 骨骼drawcall优化猥琐方法 [ 53%]

...BoneSlot的draw里如果发现需要绘制的是带蒙皮的部件,就会创建一个Submit,这里没有诸如SubmitTexture一样的猥琐合批操作,       所以我们可以自己魔改啊ヾ(=゚・゚=)ノ喵♪     思路大致上是这样的,先贴一下SkinMesh里相关方法:...

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

269. 在 tiledmap 插入一个精灵在上面 [ 53%]

...开这个网页呢 H5动画和节奏的一个加速! 请问layaide如何创建一个复合的Button 一个3D正方体模型,想给它六个面贴不同的贴图,该如何处理? 问题状态 最新活动: 2017-11-25 10:46 浏览: 1764 关注: 4 人

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

270. laya.maths.Matrix [ 53%]

...:Number = 0, d:Number = 1, tx:Number = 0, ty:Number = 0) 使用指定参数创建新的 Matrix 对象。 Matrix  clone():Matrix 返回此 Matrix 对象的副本。 Matrix  concat(matrix:Matrix):Matrix 将指定矩阵与当前矩阵连接,从而将这两个矩阵的几何效果有效地结合...

来源: laya_api 发布时间: 20170929