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

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

481. laya.map.TileAniSprite_API3.0 [ 40%]

...displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer tr...

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

482. Laya 绑定显示内容到骨骼动画 [ 40%]

...=null;         this.inheritScale=true;         this.inheritRotation=true;         this.rotation=NaN;         this.resultRotation=NaN;         this.d=-1;         this._tempMatrix=null;         this._sprite=null;         this.resultTransf...

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

483. UI布局计算bug [ 40%]

...文本下划线绘制bug 1.7.20beta有bug,帧属性面板打不开 计算rotate旋转值 有没有Unity3d的Vector3.Angle(计算两个三维向量之间的角度)这样的方法?或求3D抛物线移动的方法或算法。 Label组件字体大小计算不对 微信6.7.2版本3D显示BUG 一...

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

484. laya.maths.Vector3_API3.0 [ 40%]

...向量。 Returns void Static transformQuat transformQuat(source: Vector3, rotation: Quaternion, out: Vector3): void Defined in laya/maths/Vector3.ts:80 根据四元数旋转三维向量。 Parameters source: Vector3 源三维向量。 rotation: Quaternion 旋转四元数。 out: Vector3 输出三...

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

485. laya.particle.Particle2D_API3.0 [ 40%]

...eight displayWidth displayedInStage drawCallOptimize emitter filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY source stage staticCache template ...

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

486. laya.media.SoundNode_API3.0 [ 40%]

...displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D isMusic loop mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playEvent rotation scaleX scaleY scene scrollRect skewX skewY source stag...

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

487. StaticModel_MeshSample例子运行不起来 [ 40%]

...m.translate(new Laya.Vector3(0, 0.8, 1.5));         camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false);         var mesh = scene.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("../../res/threeDimen/staticModel/sphere/sphere-Sphere001.lm"))) as Laya.MeshSprite3D;       ...

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

488. laya.map.GridSprite_API3.0 [ 40%]

...displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer tr...

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

489. localRotationEulerY旋转位置错误 [ 40%]

localRotationEulerY旋转位置错误 import { ui } from "./../ui/layaMaxUI"; /**  * 本示例采用非脚本的方式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可和场景进行关联  * 相比脚本方式,继承式页面类...

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

490. rigidBody.applyForce 对刚体应用力,物体没有移动 [ 40%]

...sform.translate(new Laya.Vector3(0, 6, 9.5));         camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false);         camera.addComponent(CameraMoveScript);         camera.clearFlag = Laya.BaseCamera.CLEARFLAG_SOLIDCOLOR;         //方向光         let directionLight ...

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