大约有 663 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0054 秒)
...down 事件对象的 type 属性值。*/ static MOUSE_DOWN: string; /** 定义 mouseup 事件对象的 type 属性值。*/ static MOUSE_UP: string; /** 定义 click 事件对象的 type 属性值。*/ static CLICK: string; ...
来源: Laya_社区 发布时间: 20170601
希望给spine增加一个showSlotSkinByName(slotName:String, name:String)方法 目前关于spine骨骼动画提供的关于换装的功能有: 其中:showSkinByIndex(skinIndex:int):void 根据spine中的皮肤索引一键换装 showSkinByName(name:String):void 根据在spine中的皮肤起的...
来源: Laya_社区 发布时间: 20161203
...eforLoader extends EventDispatcher { public static const BEFORLOADERFINISH:String = "BeforLoaderFinish"; private const ADDONE:String = "bingan/AddOne.swf"; private const BG:String = "bingan/bg.swf"; private const CDOWNBIN:String = "bingan/cDownBin.swf"; private const CUOLE:String = "bingan/cuole.swf...
来源: Laya_社区 发布时间: 20161213
试图访问该方法时失败。 在 FlashDevelop.MainForm.CallCommand(String name, String tag) 2017-01-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 这个报错应该是你在复制...
来源: Laya_社区 发布时间: 20170126
为什么字符串不能连接? private getRandomColor():String { let arr:Array<String>=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"]; let str:String="#"; for(let i:number=0;i<6;i++){ let index:number=arr.length*Math.random(); str+=arr[index];//在IDE里面这句报...
来源: Laya_社区 发布时间: 20171118
...没留下…… **/ interface ITextFormat { /** * 背景色 */ bgColor?: string; /** * 是否加粗 */ bold?: number; /** * 文本框背景色 */ borderColor?: string; /** * 文本颜色 */ color?: string; /** * 字体 */ font?: string; /** * 字体大小 */ fontSize?: number; /** * 是否为斜体 ...
来源: Laya_社区 发布时间: 20171226
...复 Laya_Aaron 赞同来自: static public const TYPE_TEXT:String = "text"; /** password 类型用于密码域输入。*/ static public const TYPE_PASSWORD:String = "password"; /** email 类型用于应该包含 e-mail 地址的输入...
来源: Laya_社区 发布时间: 20180607
...roid:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name"> <activity android:name="demo.MainActivity" android:screenOrientation="landscape" android:windowSoftInputMode="stateHidden|adjustPan" android:configChanges="keyboard|keyboardHidden|screenLayout|screenSi...
来源: Laya_社区 发布时间: 20170722
...ncodeToPNG() LayaExport.DataManager:saveTextureFile(JSONObject, Texture2D, String, String, String) LayaExport.DataManager:saveLayaParticleLmatData(Material, String) LayaExport.DataManager:getParticleSystemComponentData(GameObject, JSONObject) LayaExport.DataManager:getComponentsData(GameObject, JSON...
来源: Laya_社区 发布时间: 20180907
...tends laya.ui.Label { private var _textFormat:TextFormat; private var _txt:String; private var _lWidth:int; private var _lHeight:int; private var _lx:int; private var _ly:int; public function Label(text:String="") { super(text); } public function get textFormat():TextFormat { return _textFormat; } p...
来源: Laya_社区 发布时间: 20170516