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

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

731. laya.net.URL [ 62%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames URLProperties | Methods Packagelaya.netClasspublic class URLInheritanceURL Object URL 提供URL格式化,URL版本管理的。 引擎加载资源的时候,会自动调用formatURL函数格式化URL路径 通过bas...

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

732. laya.d3.core.MeshFilter_API3.0 [ 62%]

... Externals Only exported Menu Globals "laya/d3/core/MeshFilter" MeshFilter Class MeshFilter MeshFilter 用于创建网格过滤器。 Hierarchy Component MeshFilter Index Constructors constructor Properties _extra _singleton owner runInEditor scriptPath Accessors awaked destroyed enabled hideFlag...

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

733. 小白请教 为什么我的ts文件里的Laya显示找不到名称“Laya” [ 62%]

...邀请: 与内容相关的链接 提交 1 个回复 bpmf_d 赞同来自: class test_HelloLaya { constructor() { //创建舞台,默认背景色是黑色的 Laya.init(1280, 720); var txt = new Laya.Text(); //设置文本内容 txt.text = "Hello Layabox"; //设置文本颜色为白色,默认颜色...

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

734. 富文本使用图集 [ 62%]

...,使用ani的标签,但是我用了后会提示我 [error] Undefined class: ani 这是我哪里用的不对吗?   Laya.loader.load("res/1.json", Handler.create(this, createAnimation), null, Loader.ATLAS);  public function createAnimation():void         {             var appen...

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

735. laya.d3.component.LODGroup_API3.0 [ 62%]

...Externals Only exported Menu Globals "laya/d3/component/LODGroup" LODGroup Class LODGroup SpotLight 用于构建LOD组件 Hierarchy Component LODGroup Implements IBoundsCell Index Constructors constructor Properties _extra _singleton owner runInEditor scriptPath Accessors awaked bounds destroyed ...

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

736. 怎么实现同一个工程内分包? [ 62%]

....StageScaleMode; import flash.events.Event; import login.LoginView; public class Main extends Sprite { public function Main():void { if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); } private function init(e:Event = null):void { removeEventListener(Event.ADDED_TO_STAGE, init); t...

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

737. List属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 62%]

....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_文档 发布时间: 20210715

738. laya.d3.core.MeshRenderer [ 62%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MeshRendererProperties | Methods Packagelaya.d3.coreClasspublic class MeshRendererInheritanceMeshRenderer BaseRender EventDispatcher ObjectSubclasses SkinnedMeshRenderer MeshRenderer 用于网格渲染器。 Public Pr...

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

739. webgl模式下对Panel组件旋转时Panel子对象显示错误的BUG! [ 62%]

...  测试demo(直接新建项目,拷贝代码即可) // 程序入口 class GameMain{ constructor() { // Laya.init(1280,720); //无问题 Laya.init(1280,720,Laya.WebGL);//有问题 console.log(Laya.version); var testSpriteRotation:PanelRotationTest = new PanelRotationTest(Laya.Sprite); testSpri...

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

740. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1SkinTangent [ 62%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexPositionNormalColorTexture0Texture1SkinTangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTexture0Texture1SkinTangentInheritanceVertexPositionNormalColorTexture0Texture1Sk...

来源: laya_api 发布时间: 20170929