大约有 2,053 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0103 秒)
...Request发送Post请求有Bug? Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 自从layaflash起,就一直存在的bug 问题状态 最新活动: 2019-09-10 10:18 浏览: 2125 关注: 2 人
来源: Laya_社区 发布时间: 20180405
...复 cuixueying 赞同来自: chunjine 你参考下这种分包方式 1、创建好一个项目,并规划好要分包的模块 2、创建module.def文件,内容为要分包出来的js模块的命名和要分包模块的路径 3、在分包的类下添加编译宏,强制编译 4、在layaAir主...
来源: Laya_社区 发布时间: 20161020
...nent Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeI...
来源: Laya2.0_api 发布时间: 20190513
...blic Methods MethodDefined By BaseTexture(format:int, mipMap:Boolean) 创建一个 BaseTexture 实例。 BaseTexture _getSource():*[override] 获取纹理资源。 BaseTexture generateMipmap():void 通过基础数据生成mipMap。 BaseTextureProtected Methods MethodDefined By _dispo...
来源: Laya2.0_api 发布时间: 20190513
...put Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boo...
来源: Laya2.0_api 发布时间: 20190513
...中应用和显示这个img。我们新建个项目。这里用AS语言来创建项目。代码如下: ```java package { import laya.display.Sprite; public class LayaUISample { public function LayaUISample() { //初始化引擎 Laya.init(600, 400); Laya.stage.bgColor ="#cccccc"; var data:String= "...
来源: Laya2.0_文档 发布时间: 20210715
...lobals "laya/maths/Matrix4x4" Matrix4x4 Class Matrix4x4 Matrix4x4 类用于创建4x4矩阵。 Hierarchy Matrix4x4 Implements IClone Index Constructors constructor Properties elements DEFAULT DEFAULTINVERT ZERO Methods clone cloneByArray cloneTo decomposeTransRotMatScale decomposeTransRotScale decomp...
来源: Laya3.0_api 发布时间: 20231115
...D(): RenderContext3D Defined in laya/d3/core/render/RenderContext3D.ts:171 创建一个 RenderContext3D 实例。 Returns RenderContext3D Properties configPipeLineMode configPipeLineMode: PipelineMode = "Forward" Defined in laya/d3/core/render/RenderContext3D.ts:57 设置渲染管线 Static clientHe...
来源: Laya3.0_api 发布时间: 20231115
EXT:webgl support OES_vertex_array_object! LayaAir2.0 创建项目 语言javascript 根据教程https://ldc2.layabox.com/doc/?nav=zh-js-1-0-1复制教程代码,F5,调试控制台提示EXT:webgl support OES_vertex_array_object! 结果黑屏 2018-10-12 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20181012
...nceRenderTexture BaseTexture laya.resource.Bitmap //RenderTexture 类用于创建渲染目标。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By anisoLevel : int 各向异性等级 BaseTexture currentActive : RenderTexture[static] [read-onl...
来源: Laya2.0_api 发布时间: 20190513