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

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

1001. 让 CylinderMesh 支持椎体 [ 30%]

...更新了? FBXTools支持V-Ray插件的渲染吗? byteArray支持么? SCRIPT445: 对象不支持此操作 laya编辑器为什么不支持直接编辑器中添加序列帧动画 Layabox环境不支持 原生 js的 websocket 3d支持直接调手机的拍照和上传功能吗 laya支持批处理调...

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

1002. 网络通信 · LayaAir3.0文档 · LAYABOX [ 28%]

...。 1,属性 属性 类型 描述 onreadystatechange function 一个JavaScript函数对象,当readyState属性改变时会调用它。 readyState unsigned short 请求的五种状态 response varies 响应实体的类型由 responseType 来指定, 可以是 ArrayBuffer ,Blob, Document, J...

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

1003. 动画状态机详解 · LayaAir3.0文档 · LAYABOX [ 28%]

...码如下: ... import Vector3 = Laya.Vector3; ... export class AnimationScript extends Laya.AnimatorStateScript { ... private model: Laya.Sprite3D; /**@internal */ setPlayScriptInfo(animator: Laya.Animator | Laya.Animator2D, layerindex: number, playstate: Laya.AnimatorState | Laya.AnimatorState2D)...

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

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

...置创建一个名为cameraroot 的sprit3D,给它添加一个cameraMoveScript脚本组件,然后​cameraroot.addchild创建一个摄像机,设置好摄像机的默认位置角度使其朝向物体就行了 2017-07-14 1 1 分享 微博 QZONE 微信 183*****755 赞同来自: 需要开发者参...

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

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

...例里摄像机绕物体旋转脚本的问题 官方案例里的CameraMoveScripts在2.0版本下有很多接口,属性不存在。比如this.camera.moveForward、 super._initialize(owner)、super._update(state)等,放在1.7版本里是有的。是不是LayaAir.d.ts有修改。现在有别的接...

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

1006. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 26%]

...上一杯红茶,写下了laya的故事。 工具及涉及:layaide+typescript+pomelo+tiledmap+其他工具 项目类型:mmorpg 人员:zom(客户端) + arrow(服务端) 进度:单机体验状态,实现 摇杆,切图,释放技能(由于人员和精力有限还需要处理公...

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

1007. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 25%]

... const { regClass, property } = Laya; @regClass() export class CameraMoveScript extends Laya.Script3D { /** @private */ protected _tempVector3: Laya.Vector3 = new Laya.Vector3(); protected lastMouseX: number = 0; protected lastMouseY: number = 0; protected yawPitchRoll: Laya.Vector3 = new Laya.Vecto...

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

1008. 构建app闪退,测试app扫码可以运行 [ 22%]

...art: art/runtime/java_vm_ext.cc:470] t.src:function(){for(var e,t=document.scripts,i=t.length-1,n=i;n>0;n--)if("interactive"===t[n].readyState){e=t[n].src;break}retutTO 2019-03-15 08:45:13.438 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470] �|�`r��|�@���|� 201...

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

1009. 使用3D摄像机 · LayaAir3.0文档 · LAYABOX [ 21%]

...rty } = Laya; @regClass() export default class CameraControll extends Laya.Script { @property( { type: Laya.Sprite3D } ) public target: Laya.Sprite3D; private camera: Laya.Camera; public distanceUp: number = 0.5;//相机与目标的竖直高度参数 public distanceAway: number = 10;//相机与目...

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

1010. 3D粒子编辑模块 · LayaAir3.0文档 · LAYABOX [ 19%]

...rticle3D } from "./Particle3D"; @regClass() export class Main extends Laya.Script { //粒子特效的路径 private filePath = "FireEffect"; onStart() { console.log("Game start"); //加载粒子特效资源 Laya.loader.load(this.filePath, Handler.create(this, () => { })); } //每次鼠标点下...

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