大约有 709 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
...或返回是否在加载完成后随即播放音频/视频*/ public var autoplay:Boolean; /**返回表示音频/视频已缓冲部分的 TimeRanges 对象*/ public var buffered:*; /**设置或返回音频/视频是否显示控件(比如播放...
来源: Laya_社区 发布时间: 20170228
...DemoLabel类:package { // import laya.ui.Label; import laya.webgl.WebGL; public class DemoLabel { public function DemoLabel() { Laya.init(800, 600, WebGL); Laya.stage.bgColor = "#232628"; //---------------------------------这是用我自己写的label继承了官方的label,问题是label显示...
来源: Laya_社区 发布时间: 20170516
... @prop {name:intType, tips:"整数类型示例", type:Int, default:1000}*/ public intType: number = 1000; /** @prop {name:numType, tips:"数字类型示例", type:Number, default:1000}*/ public numType: number = 1000; /** @prop {name:strType, tips:"字符串类型示例", type:String, default:"hello...
来源: Laya_社区 发布时间: 20181215
...i 目前只有以下的滤镜和混合模式 /**@private 模糊滤镜。*/ public static const BLUR:int = 0x10; /**@private 颜色滤镜。*/ public static const COLOR:int = 0x20; /**@private 发光滤镜。*/ public static const GLOW:int = 0x08; public static const NAMES:Array = /*[STATIC SAFE]*/["...
来源: Laya_社区 发布时间: 20170303
...于 2.1.0版本 Vector3 的疑问 如下:2.1.0的Vector3 /**@private */ public static const _ZERO:Vector3 =/*[STATIC SAFE]*/ new Vector3(0.0, 0.0, 0.0); /**@private */ public static const _ONE:Vector3 =/*[STATIC SAFE]*/ new Vector3(1.0, 1.0, 1.0); /**@private */ public static const _NegativeUnitX:...
来源: Laya_社区 发布时间: 20190706
...astValue: number = null; private targets: Array<Laya.Sprite> = null; public static instance: ColorTool = null; private targetsFilter: Laya.ColorFilter = null; private _persent: number = 0; protected constructor() { this.targets = new Array<Laya.Sprite>(); } /** * 实例 */ public static ...
来源: Laya_社区 发布时间: 20180930
...链接 提交 2 个回复 Laya_Aaron 赞同来自: static public const TYPE_TEXT:String = "text"; /** password 类型用于密码域输入。*/ static public const TYPE_PASSWORD:String = "password"; /** email 类型用于应该包含 e-...
来源: Laya_社区 发布时间: 20180607
...rowser.ExportJavaFunction; /** * Created by Administrator on 2017/7/19. */ public class YIMMain { private final String TAG = "MarketTest"; private final static String strAppKey = "123132123";//你申请的App Key private final static String strSecrect = "1231312312312312312312";//你申请的App Sec...
来源: Laya_社区 发布时间: 20170722
... import laya.maths.Size; import laya.ui.Image; public class ProcessTimer extends Sprite { public var img:Image; public var maskSp:Sprite; public var percent:Number; public var type:String = "PROGRESS_TIMER_TYP...
来源: Laya_社区 发布时间: 20180404
... import mx.core.UIComponent; public var cabId:int = 0; public var U:int = 42; public var frameFace:int = 1; public function add(child:UIComponent):void ...
来源: Laya_社区 发布时间: 20180202