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

大约有 3,041 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0083 秒)

2711. 按钮失效,同UI里的一个图片超链接点击后再返回,出现按钮失效。 [ 41%]

...od stub Laya.Browser.window.location.href=data; }   } //绑定父类 Laya.class(StartResource,"StartResource",StarUI);  主界面 红色是dalog 绿色是超链接按钮     点击超链接按钮。 并点击 chrome左上角的返回键。   回到主界面, 点击dalog,dalog失效     --...

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

2712. 自定义场景继承导出,会在自定义类中加入Laya.前缀导致layaMaxUI文件报错 [ 41%]

...了Laya.前缀。   layaMaxUI.ts代码如下   export gm {     export class GmPanelUI extends Laya.Base {         public bg:Laya.Sprite;         public input:Laya.TextInput;         public btnSend:Laya.Button;         public btnClose:Laya.Button;         construct...

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

2713. socket无法连接服务器 [ 41%]

...码: let PORT: number = 8080;     let IP: string = "127.0.0.1"; export class NetSocket extends Laya.Socket{         private static _instance: NetSocket;         public static get instance(): NetSocket {             if (!NetSocket._instance) {                 NetSocket._inst...

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

2714. 分享:简单聊天室 [ 41%]

...events.Event; import laya.utils.Browser; import ui.test.HtmlPageUI; public class HtmlView1 extends HtmlPageUI { private var str:String; private var str2:String; private var isSend:Boolean=false; public function HtmlView1() { super(); // 文本样式一 str="<span color='blue' style=' font" + ":18...

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

2715. laya.d3.math.Matrix4x4 [ 41%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Matrix4x4Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Matrix4x4InheritanceMatrix4x4 ObjectImplements laya.d3.core.IClone Matrix4x4 类用于创建4x4矩阵。 Public Properties PropertyDefined ...

来源: laya_api 发布时间: 20170929

2716. laya.display.Graphics [ 41%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames GraphicsProperties | Methods Packagelaya.displayClasspublic class GraphicsInheritanceGraphics ObjectSubclasses AutoBitmap, GraphicsGL Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或...

来源: laya_api 发布时间: 20170929

2717. 材质的功能介绍(ActionScript-3D基础(AS3)-LayaAir3D之Material材质) [ 41%]

...址](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=3D&class=laya.d3.core.render.BaseRender))。 ​ 获取的材质分为两种类型: ​ 自身材质 **Material**,如果自身材质被修改了,只有自身模型显示进行变化; ​ 共享材质 **SharedMaterial** ...

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

2718. 分享:List相关(Item增删功能) [ 41%]

...laya.ui.Clip; import laya.utils.Handler; import ui.test.ListPageUI; public class LayaUISample { private var listP:ListPageUI;//UI面板 private var arr:Array;//list数据数组 public function LayaUISample() { //初始化引擎 Laya.init(600, 800); Laya.stage.bgColor = "#ffcccc"; //加载界面需...

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

2719. laya.d3.core.material.PBRSpecularMaterial [ 41%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames PBRSpecularMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class PBRSpecularMaterialInheritancePBRSpecularMaterial BaseMaterial laya.resource.Resource PBRSpecularMaterial 类用于实现...

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

2720. laya.ui.ColorPicker [ 41%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ColorPickerProperties | Methods | Events Packagelaya.uiClasspublic class ColorPickerInheritanceColorPicker UIComponent Sprite Node EventDispatcher Object ColorPicker 组件将显示包含多个颜色样本的列表,...

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