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

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

441. laya.d3.core.SimpleSkinnedMeshSprite3D_API3.0 [ 74%]

...innedMeshSprite3D Index Constructors constructor Properties _extra _scene _url name tag LIGHTMAP LIGHTMAPSCALEOFFSET LIGHTMAP_DIRECTION PICKCOLOR REFLECTIONCUBE_HDR_PARAMS REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMIN REFLECTIONCUBE_PROBEPOSITION REFLECTIONTEXTURE SAHDERDEFINE_LIGHTMAP SHADE...

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

442. 用laya开发出来的app包,如果用webview 调用一些app 是否不可以? [ 74%]

...p;quot;);//打开webview window. conch.closeExternalLink();//关闭webview url制空 window. conch.hideWebview();//隐藏webview  url保持不变 window. conch.showWebview();//显示webview  url保持不变 iframe:    window.postRuntimeMessage({xx:123}) 给加速器发消息 window.addEventListe...

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

443. laya.resource.RenderTexture2D_API3.0 [ 74%]

...eraTarget _renderTarget depthStencilTexture destroyedImmediately lock name url uuid DEBUG _clearColor _clearLinearColor defuv flipyuv Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture depthStencilFormat destroyed dimension filterMode format gammaCorrection gammaSpace generate...

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

444. laya.d3.core.MeshSprite3D [ 74%]

...Node transform : Transform3D[read-only] 获取精灵变换。 Sprite3D url : String 获取资源的URL地址。 Sprite3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  MeshSprite3D(mesh:BaseMesh = null, name:String = null) 创建一个 MeshSprite3D ...

来源: laya_api 发布时间: 20170929

445. Laya3D [ 74%]

...efined By  Laya3D() 创建一个 Laya3D 实例。 Laya3D  _cancelLoadByUrl(url:String):void[static] private Laya3D  init(width:Number, height:Number, config:Config3D = null, compolete:Handler = null):void[static] 初始化Laya3D相关设置。 Laya3DPublic Constants ConstantDefined By  ANIM...

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

446. laya.d3.resource.RenderTextureCube_API3.0 [ 74%]

...ipmap _inPool _isCameraTarget _renderTarget destoryedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel colorFormat compareMode cpuMemory defaultTexture depthStencilFormat depthStencilTexture destroyed dimension filterMode format gammaCorrection gammaSpace generateDepthTexture...

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

447. laya.resource.NativeRenderTexture2D_API3.0 [ 74%]

...eraTarget _renderTarget depthStencilTexture destroyedImmediately lock name url uuid DEBUG defuv flipyuv Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture depthStencilFormat destroyed dimension filterMode format gammaCorrection gammaSpace generateMipmap gpuMemory height id isC...

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

448. 基础文本 · LayaAir3.0文档 · LAYABOX [ 74%]

...语法如下表所示: 语法结构 示例代码 语句说明 [img]image_url[/img] [img]atlas/comp/image.png[/img] 显示一张图片 [url=link_href]text[/url] [url='www.layabox.com']蓝亚盒子[/url] 显示一个超级链接 [b]text[/b] [b]这些字是粗体[/b] 设置文本为粗体 [i]text[/i]...

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

449. HttpRequest 回调方法都没执行 LayaAir 1.7.17 beta JS版本 [ 74%]

...st 回调方法都没执行 LayaAir 1.7.17 beta JS版本 function postData(url,request) { this.http = new Laya.HttpRequest(); //new一个HttpRequest类 this.http.once(Laya.Event.PROGRESS,this,this.onProgress); //数据传输中 this.http.once(Laya.Event.COMPLETE,this,this.onComplete); //数据传输...

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

450. 3d特效克隆时,在手机会现卡顿情况,特效资源已经提前在加载 [ 74%]

...化时自动销毁          * **/         public function Load(url:String,isGroup:Boolean):void {             _path = UrlConfig.EFFECT_PATH_3D+url;             var itemComplete:Sprite3D =  Laya.loader.getRes(_path);             if(itemComplete == null || itemCo...

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