大约有 1,063 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0057 秒)
Laya_社区(391) Laya2.0_api(241) laya_api(189) Laya2.0_文档(81) Laya_示例(65) Laya2.0_示例(51) Laya3.0_api(32) Laya3.0_文档(13)
...erHandler); } protected function createItems():void { _items = ; for(var i:int = 0; i < 100; i++) { var image:Image = new Image("comp/clip_num.png"); image.size(240, 27); _items.push(image); } _list.array = _items; } protected function renderHandler(cell:Sprite, index:int):void { removeAllChildre...
来源: Laya_社区 发布时间: 20170323
...7f60d265c8>:0) LayaAir3D.exportResource (System.Boolean isDebug, System.Int32 Platformindex, System.String lastname) (at <8191b0b4723d4658b95c167f60d265c8>:0) LayaAir3D.ExportResources () (at <8191b0b4723d4658b95c167f60d265c8>:0) LayaAir3D.OnGUI () (at <8191b0b4723d4658b95c167f60d2...
来源: Laya_社区 发布时间: 20201218
...d : Boolean = false 表示声音是否已暂停。 SoundChannel loops : int 循环次数。 SoundChannel position : Number[read-only] 获取当前播放时间,单位是秒。 SoundChannel startTime : Number 播放声音开始时间。 SoundChannel url : String 声音地址。 SoundChan...
来源: Laya2.0_api 发布时间: 20190513
...。 `parallaxTextureScale:Number` 视差贴图缩放系数。 `renderMode:int` [write-only] 设置渲染模式。 `smoothness:Number `光滑度。 `smoothnessSource:int` 光滑度数据源。 `smoothnessTextureScale:Number` 光滑度缩放系数。 `tilingOffset:Vector4` 纹理平铺和偏移。 ###...
来源: Laya2.0_文档 发布时间: 20210714
...本IDE默认类型)*/ public static const FOLDER_VERSION:int = 1; /**基于文件名映射管理方式(新版本IDE默认类型)*/ public static const FILENAME_VERSION:int = 2; 2018-03-11 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 ...
来源: Laya_社区 发布时间: 20180115
...? 根据api callback必须是一个 to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false):Tween Tween.to(this.body, { x: (config[this.type].width / 2) + 10, y: (config[this.type].heightp / 2) + 45 }, 500,Laya.Handler.cre...
来源: Laya_社区 发布时间: 20171111
...遮罩 显示出来的内容与画的遮罩图形不相同 private var px:int = 200; private var py:int = 500; private var maskSPArr:Array = [["moveTo", px+0, py+0], ["lineTo", px+100, py+0], ["lineTo", px+100, py+20], ["lineTo", px+200, py+20], ["lineTo", px+200, py+60],...
来源: Laya_社区 发布时间: 20161116
...tartY:Number = 500; private var mFactory:Templet; private var mActionIndex:int = 0; private var mCurrIndex:int = 0; private var mArmature:Skeleton; private var mCurrSkinIndex:int = 0; private var mFactory2:Templet; private var mLabelSprite:Sprite; public function Skeleton_SpineEvent() { WebGL.enable...
来源: Laya_示例 发布时间: 20260303
... */ public function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false):Tween { return _create(target, props, duration, ease, complete, delay, coverBefore, true, false, true); ...
来源: Laya_社区 发布时间: 20180621
...t laya.utils.Handler; public class Loader_Sequence { private var numLoaded:int = 0; private var resAmount:int = 3; public function Loader_Sequence() { Laya.init(500, 400); // 按序列加载 monkey2.png - monkey1.png - monkey0.png // 不开启缓存 // 关闭并发加载 Laya.loader.maxLoader = 1; L...
来源: Laya2.0_示例 发布时间: 20260303