大约有 1,009 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0064 秒)
Laya3.0_api(341) Laya_社区(201) Laya2.0_api(191) laya_api(154) Laya3.0_文档(114) Laya2.0_文档(6) Laya2.0_示例(1) Laya_示例(1)
...s | Index | Frames No Frames ConchVector4Properties | Methods Packagelaya.d3.math.NativeClasspublic class ConchVector4InheritanceConchVector4 ObjectImplements laya.d3.core.IClone Vector4 类用于创建四维向量。 Public Properties PropertyDefined By elements : Float32Array[只读]向...
来源: Laya2.0_api 发布时间: 20190513
...lasses | Index | Frames No Frames Vector4Properties | Methods Packagelaya.d3.mathClasspublic class Vector4InheritanceVector4 ObjectImplements laya.d3.core.IClone Vector4 类用于创建四维向量。 Public Properties PropertyDefined By ONE : Vector4[static] Vector4 UnitW : Vector4[sta...
来源: Laya2.0_api 发布时间: 20190513
...rames No Frames SocketProperties | Methods | Events | Constants Packagelaya.netClasspublic class SocketInheritanceSocket EventDispatcher Object Socket 封装了 HTML5 WebSocket ,允许服务器端与客户端进行全双工(full-duplex)的实时通信,并且允许跨域通信。在建立...
来源: Laya2.0_api 发布时间: 20190513
...| Index | Frames No Frames ParticleSettingProperties | Methods Packagelaya.particleClasspublic class ParticleSettingInheritanceParticleSetting Object ParticleSettings 类是粒子配置数据类 Public Properties PropertyDefined By ageAddScale : Number = 0如果大于0,某些粒子的持...
来源: laya_api 发布时间: 20170929
...事件的侦听器,而是直接侦听列表的ClickItem事件: list.on(Laya.UIEvent.ClickItem, this, this.onClickItem); // 回调函数的第一个参数就是当前被点击的对象 function onClickItem(item: GObject): void { console.log("点击了对象:" + item.title); //获得这个对象...
来源: Laya3.0_文档 发布时间: 20251128
...s No Frames PointLightProperties | Methods | Events | Constants Packagelaya.d3.core.lightClasspublic class PointLightInheritancePointLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object PointLight 类用于创建点光。 Public Properties Hide Inherited Public Properties Show In...
来源: laya_api 发布时间: 20170929
... | Frames No Frames QuaternionProperties | Methods | Constants Packagelaya.d3.mathClasspublic class QuaternionInheritanceQuaternion ObjectImplements laya.d3.core.IClone Quaternion 类用于创建四元数。 Public Properties PropertyDefined By w : NumberW轴坐标Quaternion x : NumberX...
来源: Laya2.0_api 发布时间: 20190513
...| Frames No Frames Rigidbody3DProperties | Methods | Constants Packagelaya.d3.physicsClasspublic class Rigidbody3DInheritanceRigidbody3D PhysicsTriggerComponent PhysicsComponent Component Object Rigidbody3D 类用于创建刚体碰撞器。 Public Properties Hide Inherited Public Properties Show...
来源: Laya2.0_api 发布时间: 20190513
... Frames DirectionLightProperties | Methods | Events | Constants Packagelaya.d3.core.lightClasspublic class DirectionLightInheritanceDirectionLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object DirectionLight 类用于创建平行光。 Public Properties Hide Inherited Public Pro...
来源: laya_api 发布时间: 20170929
...资源商店的引擎库安装包自定义物理引擎库 Author: Charley LayaAir引擎内置了第三方的物理引擎,例如,2D内置了Box2D,3D内置了Bullet和PhysX。 同时,我们也提供了自定义物理引擎库的方案,如果开发者需要接入其它物理引擎到LayaAir...
来源: Laya3.0_文档 发布时间: 20251010