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

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

581. proto as3 [ 62%]

proto as3 message s_11004_c {   repeated objinfo  info = 1; } message objinfo {   required int32 id = 1;   required int32 type = 2;   repeated coordinates xy = 3; } message coordinates {   required string x = 1;   required string y = 2; } 有以下错误提示 Invalid wire type: 7 Invalid wi...

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

582. 怎么让模型原地依照Y轴旋转到 我指定的角度? 角度 如何 转换成 Y轴旋转 的四元数? [ 62%]

...启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 如何获取一个3D模型的长宽高? 3d场景单材质单模型CurMem300多 问题状态 最新活动: 2018-08-23 19:04 浏览: 3386 关注: 3 人

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

583. UI-List [ 62%]

...x; var Image = Laya.Image; var WID = 373, HEI = 85; function Item() { Item.__super.call(this); this.size(WID, HEI); this.img = new Image(); this.addChild(this.img); this.setImg = function(src) { this.img.skin = src; } } Laya.class(Item, "Item", Box); // 主要逻辑代码 var Stage = Laya.Stage; var...

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

584. laya.d3.core.material.PBRStandardMaterial [ 62%]

...Material renderQueue : int 所属渲染队列.BaseMaterial  SHADERDEFINE_ALBEDOTEXTURE : int[static] PBRStandardMaterial  SHADERDEFINE_ALPHAPREMULTIPLY : int[static] PBRStandardMaterial  SHADERDEFINE_EMISSION : int[static] PBRStandardMaterial  SHADERDEFINE_EMISSIONTEXTURE : int[static] PBRS...

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

585. linux系统运行layaair-cmd报错 [ 62%]

...问题了,运行命令时报错: Platform does not support. /data/node_v8/lib/node_modules/layaair-cmd/layaair-cmd-resourceVersion.js:57 exit(1); ^ ReferenceError: exit is not defined at Object.<anonymous> (/data/node_v8/lib/node_modules/layaair-cmd/layaair-cmd-resourceVersion.js:57:3) at ...

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

586. laya.ui.Tree [ 62%]

...tected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent _anchorY : Number = NaNY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心...

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

587. 3D模型在安卓是好的,但是IOS下穿模,很多模型都有问题 [ 62%]

...有问题,好的是安卓的,有问题的是IOS 附件 : --> LayaScene_jingling.zip LayaScene_huizhang.zip 2022-11-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 范范不吃饭饭 赞同来自: 流荒 可...

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

588. 多指操作,会导致闪烁问题 [ 62%]

... in  SingletonList., location: /data/data/com.nearme.instant.platform/app_game/app/com.qire.kpccc.nearme.gamecenter/2/libs/laya.d3.js:0:0     STACK:     [0]n.add@/data/data/com.nearme.instant.platform/app_game/app/com.qire.kpccc.nearme.gamecenter/2/libs/laya.d3.js:17     [1]t._changeTouches@/...

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

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

...uctors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation type Methods _setScale addChildShape bindRigidBody clone cloneTo destroy getChildShapeCount removeChildShape updateLocalTransformations Constr...

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

590. 组件装饰器说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 62%]

... const { regClass, property } = Laya; @regClass() class Animal { private _weight: number = 0; @property( { type : Number } ) get weight() : number { return this._weight; } //如果没有 Setter,则 weight 为只读属性 set weight(value: number) { this._weight = value; } } 2.3 是否序列化保...

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