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

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

221. laya.d3.physicscannon.CannonPhysicsSettings_API3.0 [ 82%]

...lobals "laya/d3/physicsCannon/CannonPhysicsSettings" CannonPhysicsSettings Class CannonPhysicsSettings PhysicsSettings 类用于创建物理配置信息。 Hierarchy CannonPhysicsSettings Index Properties contactEquationRelaxation contactEquationStiffness fixedTimeStep flags maxSubSteps Properties c...

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

222. laya.components.Animation2DCondition_API3.0 [ 82%]

...d Menu Globals "laya/components/Animation2DCondition" Animation2DCondition Class Animation2DCondition 2D动画类型 Hierarchy Animation2DCondition Index Properties checkValue id type Properties checkValue checkValue: any Defined in laya/components/Animation2DCondition.ts:39 检测值 id id: number ...

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

223. 屏幕适配-对齐模式 [ 82%]

...种开发语言、LayaAirIDE让项目开发更高效。let numLoaded = 0; class SmartScale_Align_Contral { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler; // 不支持WebGL时自动切换至Canvas Laya.init(100, 100, Web...

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

224. laya.d3.component.staticmesh.StaticBatchSubInfo_API3.0 [ 82%]

...obals "laya/d3/component/staticmesh/StaticBatchSubMesh" StaticBatchSubInfo Class StaticBatchSubInfo Hierarchy StaticBatchSubInfo Index Constructors constructor Properties indexCount indexStart meshBounds needRender Constructors constructor new StaticBatchSubInfo(): StaticBatchSubInfo Defined in laya...

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

225. laya.d3.component.AnimatorPlayState_API3.0 [ 82%]

...orted Menu Globals "laya/d3/component/AnimatorPlayState" AnimatorPlayState Class AnimatorPlayState AnimatorPlayState 类用于创建动画播放状态信息。 Hierarchy AnimatorPlayState Index Constructors constructor Accessors animatorState duration normalizedTime Constructors constructor new Anim...

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

226. laya.d3.core.scene.bvh.BVHSpatialManager_API3.0 [ 82%]

...ted Menu Globals "laya/d3/core/scene/bvh/SpatialManager" BVHSpatialManager Class BVHSpatialManager 接受空间分割管理的逻辑对象 容器 Hierarchy BVHSpatialManager Index Constructors constructor Methods clear destroy Constructors constructor new BVHSpatialManager(): BVHSpatialManager Defin...

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

227. laya.d3.Touch_API3.0 [ 82%]

...d All Inherited Externals Only exported Menu Globals "laya/d3/Touch" Touch Class Touch Touch 类用于实现触摸描述。 Hierarchy Touch Implements ISingletonElement Index Accessors identifier position Methods _getIndexInList _setIndexInList Accessors identifier get identifier(): number Defined i...

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

228. 1.5.0 LayaAir IDE发布UI资源缺失! [ 82%]

...: 与内容相关的链接 提交 3 个回复 佟掌柜 赞同来自: var CLASS$=Laya.class; var STATICATTR$=Laya.static; var View=laya.ui.View; var Dialog=laya.ui.Dialog; var ABCPanelUI=(function(_super){         function ABCPanelUI(){                          ABCPanelUI.__s...

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

229. laya.d3.renderobjs.renderobj.FastSinglelist_API3.0 [ 82%]

...als "laya/d3/RenderObjs/RenderObj/RenderGeometryElementOBJ" FastSinglelist Class FastSinglelist<T> Type parameters T Hierarchy SingletonList<T> FastSinglelist Index Constructors constructor Methods destroy indexof Constructors constructor new FastSinglelist(): FastSinglelist Inherited fr...

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

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

...ay, caller, method, args, coverBefore); } 使用示例如下: const { regClass } = Laya; import { RuntimeScriptBase } from "./RuntimeScript.generated"; @regClass() export class RuntimeScript extends RuntimeScriptBase { onAwake(): void { //60帧后,图片的透明度变为0.5 Laya.timer.frameOnce...

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