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

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

611. 3D中摄像机绕物体旋转该如何实现? [ 49%]

...e; /// <summary> /// Around center. /// </summary> //public target: Transform3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3); ...

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

612. 多摄像机窗口的使用(JavaScript-3D基础(JS)-LayaAir3D之Camera) [ 49%]

...空间的视口 与 `viewport` 屏幕像素坐标的视口 这两个都是 get/set方法。所以在修改摄影机视口参数时不能单纯的知识修改视口参数,还需要对视口重新赋值。 > 动态修改摄影机视口 ```typescript Laya.timer.once(3000,this,function () { //获取...

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

613. laya.d3.component.AnimatorState_API3.0 [ 48%]

...clipStart name speed Accessors clip Methods _addReference _clearReference _getReferenceCount _removeReference addScript clone cloneTo getScript getScripts Constructors constructor new AnimatorState(): AnimatorState Defined in laya/d3/component/AnimatorState.ts:81 创建一个 AnimatorState 实例。...

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

614. 官方案例里摄像机绕物体旋转脚本的问题 [ 48%]

...e; /// <summary> /// Around center. /// </summary> //public target: Transform3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3); ...

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

615. 多摄像机窗口的使用(TypeScript-3D基础(TS)-LayaAir3D之Camera) [ 48%]

...空间的视口 与 `viewport` 屏幕像素坐标的视口 这两个都是 get/set方法。所以在修改摄影机视口参数时不能单纯的知识修改视口参数,还需要对视口重新赋值。 > 动态修改摄影机视口 ```typescript Laya.timer.once(3000,this,function ():void { //获...

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

616. laya.d3.core.particleshuriken.module.shape.ConeShape_API3.0 [ 48%]

...ticleShuriKen/module/shape/BaseShape.ts:31 粒子类型 Accessors angleDEG get angleDEG(): number set angleDEG(deg: number): void Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:46 发射角度0-360 Returns number Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:...

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

617. laya.ani.bone.Templet_API3.0 [ 48%]

...mory _setCreateURL _setGPUMemory buildArmature deleteAniData destroy event getAniDuration getAniNameByIndex getAnimation getAnimationCount getAnimationDataWithCache getNodeCount getNodeIndexWithName getNodeKeyFrame getNodes getNodesCurrentFrameIndex getOriginalData getOriginalDataUnfixedRate getPubl...

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

618. List组件拖动浏览时item会出现重叠的现象 [ 48%]

...me出现错误: Error processing launch: Error Could not attach to main target iphone自带浏览器页面怎么锁定 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误...

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

619. 内存释放问题 [ 48%]

...on): void { ResUIModuleManager.poolModulResDic.set(bigao.Utils.GlobalUtils.getClassNameClass(className), { resNames: resAltlasName, time: Laya.timer.currTimer }); ResUIModuleManager.loadModuleByName(resAltlasName, className, (cn) => { let sv: any = ui.UIControl.instance.showView(cn); showComplete...

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

620. 多摄像机窗口的使用(ActionScript-3D基础(AS3)-LayaAir3D之Camera) [ 48%]

...空间的视口 与 `viewport` 屏幕像素坐标的视口 这两个都是 get/set方法。所以在修改摄影机视口参数时不能单纯的知识修改视口参数,还需要对视口重新赋值。 > 动态修改摄影机视口 ```typescript Laya.timer.once(3000,this,function ():void { //获...

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