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

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

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

...ial = new Laya.StandardMaterial(); //漫反射贴图 fishmaterial.diffuseTexture = Laya.Texture2D.load("fish/denglongyu/denglongyu1.jpg"); fish.meshRender.material = fishmaterial; fish.transform.localScale = new Laya.Vector3(0.001,0.001,0.001); fish.transform.localPosition = new Laya.Vector3(0,1,0);...

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

622. FontChip不能显示 [ 78%]

...fontLable = new laya.ui.FontClip("dntg/SceneScoreNum.png", 123); fontLable.x = pt_src.x; fontLable.y = pt_src.y; this.addChild(fontLable); 2018-04-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 w1114367261 赞...

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

623. 微信小游戏和手q引擎插件使用避坑指南 [ 78%]

...体就能少个一两兆的诱惑于是开始了尝鲜之路。    laya1.x版本第一个正式支持该功能的版本是1.8.6的正式版(1.8.6beta有选项但是没效果),最后通过清测跟一顿折下还是把问题搞定了,记录下中间碰到的问题,以及附上1.x,2.x可以直...

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

624. laya.ui.RadioGroup [ 78%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RadioGroupProperties | Methods | Events Packagelaya.uiClasspublic class RadioGroupInheritanceRadioGroup UIGroup Box Component Sprite Node EventDispatcher Object RadioGroup 控件定义一组 Radio 控件,这些控件...

来源: laya_api 发布时间: 20170929

625. laya.ui.VScrollBar [ 78%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在...

来源: laya_api 发布时间: 20170929

626. Laya 3D里的Camera镜头默认朝向? [ 78%]

...界里是朝向那个方向呢?还有旋转镜头vector(-30,0,0)是沿着X轴向内还是向外旋转呢,哪个方向是正,哪个方向是负呢,初学者望指点一二。或者有没有入门的3D教程,官方的教程已经看了,不是指laya3d引擎的入门教程。比如介绍镜...

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

627. laya.map.TileAniSprite [ 78%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TileAniSpriteProperties | Methods | Events Packagelaya.mapClasspublic class TileAniSpriteInheritanceTileAniSprite Sprite Node EventDispatcher Object TildMap的动画显示对象(一个动画(TileTexSet),可以...

来源: laya_api 发布时间: 20170929

628. laya.ui.Component [ 78%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ComponentProperties | Methods | Events Packagelaya.uiClasspublic class ComponentInheritanceComponent Sprite Node EventDispatcher ObjectImplements IComponentSubclasses Box, Button, Clip, ColorPicker, ComboBox, Image, Lab...

来源: laya_api 发布时间: 20170929

629. laya.ui.ScaleBox [ 78%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ScaleBoxProperties | Methods | Events Packagelaya.uiClasspublic class ScaleBoxInheritanceScaleBox Box UIComponent Sprite Node EventDispatcher Object 自适应缩放容器,容器设置大小后,容器大小始终保...

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

630. AS翻译成JS的时候能不能自动进行类型转换啊?不然每个地方都要手动在AS进行手动添加强制转换 [ 78%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? Texture图片能否进行翻转? IDE通过.ui自动生成的ui代码报错 为什么给Sprite容器添加点击事件没反应 3d 添加灯光 模型变的黑呼呼的 很多黑面 JS 是没有自动补全提示...

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