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

大约有 1,062 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0066 秒)

781. laya.display.Sprite [ 53%]

...s No Frames SpriteProperties | Methods | Events Packagelaya.displayClasspublic class SpriteInheritanceSprite Node EventDispatcher ObjectSubclasses AnimationBase, PerfHUD, Scene, Stage, Text Sprite 是基本的显示图形的显示列表节点。 Sprite 默认没有宽高,默认不接受鼠标...

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

782. LayaNative原生调用Laya问题 [ 53%]

...nGetUniqueIdCompleteHandler(" + uniqueId + ")"); 在Laya中声明如下: public static function onGetUniqueIdCompleteHandler($uniqueId:String):void { trace("uniqueId : " + uniqueId); } 结果调用的时候报错如下: 03-23 17:01:51.162 8838-9056/com.korea.googleplay I/LayaBox: alert=undefined...

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

783. laya.display.Sprite [ 53%]

...s No Frames SpriteProperties | Methods | Events Packagelaya.displayClasspublic class SpriteInheritanceSprite Node EventDispatcher ObjectImplements laya.display.ILayoutSubclasses AnimationPlayerBase, Component, DialogManager, GridSprite, MapLayer, MovieClip, Particle2D, Scene, Skeleton, Stage, Tex...

来源: laya_api 发布时间: 20170929

784. laya.ui.AdvImage [ 53%]

...ames No Frames AdvImageProperties | Methods | Events Packagelaya.uiClasspublic class AdvImageInheritanceAdvImage Image UIComponent Sprite Node EventDispatcher Object 广告插件 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Bool...

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

785. Laya.Handler.create 加载图片回调参数问题 [ 53%]

...容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 135*****305 public static function create(caller:*, method:Function, args:Array = null, once:Boolean = true):Handler {             if (_pool.length) return _pool.pop().setTo(caller, method, args, once);            ...

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

786. LayaAir中字符串转xml [ 53%]

...017-02-15 18:33 浏览: 1254 关注: 2 人 yurong3000 • 2017-02-21 10:55 public static function stringToXMLDom(value:String):XmlDom { var xml:XmlDom; /*[IF-SCRIPT-BEGIN] if(document.all) {   xml=new ActiveXObject("Microsoft.XMLDOM");   xml.loadXML(value); } else { xml = new DOMPa...

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

787. laya.physics.PhysicsDebugDraw [ 53%]

...s PhysicsDebugDrawProperties | Methods | Events Packagelaya.physicsClasspublic class PhysicsDebugDrawInheritancePhysicsDebugDraw Sprite Node EventDispatcher Object 物理辅助线,调用PhysicsDebugDraw.enable()开启,或者通过IDE设置打开 Public Properties Hide Inherited Public Propert...

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

788. config.jsh中无法使用confirm [ 52%]

...////////////////////////////////java////////////////////////////////////// public static void showError(){ Log.e("showerror","show"); new AlertDialog.Builder(MainActivity.my_activity).setTitle("error" ).setMessage("加载游戏失败,可能由于您的网络不...

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

789. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 52%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/WebXR/core/WebXRSessionManager" WebXRSessionManager Class WebXRSessionManager Manages an XRSession to work with layaAir engine author miner H...

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

790. scaleMode 用法 [ 52%]

...幕长宽比,自动选择使用SCALE_FIXED_WIDTH或SCALE_FIXED_HEIGHT*/ public static const SCALE_FIXED_AUTO:String = "fixedauto";

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