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

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

801. laya.d3.resource.TextureCube [ 60%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TextureCubeProperties | Methods | Constants Packagelaya.d3.resourceClasspublic class TextureCubeInheritanceTextureCube BaseTexture laya.resource.Bitmap TextureCube 用于生成立方体纹理。 Public Properties Hid...

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

802. laya.utils.Timer [ 59%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TimerProperties | Methods Packagelaya.utilsClasspublic class TimerInheritanceTimer Object Timer 是时钟管理。它是一个单例,不要手动实例化此,应该通过 Laya.timer 访问。 Public Properties...

来源: laya_api 发布时间: 20170929

803. Tree属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 59%]

....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tree)。 ### 1.1 Tree 组件主要由两个部分组成: - 项单元格(可以是 Box 、页面 View、自定义页面); - 纵向滚动条 VScrollBar; ### 1.2 Tree 组件的单元格通常由四部分...

来源: Laya2.0_文档 发布时间: 20210715

804. [LayaAir3]V3.2 | 调试结果不一致,导致无法判断结果? [ 59%]

...Air3]V3.2 | 调试结果不一致,导致无法判断结果? const { regClass, property } = Laya;  @regClass() export class Main extends Laya.Script {   testData = new Laya.Vector3(1, 1, 1);   @property(Laya.Camera)   camera: Laya.Camera;    onStart() {     //@ts-ignore     window.camer...

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

805. 预加载结束之后还是报lose skin [ 59%]

...aya.Texture){ console.log("加载结束"); } Log输出内容 Warning!,this class[MiniAdpter] already exist: Object {} 加载进度: 0.3 加载进度: 0.8999999999999999 加载进度: 1 加载结束 lose skin lose skin lose skin lose skin lose skin 2018-03-14 添加评论 免费帖 --> 分享 微博 ...

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

806. QQ玩一玩 API 中没有 BKLaya.tools.BinaryLoader 的定义 [ 59%]

...ya.bkadapter 有封装了 BKWebSocket,但是 /** *... *@author ww */ //class BKLaya.adptclass.BKWebSocket var BKWebSocket=(function(){ function BKWebSocket(url){ this._socket=null; this.onopen=null; this.onmessage=null; this.onclose=null; this.onerror=null; this._socket=new BK.WebSocket(url); va...

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

807. LayaNative 原生发布 APK Oppo R15 奔溃 其他正常 [ 59%]

...activity ComponentInfo{com.angelport.apptest/demo.MainActivity}: java.lang.ClassNotFoundException: Didn't find class "demo.MainActivity" on path: DexPathList[[zip file "/data/app/com.angelport.apptest-Lo_yTvpJWT9iznFcVx-p0w==/base.apk"],nativeLibraryDirectories=[/data/app/com.angelport.apptest-Lo_yT...

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

808. HttpRequest详解(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 59%]

...va package { import laya.events.Event; import laya.net.HttpRequest; public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); var xhr:HttpRequest = new HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler)...

来源: Laya2.0_文档 发布时间: 20210715

809. 如何拓展材质shader? [ 59%]

...材质属性拷贝的时候会出现不正确的结果   export default class LayaBlinnPhongExt extends Laya.BlinnPhongMaterial {     public CopyAttribute_ASKLaya(baseMat: Laya.BlinnPhongMaterial) {                var layaBlinnPhongExt:LayaBlinnPhongExt=this;         var laya...

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

810. 单选框组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 59%]

...需要添加如下的示例代码,实现脚本控制Radio: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Radio }) public radio: Laya.Radio; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方...

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