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

大约有 1,163 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0075 秒)

1081. laya.d3.physics.PhysicsTriggerComponent_API3.0 [ 41%]

...erComponent Class PhysicsTriggerComponent PhysicsTriggerComponent 类用于创建物理触发器组件。 Hierarchy PhysicsComponent PhysicsTriggerComponent PhysicsCollider Rigidbody3D Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath Accessors aw...

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

1082. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 40%]

...中应用和显示这个img。我们新建个项目。这里用AS语言来创建项目。代码如下: ```java package { import laya.display.Sprite; public class LayaUISample { public function LayaUISample() { //初始化引擎 Laya.init(600, 400); Laya.stage.bgColor ="#cccccc"; var data:String= "...

来源: Laya2.0_文档 发布时间: 20210715

1083. laya.d3.physics.PhysicsCollider_API3.0 [ 40%]

...csCollider" PhysicsCollider Class PhysicsCollider PhysicsCollider 类用于创建物理碰撞器。 Hierarchy PhysicsTriggerComponent PhysicsCollider Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath Accessors awaked canCollideWith ccdMotionThresh...

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

1084. laya.d3.math.Matrix4x4_API3.0 [ 40%]

...bals "laya/d3/math/Matrix4x4" Matrix4x4 Class Matrix4x4 Matrix4x4 类用于创建4x4矩阵。 Hierarchy Matrix4x4 Implements IClone Index Constructors constructor Properties elements DEFAULT ZERO Methods clone cloneByArray cloneTo decomposeTransRotMatScale decomposeTransRotScale decomposeYawPitchRol...

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

1085. laya.d3.component.LODGroup_API3.0 [ 40%]

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

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

1086. [LayaAir3]3.3.0-beta.4已知新bug汇总 [ 40%]

...为 • 2025-06-10 10:32 onAwake是脚本被激活时执行的方法,在创建场景时,会在脚本所属节点添加到场景中时执行此方法,节点添加到场景是先添加父节点,然后添加子节点,onAwake的执行顺序也是如此; LayaAir大为 • 2025-06-10 10:34 音...

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

1087. 微信小游戏分包实战(JavaScript-小游戏适配文档-微信小游戏) [ 40%]

...目注意 实战分包的第一步,务必是在微信开发者工具中创建好小游戏项目。因为一旦分包后,采用的是小游戏的加载机制,浏览器里就跑不通了,整个调试流程全在微信开发者工具里完成。所以,下载好为大家准备的示例项目...

来源: Laya2.0_文档 发布时间: 20210715

1088. laya.d3.component.Animator_API3.0 [ 40%]

...als "laya/d3/component/Animator" Animator Class Animator Animator 类用于创建动画组件。 Hierarchy Component Animator Index Constructors constructor Properties _extra _singleton cullingMode owner runInEditor scriptPath CULLINGMODE_ALWAYSANIMATE CULLINGMODE_CULLCOMPLETELY Accessors avatar awa...

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

1089. 和原生Dom交互 · LayaAir3.3 · 引擎文档 · LAYABOX [ 40%]

...感觉不到。那么我们就来修改下,看看怎么改变样式。 //创建隐藏的file并且把它和按钮对齐。达到位置一致,这里我们默认在0点位置 var file:any = Laya.Browser.document.createElement("input"); //设置file样式 file.style="filter:alpha(opacity=0);opacity...

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

1090. laya.d3.utils.Physics3DUtils_API3.0 [ 40%]

...ics3DUtils(): Physics3DUtils Defined in laya/d3/utils/Physics3DUtils.ts:45 创建一个 Physics 实例。 Returns Physics3DUtils Properties Static COLLISIONFILTERGROUP_ALLFILTER COLLISIONFILTERGROUP_ALLFILTER: number = -1 Defined in laya/d3/utils/Physics3DUtils.ts:42 所有过滤 Static COLLISIONFIL...

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