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

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

201. laya.d3.component.Animator_API3.0 [ 64%]

...ontrollerLayer getCurrentAnimatorPlayState getDefaultState hasHideFlag linkSprite3DToAvatarNode onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate play removeState unLinkSprite3DToAvatarNode Constructors constructor new Animator(): Animator Ov...

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

202. 音频节点 · LayaAir3.0文档 · LAYABOX [ 64%]

...lass() export class NewScript extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.SoundNode }) public sound: Laya.SoundNode; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): vo...

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

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

...有下面几部分构成: 动画状态机组件 Animator Component :是Sprite3D上的一个组件,用来控制动画状态机的接口。 动画状态机文件 Animator Controller :是一个文件,用来执行整个状态机逻辑,驱动动画状态运行,执行状态切换。同时定...

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

204. 3D模式下使用Tween使模型移动如何写法 [ 64%]

...型移动如何写法 //载入并显示鱼模型 var fish = new Laya.MeshSprite3D(Laya.Mesh.load("fish/denglongyu/denglongyuANI-denglongyu.lm")); scene.addChild(fish); var fishmaterial = new Laya.StandardMaterial(); //漫反射贴图 fishmaterial.diffuseTexture = Laya.Texture2D.load("fish/denglongyu...

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

205. 导入缩放过带有MeshCollide时出错,Cannot read property 'setLocalScaling' of undefined [ 63%]

...)     at PhysicsCollider.__proto._setActive (laya.core.js:7072)     at Sprite3D.__proto._activeHierarchy (laya.core.js:13777)     at Sprite3D.__proto._activeHierarchy (laya.core.js:13784)     at Scene3D.__proto._activeHierarchy (laya.core.js:13784)     at Scene3D.__proto._processActive (la...

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

206. LayaAir里面的拖尾如何使用? [ 63%]

...过这个拖尾的同学吗?这个应该怎样使用呢? new Laya.TrailSprite3D() new Laya.TrailMaterial() 2018-07-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 这个类是给unit...

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

207. 3d对象使用addChild后localPosition没有变化 [ 63%]

...wner * @param child */ static addChildHelper(owner: Laya.Node, child: Laya.Sprite3D) { let position = child.transform.position.clone() let rotation = child.transform.rotation.clone() let scale = child.transform.getWorldLossyScale().clone() owner.addChild(child) child.transform.position = position ch...

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

208. VR场景-VR场景 [ 63%]

...t laya.d3.core.BaseCamera; import laya.d3.core.Camera; import laya.d3.core.Sprite3D; import laya.d3.core.VRCamera; import laya.d3.core.light.DirectionLight; import laya.d3.core.scene.Scene; import laya.d3.math.Vector3; import laya.d3.resource.TextureCube; import laya.d3.resource.models.SkyBox; impor...

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

209. phasorSpriter3D 无法使用 [ 63%]

...答(最新版本:1.7.16) TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 使用3D时候,Property 'getCompo...

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

210. HTMLDivElement使用滤镜时显示异常 [ 63%]

...layaAirIDE2 ,跟着官网敲hello world 例子,为什么不显示? sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? LayaAirIDE下如...

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