大约有 49 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0051 秒)
...nfig{ static width:number=640; static height:number=1136; static scaleMode:string="fixedwidth"; static screenMode:string="none"; static startScene:string="test/TestScene.scene"; static sceneRoot:string=""; static debug:boolean=false; static stat:boolean=false; static physicsDebug:boolean=false; stat...
来源: Laya_社区 发布时间: 20181001
...tPoint updateZOrder fromImage Constructors constructor new FontClip(skin?: string, sheet?: string): FontClip Overrides Clip.constructor Defined in laya/ui/FontClip.ts:30 Parameters Default value skin: string = null 位图字体皮肤 Default value sheet: string = null 位图字体内容,空格代...
来源: Laya3.0_api 发布时间: 20231115
...bind(this: Function, thisArg: any, ...argArray: any[]): any; /** Returns a string representation of a function. */ a15715740412 • 2018-01-30 16:31 你们lib.ts中的bind qian • 2018-01-30 16:33 能说一下是哪里的么 我看一下 a15715740412 • 2018-01-30 16:33 lib.d.ts a15715740412 • 2...
来源: Laya_社区 发布时间: 20180130
...ParentPoint updateZOrder fromImage Constructors constructor new Clip(url?: string, clipX?: number, clipY?: number): Clip Overrides UIComponent.constructor Defined in laya/ui/Clip.ts:151 创建一个新的 Clip 示例。 Parameters Default value url: string = null 资源类库名或者地址 Default ...
来源: Laya3.0_api 发布时间: 20231115
... private mDecorate:Decorate;//装饰器 private mHost: string; private mPort: number; private mConnected: boolean; /** 开启*/ public static OPEN: string = "open"; /** 关闭*/ public static CLOSE: string = ...
来源: Laya_社区 发布时间: 20161109
...出现闪烁 试过0,1,2模式都不行 //加载动画 load(aniUrl: string,emoji?:string,complete?:Handler):void{ if (emoji) { this.emoji=emoji; } if (complete) { this.completeHandler = complete; } this.aniUrl = aniUrl; this.templet = new Templet(); this.templet.on(Event.COMPLETE, this, this....
来源: Laya_社区 发布时间: 20180824
粒子动画一直报错uncaught shader error public static var vs:String = __INCLUDESTR__("files/Particle.vs"); public static var ps:String = __INCLUDESTR__("files/Particle.ps");这个2个值一直为null 2017-11-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20171127
...Object child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) 2018-10-29 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ༺永洹༻ 相关问题 Failed to load resource: net::ERR_FILE_NOT_FOUND ani no...
来源: Laya_社区 发布时间: 20180819
...* @param value 属性目标值。 * @return Tween对象。 */ to(propName: string, value: any): this; 除了to()方法,还有from()和go()两种方法可以用于设置缓动的属性: /** * @zh 缓动对象的属性从指定值到当前值。 * @param propName 属性名称。 * 属性类型可...
来源: Laya3.0_文档 发布时间: 20250214
...url * length 动画最后一帧的索引值, */ private aniUrls(aniName: string, length: number): any { var urls: any = []; for (var i: number = 1; i < length; i++) { //动画资源路径要和动画图集打包前的资源命名对应起来 urls.push("imgs/role/wp116/" + aniName + i + ".png");...
来源: Laya_社区 发布时间: 20171228