大约有 347 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0065 秒)
Laya_社区(260) Laya3.0_api(21) Laya2.0_文档(17) laya_api(17) Laya2.0_api(14) Laya3.0_文档(13) Laya_示例(3) Laya2.0_示例(2)
...Unity导出插件报错信息如下: KeNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/...
来源: Laya_社区 发布时间: 20171108
.../Library/Caches/ssl.crt NOTICE: lws_context_init_client_ssl: doing private key filepath NOTICE: Loaded client cert private key /var/mobile/Containers/Data/Application/191B3AE2-4606-48EF-932D-E1D1A59B5773/Library/Caches/ssl.pem NOTICE: mem: per-conn: 584 bytes + protocol rx buf NOTICE: lws_client_con...
来源: Laya_社区 发布时间: 20181018
...2.0.0的unity插件. 增加和删除avatar都无济于事. 错误是:KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.String].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corl...
来源: Laya_社区 发布时间: 20190313
...Public Properties Show Inherited Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 Event charCode : Boolean[read-only] 包含按下或释放的键的字符代码值。字符代码值为英文键盘值。 Ev...
来源: laya_api 发布时间: 20170929
...情况下,调用此方法会重新刷新缓存。Sprite regComponent(key:String, compClass:Class):void[static] 注册组件类映射。 用于扩展组件及修改组件对应关系。 View regViewRuntime(key:String, compClass:Class):void[static] 注册UI视图类的逻辑处理类。 View ...
来源: laya_api 发布时间: 20170929
...onCount getAnimationDataWithCache getNodeCount getNodeIndexWithName getNodeKeyFrame getNodes getNodesCurrentFrameIndex getOriginalData getOriginalDataUnfixedRate getPublicExtData getTotalkeyframesLength hasListener isCreateFromURL off offAll offAllCaller on once setAnimationDataWithCache destroyUnus...
来源: Laya3.0_api 发布时间: 20231115
...gt;> 07-04 20:55:27.117: E/LayaGameEngine(7884): game_plugin_set_option key=localize value=false 07-04 20:55:27.117: E/LayaGameEngine(7884): game_plugin_set_option key=gameUrl value=http://engine.develop.monitor.com/wheat/index.js 07-04 20:55:27.117: D/LayaGameEngine(7884): game_plugin_init url =...
来源: Laya_社区 发布时间: 20190704
...; }); } } 5.2 自定义对象池类 export class Pool { private _poolDic:{[key: string]: any;} = {}; private InPoolSign: string = "__InPool"; constructor() { } private static _instance: Pool = new Pool(); public static getInstance() { return this._instance; } //通过名字找到对应的对象池 g...
来源: Laya3.0_文档 发布时间: 20251010
...; }); } } 5.2 自定义对象池类 export class Pool { private _poolDic:{[key: string]: any;} = {}; private InPoolSign: string = "__InPool"; constructor() { } private static _instance: Pool = new Pool(); public static getInstance() { return this._instance; } //通过名字找到对应的对象池 g...
来源: Laya3.0_文档 发布时间: 20250104
...mentationAll Packages | All Classes | Index | Frames No Frames StringKeyMethods Packagelaya.utilsClasspublic class StringKeyInheritanceStringKey Object StringKey 类用于存取字符串对应的数字。 Public Methods MethodDefined By add(str:String):int 添加一个字符。 StringKey...
来源: laya_api 发布时间: 20170422