大约有 3,031 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0064 秒)
Laya_社区(1088) Laya3.0_api(672) Laya2.0_api(368) laya_api(298) Laya2.0_文档(233) Laya_示例(146) Laya2.0_示例(118) Laya3.0_文档(108)
...,编译报错 Laya 新建ts工程,空项目编译报错 Warning!,this class[MiniAdpter] already exist: Object 2018-04-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 这个只是一个...
来源: Laya_社区 发布时间: 20180410
API DocumentationAll Packages | All Classes | Index | Frames No Frames BaseTextureProperties | Methods | Constants Packagelaya.resourceClasspublic class BaseTextureInheritanceBaseTexture laya.resource.BitmapSubclasses RenderTexture2D, Texture2D BaseTexture 纹理的父类,抽象类,不...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames TweenProperties | Methods Packagelaya.utilsClasspublic class TweenInheritanceTween Object Tween 是一个缓动类。使用此类能够实现对目标对象属性的渐变。 Public Properties PropertyDefined By prog...
来源: Laya2.0_api 发布时间: 20190513
...的链接 提交 1 个回复 陆仁毅 赞同来自: laya.physics.js 的 class ColliderBase 找他的 _onEnable方法。 按照这个改下试试 2019-10-29 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 十分滑稽 相关问题 sprite...
来源: Laya_社区 发布时间: 20191029
...{ 'use strict'; function DEB(str){ console.debug("[res]"+str); } class MiniFileMgr { static isLocalNativeFile(url) { for (var i = 0, sz = MiniAdpter.nativefiles.length; i < sz; i++) { if (url.indexOf(MiniAdpter.nativefiles[i]) != -1) return true; } return false; } static getFileInfo(fil...
来源: Laya_社区 发布时间: 20200103
...办法指定,只能创建完ts文件,手动修改interface或abstract class代码,如果在创建时有一个选项感觉会方便很多,个人建议 附件 : --> 2016-12-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20161219
Laya2.8.0的wxmini类库小BUG反馈 class MiniFileMgr { static isLocalNativeFile(url) { for (var i = 0, sz = MiniAdpter.nativefiles.length; i < sz; i++) { if (url.indexOf(MiniAdpter.nativefiles[i]) == 0) return true; } return false; }[/i] (Laya2.8.0切换类库后发现)判断不应为==0 ...
来源: Laya_社区 发布时间: 20201107
... Globals "laya/d3/component/Volume/VolumetricGI/VolumetricGI" VolumetricGI Class VolumetricGI Hierarchy Volume VolumetricGI Index Constructors constructor Properties _extra _singleton intensity owner probeCounts probeStep runInEditor scriptPath Accessors awaked boundsMax boundsMin destroyed distance...
来源: Laya3.0_api 发布时间: 20231115
...= Laya.Handler; import Stat = Laya.Stat; import WebGL = Laya.WebGL; export class TiledMap_SimpleDemo { private tiledMap: TiledMap; private mLastMouseX: number = 0; private mLastMouseY: number = 0; private mX: number = 0; private mY: number = 0; constructor() { // 不支持WebGL时自动切换至Canv...
来源: Laya_示例 发布时间: 20251209
....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.List)。 ### 1.1 创建 List 组件 #### 1.编辑列表项。 列表项可以是 Box 对象或 View(页面) 或其它自定义页面对象。此处以Box 对象为例。 **a.**从资源面板里选...
来源: Laya2.0_文档 发布时间: 20210714