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

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

4101. laya.d3.physics.shape.MeshColliderShape_API3.0 [ 44%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

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

4102. laya.d3.resource.models.SkyBox_API3.0 [ 44%]

...troy setDrawArrayParams setDrawElemenParams Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Inherited property Inherited method Inherited accessor Enumeration Interface Static property

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

4103. 屏幕方向:自动横屏与自动竖屏的设置详解(JavaScript-LayaAir基础篇(JS)-屏幕适配) [ 44%]

...名称正确。 #### screenModeDemo.ts 示例代码如下: ```javascript function showScreen() { //图片 var img = new Laya.Image(); img.centerX = 0; img.centerY = -70; img.skin = "res/monkey2.png"; Laya.stage.addChild(img); //文字 var text = new Laya.Label(); text.text = "游戏的水平方向...

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

4104. LayaAir DebugPanel 调试工具(ActionScript-2D进阶篇(AS3)-调试相关) [ 44%]

...a.debug.DebugPanel; import laya.display.Sprite; public class Main { public function Main() { //初始化舞台 Laya.init(1334,750); //调用DebugPanel调试面板 Laya.enableDebugPanel(); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; var Img:Sprite = new Sprite(); //添加到舞台 Laya.st...

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

4105. laya.filters.ColorFilter_API3.0 [ 44%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

4106. laya.d3.graphics.MeshInstanceGeometry_API3.0 [ 44%]

...troy setDrawArrayParams setDrawElemenParams Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Accessor Inherited property Inherited method Inherited accessor Enumeration Interface

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

4107. 请教下微信小游戏的内存和数据缓存? [ 44%]

...存在,但没渲染出。 导微信小程序报错window.focus is not a function 请教下微信小游戏的内存和数据缓存? 问题状态 最新活动: 2018-01-22 11:56 浏览: 6704 关注: 4 人 sfg007 • 2018-02-01 17:46 虚拟机? hill_0219 • 2018-02-05 09:48 手机 hw520ok • 201...

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

4108. laya.d3.core.pixelline.PixelLineFilter_API3.0 [ 44%]

...troy setDrawArrayParams setDrawElemenParams Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Inherited accessor Enumeration Interface

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

4109. layaAir TS项目如何引用protoBuf库? [ 44%]

...wesome.proto", onAssetsLoaded);         //回调函数         function onAssetsLoaded(err, root){             if (err)                 throw err;             // Obtain a message type             var AwesomeMessage = root.lookup("awesomepackage.Awes...

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

4110. webstorm能编译ts代码到bundle.js 里面吗 [ 44%]

...serify,转换ts到js,并输出到bin/js目录 gulp.task("compile", "", function () { // 发布时调用编译功能,判断是否点击了编译选项 if (global.publish && !global.config.compile) { return; } else if (global.publish && global.config.compile) { // 发布时调用...

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