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

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

351. laya.physics.joint.WheelJoint_API3.0 [ 75%]

...nals Only exported Menu Globals "laya/physics/joint/WheelJoint" WheelJoint Class WheelJoint 轮子关节:围绕节点旋转,包含弹性属性,使得刚体在节点位置发生弹性偏移 Hierarchy JointBase WheelJoint Index Constructors constructor Properties _extra _singleton anchor axis co...

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

352. laya.ani.AnimationTemplet_API3.0 [ 75%]

...ls Only exported Menu Globals "laya/ani/AnimationTemplet" AnimationTemplet Class AnimationTemplet AnimationTemplet 类用于动画模板资源。 Hierarchy Resource AnimationTemplet Templet Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG interpolation Acce...

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

353. 灯光-聚光 [ 75%]

...direction, _quaternion, _direction); spotLight.direction = _direction; }); class SpotLightDemo { private scene: Laya.Scene; private _quaternion: Laya.Quaternion; private _position: Laya.Vector3; constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenM...

来源: Laya_示例 发布时间: 20251130

354. laya.components.Animator2D_API3.0 [ 74%]

...ternals Only exported Menu Globals "laya/components/Animator2D" Animator2D Class Animator2D Animator2D2D动画组件 Hierarchy Component Animator2D Index Constructors constructor Properties _extra _singleton owner runInEditor scriptPath Accessors awaked controller destroyed enabled hideFlags id isPl...

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

355. laya.d3.core.light.PointLightCom_API3.0 [ 74%]

...nly exported Menu Globals "laya/d3/core/light/PointLightCom" PointLightCom Class PointLightCom Hierarchy Light PointLightCom Index Constructors constructor Properties _extra _singleton color owner runInEditor scriptPath Accessors awaked destroyed enabled hideFlags id intensity lightWorldMatrix light...

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

356. laya.d3.core.render.BaseRender_API3.0 [ 74%]

...als Only exported Menu Globals "laya/d3/core/render/BaseRender" BaseRender Class BaseRender Render 类用于渲染器的父类,抽象类不允许实例。 Hierarchy Component BaseRender PixelLineRenderer MeshRenderer BatchRender ShurikenParticleRenderer TrailRenderer UI3D HLODRender StaticBatchMes...

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

357. 其他引擎的Demo-Example_21 [ 74%]

...a.Sprite; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class PIXI_Example_21 { private colors:Array = ["#5D0776", "#EC8A49", "#AF3666", "#F6C84C", "#4C779A"]; private colorCount:number = 0; private isDown:Boolean = false; private path:Array = []; private color:String = this.color...

来源: Laya_示例 发布时间: 20251130

358. BackGround.super(this);这个报错 Cannot read property 'call' of undefined [ 74%]

...te; this.bg.loaImage("war/beijing.png"); this.addchild(this.bg);  }; Laya.class(BackGround,"BackGround",_super) return BackGround; })(Laya.sprite); BackGround.super(this);这个报错 Cannot read property 'call' of undefined 2018-01-10 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 该问...

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

359. 灯光-点光 [ 74%]

...on, _quaternion, _position); pointLight.transform.position = _position; });class PointLightDemo { private scene: Laya.Scene; private _position: Laya.Vector3; private _quaternion: Laya.Quaternion; constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screen...

来源: Laya_示例 发布时间: 20251130

360. 微信小游戏,子域问题。 [ 74%]

...o就报这个错误。 Yangcy • 2018-08-03 11:45 /** @private **/ public class MiniFileMgr{ /**@private 读取文件操作接口**/ private static var fs:* = __JS__('wx.getFileSystemManager()'); /**@private 下载文件接口**/ private static var wxdown:* = __JS__('wx.downloadFile'); 这个类库...

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