大约有 61 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0030 秒)
...me:Number):Number; }然后进行编译,能在LayaAir.d.ts生成 declare module laya.utils { /** * @private <code>IDestroy</code> 统一执行接口。 */ interface IForceRender{ isFinished:Boolean; is...
来源: Laya_社区 发布时间: 20201208
...perty } = Laya; @regClass() export class NewScript extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.OpenDataContextView }) public opendata: Laya.OpenDataContextView; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕...
来源: Laya3.0_文档 发布时间: 20241014
...perty } = Laya; @regClass() export class NewScript extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.SoundNode }) public sound: Laya.SoundNode; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行...
来源: Laya3.0_文档 发布时间: 20241014
... JSX code generation: 'preserve', 'react-native', or 'react'. */ // "declaration": true, /* Generates corresponding '.d.ts' file. */ // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", ...
来源: Laya_社区 发布时间: 20190408
...nimation display里面没有识别到这个需要怎么改动 附上源码 declare module laya.editorUI { /** * Graphics解析器 */ class GraphicParser extends laya.display.GraphicAnimation { protected _getTextureByUrl(url: string): string; static parseAnimationData(aniData: any): any; } } 2020-07-...
来源: Laya_社区 发布时间: 20200707
...9 Static Readonly extMap extMap: {} Defined in laya/net/Loader.ts:126 Type declaration [ext: string]: Array<TypeMapEntry> Static groupMap groupMap: {} Defined in laya/net/Loader.ts:165 资源分组对应表。 Type declaration [name: string]: Set<string> Static loadedMap loadedMap: {} De...
来源: Laya3.0_api 发布时间: 20231115
... 一般的方法扩展,对Number类型添加thousandsSeperator: declare global { interface Number { thousandsSeperator(): String; } } Number.prototype.thousandsSeperator = function(): string { return Number(this).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ','); } export {}; 我用同样...
来源: Laya_社区 发布时间: 20180622
...要在laya中调用h5里面的方法我可以在laya里面的 ts脚本中 declare 后就可以调用了,那如果h5里面要向laya传数据的话,怎么才能调用laya里面的ts呢??? 2019-10-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20191023
...TS的小游戏工程,但是在MiniAdpter的类声明中只有init方法 declare module laya.wx.mini { class MiniAdpter { /** * 初始化回调 * @param isPosMsg 是否需要在主域中自动将加载的文本数据自动传递到子域,默认 false * @param isSon 是否是子域,默认为fals...
来源: Laya_社区 发布时间: 20180808
...Static Extensions Extensions: {} Defined in laya/gltf/glTFUtils.ts:87 Type declaration [name: string]: Handler Static Extras Extras: {} Defined in laya/gltf/glTFUtils.ts:92 保存 extra 处理函数对象 Type declaration [name: string]: {} [name: string]: Handler Methods Static RegisterExtra Regist...
来源: Laya3.0_api 发布时间: 20231102