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

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

221. laya.components.AnimationClip2D_API3.0 [ 63%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/AnimationClip2D" AnimationClip2D Class AnimationClip2D Hierarchy Resource AnimationClip2D Index Constructors constructor Properti...

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

222. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 63%]

... D/dalvikvm: JIT code cache reset in 0 ms (0 bytes 1/0) D/dalvikvm: GC_FOR_ALLOC freed 259K, 10% free 3081K/3408K, paused 2ms, total 2ms D/dalvikvm: GC_FOR_ALLOC freed 292K, 10% free 3303K/3656K, paused 2ms, total 3ms             [ 12-18 14:33:06.111  2961: 2961 E/         ]   ...

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

223. laya.d3.renderobjs.nativeobj.NativeShaderData_API3.0 [ 63%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeShaderData" NativeShaderData Class NativeShaderData Hierarchy ShaderData NativeShaderData Implements IClone IN...

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

224. laya.utils.Browser_API3.0 [ 63%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Browser" Browser Class Browser Browser 是浏览器代理类。封装浏览器及原生 js 提供的一些功能。 Hierarchy Browser ...

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

225. 在Laya中使用Matter.js的最简示例 (JS) [ 62%]

...r ground = Bodies.rectangle(400, 500, 810, 60, { isStatic: true }); // add all of the bodies to the world World.add(engine.world, [boxA, boxB, ground]); // run the engine Engine.run(engine); // run the renderer Render.run(render);显示效果如下 但是这还没有用Laya来渲染,需要做下...

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

226. 3D变换 · LayaAir3.0文档 · LAYABOX [ 62%]

...的影响,如动图6-2所示。 (动图6-2) Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:42:15 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20241014

227. laya.d3.physics.Rigidbody3D [ 62%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Rigidbody3DProperties | Methods | Constants Packagelaya.d3.physicsClasspublic class Rigidbody3DInheritanceRigidbody3D PhysicsTriggerComponent PhysicsComponent Component Object Rigidbody3D 类用于创建刚体碰撞器...

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

228. laya.d3.core.material.Material_API3.0 [ 62%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/Material" Material Class Material Material 类用于创建材质。 Hierarchy Resource Material PixelLineMaterial UnlitMate...

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

229. laya.maths.Matrix4x4_API3.0 [ 62%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Matrix4x4" Matrix4x4 Class Matrix4x4 Matrix4x4 类用于创建4x4矩阵。 Hierarchy Matrix4x4 Implements IClone Index Constructors co...

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

230. 定时器 · LayaAir3.0文档 · LAYABOX [ 62%]

...(基于帧率)。 * @param delay 延迟几帧(单位为帧)。 * @param caller 执行域(this)。 * @param method 定时器回调函数。 * @param args 回调参数。 * @param coverBefore 是否覆盖之前的延迟执行,默认为 true 。 */ frameOnce(delay: number, caller: any, method: Functi...

来源: Laya3.0_文档 发布时间: 20241014