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

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

811. laya.maths.Point [ 72%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames PointProperties | Methods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Prope...

来源: laya_api 发布时间: 20170929

812. laya.media.Sound [ 72%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames SoundProperties | Methods Packagelaya.mediaClasspublic class SoundInheritanceSound EventDispatcher Object Sound 类是用来播放控制声音的类。 Public Properties PropertyDefined By  duration : Number[read-only...

来源: laya_api 发布时间: 20170929

813. laya.d3.utils.Physics [ 72%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames PhysicsProperties | Methods Packagelaya.d3.utilsClasspublic class PhysicsInheritancePhysics Object Physics 类用于简单物理检测。 Public Properties PropertyDefined By  gravity : Vector3[static] 重力。Physic...

来源: laya_api 发布时间: 20170929

814. 程序调试10秒钟后报错 [ 72%]

...son: Can't find a target that matches: d:\install\LayaBox\workspace\AirWar_Class11/bin/index.html.Available pages:["file:///D:/install/LayaBox/workspace/AirWar_Class11/bin/index.html"]) 附件 : --> 2016-12-30 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

815. laya.d3.core.render.ScreenQuad_API3.0 [ 72%]

...als Only exported Menu Globals "laya/d3/core/render/ScreenQuad" ScreenQuad Class ScreenQuad ScreenQuad 类用于创建全屏四边形。 Hierarchy GeometryElement ScreenQuad Index Constructors constructor Properties _geometryElementOBj Accessors bufferState destroyed drawType indexFormat instanceCou...

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

816. vmLaya: MVVM for LayaAir [ 72%]

...ya 基本应用:const TEST_PAGE = 'TestPage.json'; //我们的 ViewModel class HelloViewModel { //每隔 500ms 自增的一个数字序列   hello$ = $.timer(0, 500); } //一个 View @createView(TEST_PAGE) class HelloView extends VmViewBase<HelloViewModel> { //绑定 viewModel 的 hello$ ...

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

817. laya.d3.renderobjs.nativeobj.NativeRenderElementOBJ_API3.0 [ 72%]

...aya/d3/RenderObjs/NativeOBJ/NativeRenderElementOBJ" NativeRenderElementOBJ Class NativeRenderElementOBJ Hierarchy NativeRenderElementOBJ NativeInstanceRenderElementOBJ NativeSkinRenderElementOBJ Implements IRenderElement Index Constructors constructor Properties _nativeObj _owner _shaderInstances Ac...

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

818. laya.d3.graphics.VertexPositionNormalTextureSkin [ 72%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexPositionNormalTextureSkinProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTextureSkinInheritanceVertexPositionNormalTextureSkin ObjectImplements IVertex VertexPositionNormalColorTex...

来源: laya_api 发布时间: 20170929

819. laya.d3.physics.shape.BoxColliderShape [ 72%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames BoxColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class BoxColliderShapeInheritanceBoxColliderShape ColliderShape Object BoxColliderShape 类用于创建盒子形状碰撞器。 Public Properti...

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

820. 鼠标交互-自定义事件 [ 72%]

...发语言、LayaAirIDE让项目开发更高效。const ROTATE = "rotate"; class Interaction_CustomEvent { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.client...

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