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

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

291. laya.ui.AdvImage_API3.0 [ 48%]

...8-09-19 Hierarchy Image AdvImage Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnabl...

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

292. laya.ui.Tree_API3.0 [ 48%]

...ee; import laya.utils.Browser; import laya.utils.Handler; public class Tree_Example { public function Tree_Example() { Laya.init(640, 800); Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll...

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

293. laya.device.media.Video_API3.0 [ 48%]

...于Video支持的所有事件参见:http://www.w3school.com.cn/tags/html_ref_audio_video_dom.asp。 注意: 在PC端可以在任何时机调用play()因此,可以在程序开始运行时就使Video开始播放。但是在移动端,只有在用户第一次触碰屏幕后才可以调用play()...

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

294. laya.ui.Dialog_API3.0 [ 48%]

...age { import laya.ui.Dialog; import laya.utils.Handler; public class Dialog_Example { private var dialog:Dialog_Instance; public function Dialog_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.lo...

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

295. laya.display.Animation_API3.0 [ 48%]

...; import laya.net.Loader; import laya.utils.Handler; public class Animation_Example { public function Animation_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 init();//初始化 } private function init():vo...

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

296. laya.display.Stage_API3.0 [ 47%]

...耗电。 Hierarchy Sprite Stage Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize canvasDegree canvasRotation designHeight designWidth focus hitTestPrior mouseThrough name renderingEnabled screenAdaptationEnabled tag useRetinalCanvas ALIGN_BOTTOM ALIGN_...

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

297. tween有这个一个bug [ 46%]

...1, null); this.SceneShareDark(); }); share.btSignUp.on('click',this, SignUp_Func); var timeLine = new Laya.TimeLine(); timeLine.addLabel("ZoomIn",0).to(share.btShare,{scaleX:0.9, scaleY:0.9},400,Laya.Tween.cubicOut,0) .addLabel("ZoomOut",0).to(share.btShare,{scaleX:1.0, scaleY:1.0},400,Laya.Tween.cu...

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

298. IDE不能运行调试提示:Chrome error: Error:... [ 44%]

...rome error: Error:... 运行IDE提示:Chrome error: Error: spawn F:\woody_code\layabox\LayaAirIDE\LayaAir.exe ENOENT 配置文件如图,ide路径也如图 LayaAir.exe是能够找到的,用Chorme模式调试则出现: Chrome error: Error: spawn C:/Program Files (x86)/Google/Chrome/Application...

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

299. 加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” [ 43%]

...ype 'Node'.[39m at error (D:\Software\Develop\LayaAirIDE\resources\app\node_modules\rollup\dist\rollup.js:9402:30) at Object.error (D:\Software\Develop\LayaAirIDE\resources\app\node_modules\rollup\dist\rollup.js:15621:24) at Object.error (D:\Software\Develop\LayaAirIDE\resources\app\node_modules\rol...

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

300. layacmd在centOS 6.5上运行出错 [ 43%]

...ode-v8.9.0-linux-x64/bin/node', '/data/tools/node-v8.9.0-linux-x64/lib/node_modules/layacmd/ProjectExportTools/LayaAirCmdTool.max.js', '/data/ebuild/gongdou/gongdouH5/laya/.laya', 'clear=true', 'releasemode=normal', 'exportUICode=true', 'exportRes=true' ] type: Linux appPath: /data/tools/node-v8.9.0...

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