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

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

441. 3D变换 · LayaAir3.4 · 引擎文档 · LAYABOX [ 62%]

... void { var rot: Vector3; if (isRadian) { rot = rotation; } else { Vector3.scale(rotation, Math.PI / 180.0, Transform3D._tempVector30); rot = Transform3D._tempVector30; } Quaternion.createFromYawPitchRoll(rot.y, rot.x, rot.z, Transform3D._tempQuaternion0); if (isLocal) { Quaternion.multiply(this._lo...

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

442. 输入设备-指南针 [ 62%]

...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load(compassImgPath, Handler.create(this, this.init)); } init() { const Gyroscope = Laya.Gyroscope, Event = Laya.Event; // 创建罗盘 this.createC...

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

443. 高级应用-实时阴影 [ 62%]

...LayaAirIDE让项目开发更高效。Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; var scene = Laya.stage.addChild(new Laya.Scene()); var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Lay...

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

444. laya.utils.Timer [ 62%]

...delta : int[read-only] 两帧之间的时间间隔,单位毫秒。Timer  scale : Number = 1 时针缩放。TimerPublic Methods  MethodDefined By  Timer(autoActive:Boolean = true) 创建 Timer 类的一个实例。 Timer  callLater(caller:*, method:Function, args:Array = null):void 延迟执...

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

445. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 62%]

...   map.dir = directory;                     var scaleRate = 1;                     if (this._data.meta && this._data.meta.scale && this._data.meta.scale != 1) {                         scaleRate = parse...

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

446. 骨骼动画-换装 [ 62%]

...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#ffffff"; Stat.show(); this.startFun(); } startFun() { const Templet = Laya.Templet, Event = Laya.Event; const mAniPath = "res/spine/spineRes2/goblins.sk"; mFactory = new...

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

447. laya.maths.Matrix [ 62%]

... Matrix 对象。 Matrix  destroy():void 销毁此对象。 Matrix  getScaleX():Number 获取 X 轴缩放值。 Matrix  getScaleY():Number 获取 Y 轴缩放值。 Matrix  identity():Matrix 将本矩阵设置为单位矩阵。 Matrix  invert():Matrix 执行原始矩阵的逆转换。 Matri...

来源: laya_api 发布时间: 20170929

448. laya.d3.physicscannon.shape.CannonCompoundColliderShape_API3.0 [ 62%]

... SHAPEORIENTATION_UPZ Accessors localOffset localRotation type Methods _setScale addChildShape bindRigidBody clone cloneTo destroy getChildShapeCount removeChildShape updateLocalTransformations Constructors constructor new CannonCompoundColliderShape(): CannonCompoundColliderShape Overrides CannonCo...

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

449. 微信小游戏中iPhoneX的适配问题 [ 61%]

...(750, 1334, Laya.WebGL);     //设置适配模式     Laya.stage.scaleMode = "exactfit";     //实例一个背景     var bg = new Laya.Image();     bg.skin = "res/bg.png";     Laya.stage.addChild(bg); })();    在layaIDE,微信开发者工具模拟器,和iPho...

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

450. laya.d3.math.native.ConchVector3_API3.0 [ 61%]

...ot equals lerp max min multiply normalize scalarLength scalarLengthSquared scale subtract transformCoordinate transformQuat transformV3ToV3 transformV3ToV4 Constructors constructor new ConchVector3(x?: number, y?: number, z?: number, nativeElements?: Float32Array): ConchVector3 Defined in laya/d3/ma...

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