大约有 18 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
...nt(str: string, radix?: number): number Defined in laya/utils/Utils.ts:120 解析一个字符串,并返回一个整数。和JS原生的parseInt不同:如果str为空或者非数字,原生返回NaN,这里返回0。 Parameters str: string 要被解析的字符串。 Default value radix: number...
来源: Laya3.0_api 发布时间: 20231115
...e01 Class AnimationClip2DParse01 AnimationClip2DParse01 AnimationClip资源解析 Hierarchy AnimationClip2DParse01 Globals "laya/components/AnimationClip2DParser01" AnimationClip2DParse01 Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ic parse parse(font: string): FontInfo Defined in laya/utils/FontInfo.ts:9 解析字体模型 Parameters font: string Returns FontInfo Globals "laya/utils/FontInfo" FontInfo constructor setFont parse _lastFont _lastFontInfo Legend Object literal Variable Function Type alias Class Class with type par...
来源: Laya3.0_api 发布时间: 20231115
...xml: XML, texture: Texture): void Defined in laya/display/BitmapFont.ts:48 解析字体文件。 Parameters xml: XML 字体文件XML。 texture: Texture 字体的纹理。 Returns void Static destroyUnusedResources destroyUnusedResources(): void Inherited from Resource.destroyUnusedResources Defined...
来源: Laya3.0_api 发布时间: 20231115
...nu Globals "laya/gltf/glTFUtils" glTFUtils Class glTFUtils glTFUtils 用于解析 glTF 2.0 对象 Hierarchy glTFUtils Index Properties Extensions Extras Methods RegisterExtra UnRegisterExtra _createMesh _createMeshSprite3D _createSceneNode _createSkinnedMeshSprite3D _createSprite3D _createdefaultMat...
来源: Laya3.0_api 发布时间: 20231102
...readString readString(): string Defined in laya/utils/Byte.ts:134 常用于解析固定格式的字节流。 先从字节流的当前字节偏移位置处读取一个 Uint16 值,然后以此值为长度,读取此长度的字符串。 Returns string 读取的字符串。 readUint16 readUint16(): ...
来源: Laya3.0_api 发布时间: 20231115
... isParseFail: boolean = false Defined in laya/ani/bone/Templet.ts:60 是否解析失败 Optional lock lock: boolean Inherited from Resource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 mBoneArr mBoneArr: Bone[] = [] Defined in laya/ani/b...
来源: Laya3.0_api 发布时间: 20231115
...载资源的方法,它和load方法不同,不对返回的数据进行解析,也不会缓存下载的内容。 成功则返回下载的数据,失败返回null。 Type parameters K: keyof ContentTypeMap Parameters url: string contentType: K Optional onProgress: ProgressCallback Optional option...
来源: Laya3.0_api 发布时间: 20231115
...omParser。 var xml:* = domParser.parseFromString(xmlString, "text/xml");//解析xml字符。 var tree:Tree = new Tree();//创建一个 Tree 类的实例对象 tree 。 tree.scrollBarSkin = "resource/ui/vscroll.png";//设置 tree 的皮肤。 tree.itemRender = Item;//设置 tree 的项渲染器。 t...
来源: Laya3.0_api 发布时间: 20231115
...eElement Class HTMLIframeElement iframe标签类,目前用于加载外并解析数据 Hierarchy HTMLDivElement HTMLIframeElement Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active activeInHie...
来源: Laya3.0_api 发布时间: 20231102