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

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

871. 2.0里Texture方法有改变吗? [ 57%]

...有通过一个的名字(字符串)来获取该的方法?似get class by name [闪退!!!][崩溃!!Crash]LayaNative 2.8.0 js 调用 oc 同步方法,有返回值的时候崩溃 如何检测Animation动画播放完毕后去执行方法? 问题状态 最新活动: 2018-10-29 15:04 浏览:...

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

872. eval替换,提供下Browser.window.eval()替换方法 [ 57%]

...有通过一个的名字(字符串)来获取该的方法?似get class by name 引擎有没有管理或访问系统剪贴板的方法函数 有没有Unity3d的Vector3.Angle(计算两个三维向量之间的角度)这样的方法?或求3D抛物线移动的方法或算法。 LayaAir 2D...

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

873. Button属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 57%]

...laya.ui.Button; import laya.utils.Handler; import laya.webgl.WebGL; public class ComponentDemo { //按钮资源路径 private var skin:String = "./res/img/btn_test.png"; public function ComponentDemo() { //初始化引擎,设置宽高并开启WebGL渲染模式 Laya.init(1334,750, WebGL); //设置...

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

874. 不能成功调用 DiaLog Close 关闭方法 [ 57%]

...ck); // 初始化 UI 界面显示 this.reset(); } // 注册 Start Laya.class(Start,"Start",_super); var _proto = Start.prototype; // 初始化 UI 界面显示 _proto.reset = function(){ } _proto.onBeginClick = function(){ dialog.close(); restart(); } _proto.onLinkClick = function(){ alert("***")...

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

875. 图集打包后使用Texture不显示,项目整个已经传上来了 [ 57%]

...Laya.Loader; import Texture = Laya.Texture; import Handler = Laya.Handler; class GameMain{ constructor() { Laya.init(600,400); this.hahaha(); } private hahaha(): void { var assets: Array<any> = []; assets.push({ url: "res/start.json", type: Loader.ATLAS}); Laya.loader.load(assets, Handler.crea...

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

876. TS项目怎么通过OC调用一个JS函数 [ 57%]

TS项目怎么通过OC调用一个JS函数 ts中的代码: class Native {     private setNativeListener(): void {         alert("oc call me to do someing");    } }   oc代码: [[conchRuntime GetIOSConchRuntime] runJS:@"Laya.Native.setNativeListener()"];   Laya改成Window也不行!  ...

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

877. laya.d3.core.render.BaseRender [ 57%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames BaseRenderProperties | Methods Packagelaya.d3.core.renderClasspublic class BaseRenderInheritanceBaseRender EventDispatcher ObjectImplements laya.resource.IDestroySubclasses GlitterRender, MeshRender, ShurikenParticleRend...

来源: laya_api 发布时间: 20170929

878. laya.resource.Resource_API3.0 [ 57%]

...ted Externals Only exported Menu Globals "laya/resource/Resource" Resource Class Resource Resource 资源存取。 Hierarchy EventDispatcher Resource BaseTexture BaseShader TextTexture HTMLCanvas BitmapFont Prefab Material Mesh Texture AtlasResource AnimationClip AnimatorController AnimationClip2...

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

879. 自定义页面基的时候,会自动添加Laya命名空间导致报错 [ 57%]

...己的BaseView) declare module Laya{//在这个module里添加     class BaseView extends Scene{}//继承自Scene }里加上自己定义的页面,然后在编辑页面F9的Code导入里写上引用和赋值   import BaseView from "../BaseView"; Laya.BaseView = BaseView 2019-09-06 0 1 分...

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

880. laya.d3.resource.RenderTexture [ 57%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RenderTextureProperties | Methods | Constants Packagelaya.d3.resourceClasspublic class RenderTextureInheritanceRenderTexture BaseTexture laya.resource.Bitmap //RenderTexture 用于创建渲染目标。 Public Propert...

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