大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0064 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...不成熟的小建议 建议把scene里的静态方法: static load(url: string, complete?: Handler, progress?: Handler): void; static open(url: string, closeOther?: boolean, param?: any, complete?: Handler, progress?: Handler): void; static close(url: string, name?: string): boolean; static close...
来源: Laya_社区 发布时间: 20181128
...串 */ public static urlEncode(param:any, key?:any, encode:boolean = true):string{ if (param == null) return ''; var paramStr = ''; var t = typeof (param); if (t == 'string' || t == 'number' || t == 'boolean') { paramStr += '&' + key + '=' + ((encode == null || encode) ? encodeURIComponent(param...
来源: Laya_社区 发布时间: 20170628
...,以60的帧率运行。*/ public static const FRAME_FAST:String = "fast"; /**慢速模式,以30的帧率运行。*/ public static const FRAME_SLOW:String = "slow"; /**自动模式,以30的帧率运行,但鼠标活动后会自动加速...
来源: Laya_社区 发布时间: 20170610
...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用...
来源: laya_api 发布时间: 20170929
...遮罩层。Layer mask : int[read-only] 取蒙版值。 Layer name : String名字。Layer number : int[read-only] 取编号。 Layer visible : Boolean 取是否显示。 Layer visibleLayers : int[static] 取Layer显示层。 LayerProtected Properties PropertyDefined By _activeLaye...
来源: laya_api 发布时间: 20170929
...Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...ient extends Laya.Script { /** @prop {name:text, tips:"显示文本", type:String, default:"hello world"}*/ public text: string = "hello world"; /** @prop {name:color, tips:"字符串类型示例", type:String, default:"#0000ff"}*/ public color: string = "#0000ff"; /** @prop {name:layoutType, tips:"...
来源: Laya_社区 发布时间: 20191103
...活Log系统,使用方法Laya.init(800,600,Laya.Log); Log print(value:String):void[static] 增加日志内容。 Log toggle():void[static] 隐藏/显示日志面板LogProperty DetailmaxCountpropertypublic static var maxCount:int = 20最大打印数量,超过这个数量,则自动清理...
来源: laya_api 发布时间: 20170929
...结构分配。 Public Properties PropertyDefined By elementFormat : StringVertexElement elementUsage : intVertexElement offset : intVertexElementPublic Methods MethodDefined By VertexElement(offset:int, elementFormat:String, elementUsage:int)VertexElementProperty DetailelementFormatp...
来源: laya_api 发布时间: 20170929