大约有 1,182 项符合查询结果, 库内数据总量为 30,906 项。 (搜索耗时: 0.0040 秒)
Laya3.0_api(429) Laya_社区(250) Laya2.0_api(228) laya_api(183) Laya2.0_文档(54) Laya3.0_文档(26) Laya2.0_示例(6) Laya_示例(6)
...umber height: number Returns void contains contains(x: number, y: number): boolean Defined in laya/html/HtmlLink.ts:57 Parameters x: number y: number Returns boolean create create(owner: Text, element: HtmlElement): void Implementation of IHtmlObject.create Defined in laya/html/HtmlLink.ts:39 Parame...
来源: Laya3.0_api 发布时间: 20231115
... Returns void Methods contains contains(x: number, y: number, sp: Sprite): boolean Implementation of IHitArea.contains Defined in laya/utils/HitArea.ts:26 检测对象是否包含指定的点。 Parameters x: number 点的 X 轴坐标值(水平位置)。 y: number 点的 Y 轴坐标值(垂直...
来源: Laya3.0_api 发布时间: 20231115
...Tool.ts:10 Returns void Static isBase64String isBase64String(str: string): boolean Defined in laya/utils/Base64Tool.ts:23 判断字符串是否是 base64 Parameters str: string Returns boolean Globals "laya/utils/Base64Tool" Base64Tool chars lookup reg reghead decode encode init isBase64String Legen...
来源: Laya3.0_api 发布时间: 20231115
...滤器 BaseTexture minFifter : int 缩小过滤器 BaseTexture mipmap : Boolean 是否使用mipLevel BaseTexture repeat : Boolean 是否使用重复模式纹理寻址 BaseTexture size : Size[read-only] 获取尺寸。 BaseTexture source : *[override] [read-only] SolidColorTexture2D width : i...
来源: laya_api 发布时间: 20170929
... public function startDrag(area:Rectangle = null, hasInertia:Boolean = false, elasticDistance:Number = 0, elasticBackTime:int = 300, data:* = null, disableMouseEvent:Boolean = false, ratio:Number = 0.92):void { 2018-05-02 0 2 分享 微博 QZONE 微信 为什么被折叠...
来源: Laya_社区 发布时间: 20180428
...String = "ascii", callBack:Handler = null, readyUrl:String = "",isSaveFile:Boolean = false,fileType:String = "",isAutoClear:Boolean =true):void { var downloadTask:* = wxdown({url: fileUrl, success: function(data:Object):void { if (data.statusCode === 200) readFile(data.tempFilePath, encoding, callBa...
来源: Laya_社区 发布时间: 20180924
...eturns ShaderVariant 着色器变种。 equal equal(other: ShaderVariant): boolean Defined in laya/d3/shader/ShaderVariantCollection.ts:101 是否相等。 Parameters other: ShaderVariant 其它着色器变种 Returns boolean 是否相等。 setValue setValue(shader: Shader3D, subShaderIndex: number...
来源: Laya3.0_api 发布时间: 20231102
...字体信息。 Public Properties PropertyDefined By autoScaleSize : Boolean = false表示是否根据实际使用的字体大小缩放位图字体大小。BitmapFont fontSize : Number = 12当前位图字体字号。BitmapFont letterSpacing : Number = 0字符间距(以像素为单位)...
来源: laya_api 发布时间: 20170929
...a.ui.Component implements laya.ui.IComponent { _getBoundPointsM(ifRotate?: boolean): Array<any>; disableLayout: boolean; protected resetLayoutX(): void; protected resetLayoutY(): void; } 类laya.ui.Component 和 接口 laya.ui.IComponent 找不到,应该是2.0里移除了 我尝试继承自 ...
来源: Laya_社区 发布时间: 20181027
...view的宽度 * @param height {number} webview的高度 * @param canclose {boolean} webview是否可以被关掉。 */ setExternalLinkEx(url:string,posx:number,posy:number,width:number,height:number,canclose:boolean):void; 这个函数会在画布的最上层显示一个新的view,在其中显示u...
来源: Laya3.0_文档 发布时间: 20230303