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

大约有 1,534 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0058 秒)

1101. 用Socket连接服务器,服务端显示已经有登录,但Event.OPEN没有触发 [ 51%]

...t.Socket;     import laya.utils.Byte;               public class CConnector extends Socket     {         protected var sendBuf:Byte = null;         protected var recvBuf:Byte = null;                  public function CConnector()         { ...

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

1102. laya.ani.AnimationPlayer [ 51%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationPlayerProperties | Methods | Events Packagelaya.aniClasspublic class AnimationPlayerInheritanceAnimationPlayer EventDispatcher ObjectImplements laya.resource.IDestroy AnimationPlayer 用于动画播放器。...

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

1103. laya.components.Script [ 51%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ScriptProperties | Methods Packagelaya.componentsClasspublic class ScriptInheritanceScript Component Object Script 用于创建脚本的父,该为抽象,不允许实例。 组件的生命周期 Public Pro...

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

1104. 使用3DUI · LayaAir3.0文档 · LAYABOX [ 51%]

...在根节点上添加Runtime,添加逻辑代码如下: const { regClass } = Laya; import { BloodBarBase } from "./BloodBar.generated"; import { Main } from "./Main"; @regClass() export class BloodBar extends BloodBarBase { onAwake(): void { this.bar.value = 1; this.value.visible = false; Laya...

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

1105. 画了一个封闭的曲线,获取鼠标点击处的像素,为何坐标对不上导致拿不到正确位置的Texture? [ 51%]

...vas; import laya.resource.Texture; import rain.core.StageReferance; public class Main { private var _view:Sprite; public function Main() { Config.isAntialias = true;//抗锯齿 //初始化引擎 Laya.init(1024, 768); //Stat.show(); Laya.stage.bgColor = "#ccc"; Laya.stage.scaleMode = Stage.SCALE_SHOW...

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

1106. laya.d3.core.light.DirectionLightCom_API3.0 [ 51%]

...rted Menu Globals "laya/d3/core/light/DirectionLightCom" DirectionLightCom Class DirectionLightCom DirectionLight 用于创建平行光。 Hierarchy Light DirectionLightCom Index Constructors constructor Properties _extra _singleton color owner runInEditor scriptPath Accessors awaked destroyed en...

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

1107. 分享:图集资源做位图文本的工具(知道fontclip组件的可以略过了,之前一直没注意到这个组件) [ 51%]

...据实际情况修改。有需要的可以参考下/* * 位图字体; */ class BPFont extends Laya.Sprite { // 文本内容 private _text: string; // 水平排列方式 private _align: string; // 资源前缀 private resFix: string; // 间距 private _padding: number; // 位图集合 private chars: ...

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

1108. 为什么自定义shader大图正常,小图就被缩小了 [ 51%]

...s.iNum = 0; function myShaderSprite() { myShaderSprite.super(this); } Laya.class(myShaderSprite, "myShaderSprite", _super); /* 初始化此 texture纹理对象 vb顶点数组 ib顶点索引数组 */ myShaderSprite.prototype.init = function(texture,width_Size,height_Size,vb,ib){ this.vBu...

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

1109. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 51%]

...混排谷歌浏览器查看正常打包后的APP文字消失表情变大 class CAffiche { private textfiled:Laya.HTMLDivElement; public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay...

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

1110. laya.d3.core.Transform3D [ 51%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Transform3DProperties | Methods Packagelaya.d3.coreClasspublic class Transform3DInheritanceTransform3D EventDispatcher Object Transform3D 用于实现3D变换。 Public Properties PropertyDefined By  dummy : Animat...

来源: laya_api 发布时间: 20170929