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

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

21. ScrollRect设置会引起其他的UI资源无法正在显示 [ 85%]

...ort laya.ui.Image; import laya.utils.Handler; import ui.TestViewUI; public class TestView extends TestViewUI { private var PATH_LEN:Number = 120.0; private var speed:Number = 15; private var _path:Sprite = new Sprite(); private var arr:Array = []; public function TestView() { super(); _path.pivot(0,...

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

22. laya.net.URL_API3.0 [ 85%]

...cted All Inherited Externals Only exported Menu Globals "laya/net/URL" URL Class URL URL 提供URL格式化,URL版本管理的类。 引擎加载资源的时候,会自动调用formatURL函数格式化URL路径 通过basePath属性可以设置网络基础路径 通过设置customFormat函数,...

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

23. 路径显示会添加DrawCall,每增加一条路径都会添加,有什么办法降DrawCall [ 84%]

...t laya.utils.Handler; import ui.TestDialogUI; import ui.TestViewUI; public class TestView extends TestViewUI { private var PATH_LEN:Number = 120.0; private var speed:Number = 15; private var _path:Sprite = new Sprite(); private var _path2:Sprite = new Sprite(); private var arr:Array = ; private var ...

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

24. Could not locate valid Java executable. Configure nextgenas.java, add to $PATH, or set $JAVA_HOME. [ 84%]

...请先登录 发起人 geminl 相关问题 Laya2.1.0 JS调用Java PlatformClass undefined Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path 真是醉了这个问题都有人问过了 也没见有答复的Uncaught TypeError: Cannot set property 'roleAni' of undefined js...

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

25. Could not locate valid Java executable. Configure nextgenas.java, add to $PATH, or set $JAVA_HOME. [ 84%]

...先登录 发起人 begincsdn 相关问题 Laya2.1.0 JS调用Java PlatformClass undefined Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path 真是醉了这个问题都有人问过了 也没见有答复的Uncaught TypeError: Cannot set property 'roleAni' of undefined js...

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

26. 绘制矩形与圆角矩形(ActionScript-LayaAir基础篇(AS3)-矢量图) [ 84%]

...y.Sprite;     import laya.display.Stage;            public class Sprite_DrawShapes     {         private var sp:Sprite;                    public function Sprite_DrawShapes()         {             Laya.init(500, 300);      ...

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

27. Could not locate valid Java executable. Configure nextgenas.java, add to $PATH, or set $JAVA_HOME. [ 84%]

...请先登录 发起人 Dervish 相关问题 Laya2.1.0 JS调用Java PlatformClass undefined Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path 真是醉了这个问题都有人问过了 也没见有答复的Uncaught TypeError: Cannot set property 'roleAni' of undefined js...

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

28. laya.net.URL [ 83%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames URLProperties | Methods Packagelaya.netClasspublic class URLInheritanceURL Object URL 类用于定义地址信息。 Public Properties PropertyDefined By  basePath : String[static] 基础路径。URL  customFormat :...

来源: laya_api 发布时间: 20170929

29. 绘制矩形与圆角矩形(TypeScript-LayaAir基础篇(TS)-矢量图) [ 83%]

... = Laya.Sprite;     import Stage = Laya.Stage;       export class Sprite_DrawShapes {         private sp: Sprite;           constructor()         {             //初始化舞台             Laya.init(500, 300);           ...

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

30. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 83%]

...*************************************************************************/ class DollGunRole extends GunRole{  public _box: GunBox; // toset: /** 飞行的范围, 用于计算飞行路径 */ private _fly_site:Site = new SiteEntity( 10, 10, -1, 400 );  public static _ani_cached:boolean = false;  /...

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