大约有 1,189 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0059 秒)
Laya3.0_api(429) Laya_社区(256) Laya2.0_api(228) laya_api(183) Laya2.0_文档(54) Laya3.0_文档(27) Laya2.0_示例(6) Laya_示例(6)
...null, progress:Handler = null, type:String = null, priority:int = 1, cache:Boolean = true, group:String = null, ignoreCache:Boolean = false):LoaderManager { 2018-04-18 0 0 分享 微博 QZONE 微信 w1114367261 赞同来自: 加载结束时会有加载回调的! https://layaair.ldc.layabox.co ... ...
来源: Laya_社区 发布时间: 20180418
...view的宽度 * @param height {number} webview的高度 * @param canclose {boolean} webview是否可以被关掉。 */ setExternalLinkEx(url:string,posx:number,posy:number,width:number,height:number,canclose:boolean):void; ``` 这个函数会在画布的最上层显示一个新的view,在其中显...
来源: Laya2.0_文档 发布时间: 20210714
...n LayaDCCClient的接口定义: export class LayaDCCClient{ onlyTransUrl:boolean; //映射到dcc目录的地址头,如果没有,则按照http://*/算,所有的请求都裁掉主机地址 pathMapToDCC:string; /** * * @param frw 文件访问接口,不同的平台需要不同的实现。如...
来源: Laya3.0_文档 发布时间: 20251010
...UNSIGNED_BYTE, depthStencilFormat:int = WebGLContext.DEPTH_STENCIL, mipMap:Boolean = false, repeat:Boolean = false, minFifter:int = -1, magFifter:int = -1):RenderTarget2D { var t:RenderTarget2D = POOL.pop(); t || (t = new RenderTarget2D(w, h)); ...
来源: Laya_社区 发布时间: 20180505
...取自身是否激活。 * @return 自身是否激活。 */ get active(): boolean /** * 设置是否激活。 * @param value 是否激活。 */ set active(value: boolean) 2.3 是否为静态 (图2-4) 图2-4所示,是否为静态。在游戏场景中,每一个Sprite3D都有静态或者动态...
来源: Laya3.0_文档 发布时间: 20251010
...eturns AniStateConditionType Methods checkState checkState(value: number): boolean Overrides AnimatorStateCondition.checkState Defined in laya/components/AnimatorStateCondition.ts:148 检查状态是否触发 Parameters value: number Returns boolean Static conditionIDToName conditionIDToName(id: num...
来源: Laya3.0_api 发布时间: 20231115
...代码转换出现问题 as 代码 override public function get visible():Boolean { return super.visible; } override public function set visible(value:Boolean):void { super.visible = value; if (value) _mcAni.removeFromParent(); } 1.7之后的转换 __getset(0,__proto,'visible',function(){ ret...
来源: Laya_社区 发布时间: 20180227
...null, progress:Handler = null, type:String = null, priority:int = 1, cache:Boolean = true, group:String = null, ignoreCache:Boolean = false):LoaderManager { 你可以根据加载回调进行相应的判断,加载失败后的处理! 2018-05-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 ...
来源: Laya_社区 发布时间: 20180502
...ate degreesText:Text; private directionIndicator:Sprite; private firstTime:Boolean = true; constructor() { Laya.init(700, 1024, WebGL); Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.loader.load(this.compassImgPath, Ha...
来源: Laya_示例 发布时间: 20251219
...eExtension replaceFileExtension(path: string, newExt: string, excludeDot?: boolean): string Defined in laya/utils/Utils.ts:167 更改文件名的扩展名。 Parameters path: string newExt: string Optional excludeDot: boolean Returns string Static toAngle toAngle(radian: number): number Defined in l...
来源: Laya3.0_api 发布时间: 20231115