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

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

2101. laya.d3.math.native.ConchVector3_API3.0 [ 52%]

...Only exported Menu Globals "laya/d3/math/Native/ConchVector3" ConchVector3 Class ConchVector3 Vector3 类用于创建三维向量。 Hierarchy ConchVector3 Implements IClone Index Constructors constructor Properties elements ForwardLH ForwardRH NAN NegativeUnitX ONE UnitX UnitY UnitZ Up ZERO Accesso...

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

2102. textinput移除后再添加会将之前的内容全部赋值给全部input [ 52%]

...回复 陆仁毅 赞同来自: 为世界献上奇迹 在core.js包里的,class Input .... 他的 _focusOut方法 加上这行话 2019-10-28 1 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 没有复现 2019-10-22 0 1 分享 微博 QZONE 微信 为世界献上奇迹 赞同来自:   2019-10-...

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

2103. [2.2.0] ColorFilterSetter组件无法使用 [ 52%]

...不多说直接看例子    undefined preload.js:55 Error: "Can not find class laya.effect.ColorFilterSetter" laya.core.js:29646 at getCompInstance (file:///D:/WQSG/Documents/testLayaFont/testLayaFont2/bin/libs/laya.core.js:29646:13)   at createComp (file:///D:/WQSG/Documents/testLayaFont/testLay...

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

2104. 粒子动画透明度问题 [ 52%]

...: 拷贝替换......................................................  //class laya.particle.shader.ParticleShader extends laya.webgl.shader.Shader var ParticleShader=(function(_super){     function ParticleShader(){         ParticleShader.__super.call(this,ParticleShader.vs,ParticleShad...

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

2105. FontChip不能显示 [ 52%]

... * fontClip.value = "a1326";//显示"a1326"文字      */     public class FontClip extends Clip {         /**数值*/         protected var _valueArr:String;         /**文字内容数组**/         protected var _indexMap:Object;         /**位图字体内容**/...

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

2106. 材质-BlinnPhong-高光贴图 [ 52%]

...ansform.rotate(this.rotation); dude2.transform.rotate(this.rotation); }); }class BlinnPhong_SpecularMap { private scene:Laya.Scene; private rotation:Laya.Vector3 = new Laya.Vector3(0, 0.01, 0); private specularMapUrl:any = ["../../res/threeDimen/skinModel/dude/Assets/dude/headS.png", "../../res/thre...

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

2107. laya.net.Loader [ 52%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames LoaderProperties | Methods | Events | Constants Packagelaya.netClasspublic class LoaderInheritanceLoader EventDispatcher Object Loader 类可用来加载文本、JSON、XML、二进制、图像等资源。 Public Prope...

来源: laya_api 发布时间: 20170929

2108. 加载.lh文件 运行后黑屏 无法显示 [ 52%]

...一下  图片为运行的结果 import GameConfig from "./GameConfig";  class Main {     //private scene:Laya.Scene3D;     private text:Laya.Text;     private _upVector3:Laya.Vector3 = new Laya.Vector3(0, 1, 0);     constructor() {         this._upVector3 = new Laya.Vector...

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

2109. 分享:IDE使用SWF动画的销毁与反复创建 [ 52%]

...ort laya.utils.Handler;     import view.TestView;          public class LayaUISample {                  public function LayaUISample() {             //初始化引擎             Laya.init(600, 400);             start();         }         p...

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

2110. 如何过滤拥有相同name的节点对象? [ 52%]

...储和使用 简单示例: package { import laya.display.Sprite; public class LayaAirDemo { public function LayaAirDemo() { Laya.init(550,400); var box:Sprite=new Sprite(); var sp1:Sprite=new Sprite(); sp1.name="aaa"; var sp2:Sprite=new Sprite(); sp2.name="aaa"; var sp3:Sprite=new Sprite(); sp3.na...

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