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

大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0063 秒)

511. list里面可以加入多个view吗? [ 87%]

...import laya.ui.View; import laya.utils.Browser; import laya.utils.Handler; public class LayaAirDemo { private var list:List; public function LayaAirDemo() { Laya.init(Browser.width,Browser.height); Laya.stage.bgColor="#EEFFCC"; Laya.loader.load("res/atlas/comp.json",Handler.create(this,onLoaded),nul...

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

512. 2.0按钮添加事件报错 cannot read property 'on' fof undefined [ 86%]

...ui代码贴出来 export class login_bgUI extends View {         public btn_close:Laya.Button;         public lab_account:Laya.TextInput;         public btn_login:Laya.Button;         public lab_password:Laya.TextInput;         public btn_register:Laya.Button;...

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

513. laya.d3.core.pixelLine.PixelLineRenderer [ 86%]

... PixelLineRendererProperties | Methods Packagelaya.d3.core.pixelLineClasspublic class PixelLineRendererInheritancePixelLineRenderer BaseRender EventDispatcher Object PixelLineRenderer 类用于线渲染器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Prop...

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

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

...laya.net.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

515. 请问这是原因? [ 86%]

...ya.utils.Browser; import laya.webgl.WebGL; import laya.wx.mini.MiniAdpter; public class LayaSample { public var sprite:Sprite = new Sprite(); public function LayaSample() { //初始化引擎 MiniAdpter.init(); Laya.init(Browser.width, Browser.height,WebGL); Laya.stage.scaleMode = "full"; Laya.stage....

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

516. 动画混合问题,Avatar动画混合报错. [ 86%]

...zziness',//眩晕 }  export default class RoleBase extends Laya.Script3D{ public nGrade:number = 0; public nSpeed:number = 5;  public sprite:Laya.Sprite3D = null;  public animator:Laya.Animator = null;  public Init(){ this.sprite = this.owner as Laya.Sprite3D; this.animator = this.sprite.getComp...

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

517. laya.d3.resource.Texture2D [ 86%]

...ames No Frames Texture2DProperties | Methods Packagelaya.d3.resourceClasspublic class Texture2DInheritanceTexture2D BaseTexture laya.resource.Resource Texture2D 二维纹理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By defaulteTexture ...

来源: laya_api 发布时间: 20170929

518. laya.d3.core.particle.Particle3D [ 86%]

...erties | Methods | Events | Constants Packagelaya.d3.core.particleClasspublic class Particle3DInheritanceParticle3D RenderableSprite3D Sprite3D Node EventDispatcher Object Particle3D 3D粒子。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined ...

来源: laya_api 发布时间: 20170603

519. laya.d3.resource.TextureCube [ 86%]

...es No Frames TextureCubeProperties | Methods Packagelaya.d3.resourceClasspublic class TextureCubeInheritanceTextureCube BaseTexture laya.resource.ResourcePublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  defaulteTexture : BaseTexture[overrid...

来源: laya_api 发布时间: 20170929

520. laya.d3.component.animation.CameraAnimations [ 86%]

...onsProperties | Methods | Events Packagelaya.d3.component.animationClasspublic class CameraAnimationsInheritanceCameraAnimations KeyframeAnimations Component3D EventDispatcher Object CameraAnimations 类用于创建摄像机动画组件。 Public Properties Hide Inherited Public Properties Show I...

来源: laya_api 发布时间: 20170603