大约有 1,262 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0053 秒)
Laya3.0_api(409) Laya_社区(375) Laya2.0_api(226) laya_api(168) Laya2.0_文档(49) Laya3.0_文档(25) Laya2.0_示例(7) Laya_示例(3)
...同来自: 自定义一个全局类 例如 Data.ts 在这个类里面用static方法保存数据 其他页面就可以调用 2017-02-17 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 d3maidian 相关问题 Layabox 2.0 bate5 运行编...
来源: Laya_社区 发布时间: 20170217
...;Texture</code> 对象。 */ public static function create(source:*, x:Number, y:Number, width:Number, height:Number, offsetX:Number = 0, offsetY:Number = 0, sour 2018-09-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...
来源: Laya_社区 发布时间: 20180906
...返回创建的handler实例。 */ 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); retur...
来源: Laya_社区 发布时间: 20180704
...canvas; var canvas2 =Laya.init(486, 486, WebGL); canvas2.style.position = "static"; var myvideo = new Video(300,300); myvideo.loop =true; myvideo.load('./1509963067y5fz3.mp4') Laya.stage.addChild(myvideo); myvideo.play() 2017-12-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20171223
...ce instantiate load Constructors constructor new Sprite3D(name?: string, isStatic?: boolean): Sprite3D Overrides Node.constructor Defined in laya/d3/core/Sprite3D.ts:142 创建一个 Sprite3D 实例。 Parameters Default value name: string = null 精灵名称。 Default value isStatic: boolean = fal...
来源: Laya3.0_api 发布时间: 20231115
...化成小写 于是就在下面数组中找不到对应类。报错 public static var _classMap:Object = {'Sprite': 'laya.display.Sprite', 'Text': 'laya.display.Text','animation': 'laya.display.Animation', 'Animation': 'laya.display.Animation', 'Skeleton': 'laya.ani.bone.Skeleton', 'Particle2D': 'la...
来源: Laya_社区 发布时间: 20180312
... ) 前往OPPO官网文档([https://cdofs.oppomobile.com/cdo-activity/static/201810/26/quickgame/documentation/games/use.html](https://cdofs.oppomobile.com/cdo-activity/static/201810/26/quickgame/documentation/games/use.html))我们找到`安装 runtime.apk 包到 OPPO 手机上`这个栏目,...
来源: Laya2.0_文档 发布时间: 20210715
...提交 1 个回复 wudi199553 赞同来自: class () 方法 public static function class(functionRef:Function, fullQulifiedName:String, superClass:Function, miniName:String):void 在JS中,通过Laya.class来定义类,同时可以指定其继承关系。 参数 functionRef:Functio...
来源: Laya_社区 发布时间: 20171219
... AtlasResourceManager类里面有个大图管理数量,默认是6 public static function __init__():void { atlasTextureWidth = 2048; atlasTextureHeight = 2048; maxTextureCount = 6; atlasLimitWidth = 512; atlasLimitHeight = 512; } 当图量超标时就会出现破图;总算找到问题所在了...
来源: Laya_社区 发布时间: 20190111
...tY right rotation scaleX scaleY scene scene3D scrollRect skewX skewY stage staticCache texture timer top transform url viewport visible width x y zOrder root Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close co...
来源: Laya3.0_api 发布时间: 20231115