MCPcopy Create free account

hub / github.com/a1076559139/XForge / functions

Functions1,145 in github.com/a1076559139/XForge

MethodinsertText
* Inserts `text` to the focused element.
extensions/app/engine/@types/electron.d.ts:10808
MethodinsertText
* Inserts `text` to the focused element.
extensions/app/engine/@types/electron.d.ts:11391
MethodinspectElement
* Starts inspecting element at position (`x`, `y`) of guest page.
extensions/app/engine/@types/electron.d.ts:11395
MethodinspectServiceWorker
* Opens the DevTools for the service worker context present in the guest page.
extensions/app/engine/@types/electron.d.ts:11399
MethodinspectSharedWorker
* Opens the DevTools for the shared worker context present in the guest page.
extensions/app/engine/@types/electron.d.ts:11403
Methodinst
()
assets/app/app.ts:9
Methodinst
()
extensions/app/assets/Core.ts:85
Methodinst
()
extensions/app/assets/base/BaseControl.ts:172
Methodinst
* 控制器单例 * - 尽量使用app.controller,可以避免因跨Bundle引用导致的问题,也可以避免Controller之间循环引用的问题
extensions/app/assets/base/BaseController.ts:202
Methodinst
()
extensions/app/assets/manager/sound/AudioEngine.ts:7
Methodinst
()
extensions/app/assets/manager/sound/AudioManager.ts:5
MethodinterceptBufferProtocol
* Whether the protocol was successfully intercepted * * Intercepts `scheme` protocol and uses `handler` as the protocol's new handler *
extensions/app/engine/@types/electron.d.ts:6226
MethodinterceptFileProtocol
* Whether the protocol was successfully intercepted * * Intercepts `scheme` protocol and uses `handler` as the protocol's new handler *
extensions/app/engine/@types/electron.d.ts:6233
MethodinterceptHttpProtocol
* Whether the protocol was successfully intercepted * * Intercepts `scheme` protocol and uses `handler` as the protocol's new handler *
extensions/app/engine/@types/electron.d.ts:6240
MethodinterceptStreamProtocol
* Whether the protocol was successfully intercepted * * Same as `protocol.registerStreamProtocol`, except that it replaces an existing
extensions/app/engine/@types/electron.d.ts:6247
MethodinterceptStringProtocol
* Whether the protocol was successfully intercepted * * Intercepts `scheme` protocol and uses `handler` as the protocol's new handler *
extensions/app/engine/@types/electron.d.ts:6254
MethodinvalidateCurrentActivity
* Invalidates the current Handoff user activity. * * @platform darwin
extensions/app/engine/@types/electron.d.ts:1045
Methodinvoke
* Resolves with the response from the main process. * * Send a message to the main process via `channel` and expect a result * asynchro
extensions/app/engine/@types/electron.d.ts:4947
Methodis2D
()
extensions/app/assets/base/BaseView.ts:217
MethodisAccessibilitySupportEnabled
* `true` if Chrome's accessibility support is enabled, `false` otherwise. This API * will return `true` if the use of assistive technologies, suc
extensions/app/engine/@types/electron.d.ts:1055
MethodisAeroGlassEnabled
* `true` if DWM composition (Aero Glass) is enabled, and `false` otherwise. * * An example of using it to determine if you should create a t
extensions/app/engine/@types/electron.d.ts:7798
MethodisAudioMuted
* Whether guest page has been muted.
extensions/app/engine/@types/electron.d.ts:11407
MethodisCaptureFocus
* 是否捕获焦点
extensions/app/assets/base/BaseView.ts:400
MethodisCrashed
* Whether the renderer process has crashed.
extensions/app/engine/@types/electron.d.ts:11411
MethodisCurrentlyAudible
* Whether audio is currently playing.
extensions/app/engine/@types/electron.d.ts:11415
MethodisDarkMode
* Whether the system is in Dark Mode. * **Deprecated:** Should use the new `nativeTheme.shouldUseDarkColors` API. * * @deprecated
extensions/app/engine/@types/electron.d.ts:7807
MethodisDefaultProtocolClient
* Whether the current executable is the default handler for a protocol (aka URI * scheme). * * **Note:** On macOS, you can use this met
extensions/app/engine/@types/electron.d.ts:1068
MethodisDevToolsFocused
* Whether DevTools window of guest page is focused.
extensions/app/engine/@types/electron.d.ts:11419
MethodisDevToolsOpened
* Whether guest page has a DevTools window attached.
extensions/app/engine/@types/electron.d.ts:11423
MethodisEffectMute
* 音效是否静音
extensions/app/assets/manager/sound/SoundManager.ts:680
MethodisEmojiPanelSupported
* whether or not the current OS version allows for native emoji pickers.
extensions/app/engine/@types/electron.d.ts:1072
MethodisHighContrastColorScheme
* `true` if a high contrast theme is active, `false` otherwise. * * **Deprecated:** Should use the new `nativeTheme.shouldUseHighContrastCol
extensions/app/engine/@types/electron.d.ts:7817
MethodisInApplicationsFolder
* Whether the application is currently running from the systems Application * folder. Use in combination with `app.moveToApplicationsFolder()`
extensions/app/engine/@types/electron.d.ts:1079
MethodisInvertedColorScheme
* `true` if an inverted color scheme (a high contrast color scheme with light text * and dark backgrounds) is active, `false` otherwise. *
extensions/app/engine/@types/electron.d.ts:7828
MethodisLoading
* Whether guest page is still loading resources.
extensions/app/engine/@types/electron.d.ts:11427
MethodisLoadingMainFrame
* Whether the main frame (and not just iframes or frames within it) is still * loading.
extensions/app/engine/@types/electron.d.ts:11432
MethodisMiniViewShow
* 是否show了某个子界面
extensions/app/assets/base/BaseView.ts:421
MethodisMusicMute
* 音乐是否静音
extensions/app/assets/manager/sound/SoundManager.ts:663
MethodisMusicPaused
* 音乐是否暂停
extensions/app/assets/manager/sound/SoundManager.ts:656
MethodisMusicPlaying
* 音乐是否正在播放
extensions/app/assets/manager/sound/SoundManager.ts:649
MethodisNeedShade
* 是否需要遮罩
extensions/app/assets/base/BaseView.ts:407
MethodisOnBatteryPower
* Whether the system is on battery power. * * To monitor for changes in this property, use the `on-battery` and `on-ac` * events.
extensions/app/engine/@types/electron.d.ts:6031
MethodisOnline
* Whether there is currently internet connection. * * A return value of `false` is a pretty strong indicator that the user won't be * a
extensions/app/engine/@types/electron.d.ts:5662
MethodisPop
(name: string)
extensions/app/assets/base/BaseView.ts:176
MethodisProtocolIntercepted
* Whether `scheme` is already intercepted.
extensions/app/engine/@types/electron.d.ts:6258
MethodisProtocolRegistered
* Whether `scheme` is already registered.
extensions/app/engine/@types/electron.d.ts:6262
MethodisReady
* `true` if Electron has finished initializing, `false` otherwise. See also * `app.whenReady()`.
extensions/app/engine/@types/electron.d.ts:1084
MethodisRegistered
* Whether this application has registered `accelerator`. * * When the accelerator is already taken by other applications, this call will
extensions/app/engine/@types/electron.d.ts:4544
MethodisRunning
* 是否正在执行 * @returns
extensions/app/assets/lib/task/task.ts:91
MethodisRunning
* 是否正在执行 * @returns
extensions/app/assets/lib/task/task.ts:250
MethodisRunning
* 是否正在执行 * @returns
extensions/app/assets/lib/task/task.ts:379
MethodisSecureKeyboardEntryEnabled
* whether `Secure Keyboard Entry` is enabled. * By default this API will return `false`. * * @platform darwin
extensions/app/engine/@types/electron.d.ts:1092
MethodisSelectNode
(uuid: string)
extensions/app/engine/@types/packages/scene/@types/scene-facade-interface.d.ts:669
MethodisShow
* 是否展示了(不为Hid状态)
extensions/app/assets/base/BaseView.ts:414
MethodisShow
* 是否展示了(包括加载中和队列中)
extensions/app/assets/manager/ui/UIManager.ts:1152
MethodisSingleton
* 是否是单例模式
extensions/app/assets/base/BaseView.ts:393
MethodisStarted
* Whether the corresponding `powerSaveBlocker` has started.
extensions/app/engine/@types/electron.d.ts:6047
MethodisStop
* @deprecated * @returns
extensions/app/assets/lib/task/task.ts:99
MethodisStop
* @deprecated * @returns
extensions/app/assets/lib/task/task.ts:258
MethodisStop
* @deprecated * @returns
extensions/app/assets/lib/task/task.ts:387
MethodisSwipeTrackingFromScrollEventsEnabled
* Whether the Swipe between pages setting is on. * * @platform darwin
extensions/app/engine/@types/electron.d.ts:7834
MethodisTop
(name: string)
extensions/app/assets/base/BaseView.ts:180
MethodisTrustedAccessibilityClient
* `true` if the current process is a trusted accessibility client and `false` if * it is not. * * @platform darwin
extensions/app/engine/@types/electron.d.ts:7841
MethodisUnityRunning
* Whether the current desktop environment is Unity launcher. * * @platform linux
extensions/app/engine/@types/electron.d.ts:1098
MethodisWaitingForResponse
* Whether the guest page is waiting for a first-response for the main resource of * the page.
extensions/app/engine/@types/electron.d.ts:11437
MethodisWordMisspelled
* True if the word is misspelled according to the built in spellchecker, false * otherwise. If no dictionary is loaded, always return false.
extensions/app/engine/@types/electron.d.ts:10813
MethodlinkPrefab
(nodeUuid: string, assetUuid: string)
extensions/app/engine/@types/packages/scene/@types/scene-facade-interface.d.ts:691
Functionload
()
extensions/app/engine/src/scene.ts:4
Functionload
()
extensions/app/engine/src/main.ts:555
MethodloadAsync
* 加载bundle下的资源 * @param params.bundle 默认为resources, 可以是项目中的bundle名,也可以是远程bundle的url(url末位作为bundle名),参考https://docs.cocos.com/creator/manual/zh/as
extensions/app/assets/manager/loader/LoaderManager.ts:118
MethodloadAsync
* 加载bundle下的资源 * @param params.bundle 默认为resources, 可以是项目中的bundle名,也可以是远程bundle的url(url末位作为bundle名),参考https://docs.cocos.com/creator/manual/zh/as
extensions/app/assets/manager/loader/LoaderManager.ts:507
MethodloadBundleAsync
* 加载一个bundle * @param params.bundle 默认为resources, 可以是项目中的bundle名,也可以是远程bundle的url(url末位作为bundle名),参考https://docs.cocos.com/creator/manual/zh/asse
extensions/app/assets/manager/loader/LoaderManager.ts:626
MethodloadDirAsync
* 加载bundle下的资源 * @param params.bundle 默认为resources, 可以是项目中的bundle名,也可以是远程bundle的url(url末位作为bundle名),参考https://docs.cocos.com/creator/manual/zh/as
extensions/app/assets/manager/loader/LoaderManager.ts:201
MethodloadDirAsync
* 加载bundle下的资源 * @param params.bundle 默认为resources, 可以是项目中的bundle名,也可以是远程bundle的url(url末位作为bundle名),参考https://docs.cocos.com/creator/manual/zh/as
extensions/app/assets/manager/loader/LoaderManager.ts:534
MethodloadRemoteAsync
* 加载远程资源 * @example * await loadRemoteAsync({url:'', ext:'.png'})
extensions/app/assets/manager/loader/LoaderManager.ts:265
MethodloadRemoteAsync
* 加载远程资源 * @example * await loadRemoteAsync({url:'', ext:'.png'})
extensions/app/assets/manager/loader/LoaderManager.ts:742
MethodloadRes
* 加载ui内部资源
extensions/app/assets/manager/ui/UIManager.ts:669
MethodloadResDir
* 加载UI目录下resources里面的资源 * @param path 相对于resources的路径 * @param callback 回调 * this.loadResDir('Bag', Prefab, function(asset){})
extensions/app/assets/base/BaseView.ts:866
MethodloadResDir
* 加载ui内部资源
extensions/app/assets/manager/ui/UIManager.ts:722
MethodloadScript
(uuid: string)
extensions/app/engine/@types/packages/scene/@types/scene-facade-interface.d.ts:659
MethodloadURL
* The promise will resolve when the page has finished loading (see * `did-finish-load`), and rejects if the page fails to load (see `did-fail-loa
extensions/app/engine/@types/electron.d.ts:11445
Methodlog
* 用于输出一般信息
extensions/app/assets/lib/logger/logger.ts:41
Methodlog
打印日志
extensions/app/assets/base/BaseController.ts:169
Methodlog
打印日志
extensions/app/assets/base/BaseManager.ts:104
MethodmanagerName
()
extensions/app/assets/base/BaseManager.ts:39
Methodmixin
(mixin: VueConstructor | ComponentOptions<Vue>)
extensions/app/vue/types/vue.d.ts:116
Methodmounted
()
extensions/app/vue/types/options.d.ts:94
MethodmoveNodeArrayElement
* 移动数组类型 property 内的某个 item 的位置 * @param options
extensions/app/engine/@types/packages/scene/@types/scene-facade-interface.d.ts:157
MethodmoveToApplicationsFolder
* Whether the move was successful. Please note that if the move is successful, * your application will quit and relaunch. * * No confir
extensions/app/engine/@types/electron.d.ts:1131
MethodmozCancelAnimationFrame
(callback: any, element?: any)
extensions/app/engine/@types/packages/localization-editor/@types/globals.d.ts:50
MethodmozCancelRequestAnimationFrame
(callback: any, element?: any)
extensions/app/engine/@types/packages/localization-editor/@types/globals.d.ts:46
MethodmozRequestAnimationFrame
(callback: any, element?: any)
extensions/app/engine/@types/packages/localization-editor/@types/globals.d.ts:41
MethodmsCancelAnimationFrame
(callback: any, element?: any)
extensions/app/engine/@types/packages/localization-editor/@types/globals.d.ts:49
MethodmsCancelRequestAnimationFrame
(callback: any, element?: any)
extensions/app/engine/@types/packages/localization-editor/@types/globals.d.ts:45
MethodmsRequestAnimationFrame
(callback: any, element?: any)
extensions/app/engine/@types/packages/localization-editor/@types/globals.d.ts:43
MethodmusicVolumeScale
* 音乐音量倍率
extensions/app/assets/manager/sound/SoundManager.ts:697
Methodnext
(error: string)
extensions/app/assets/base/BaseView.ts:707
FunctionnextInit
* [避免重写] 初始化下一步,用户部分每完成一步需要调用一次
extensions/app/assets/base/BaseAppInit.ts:224
MethodnextTick
(callback: (this: T) => void, context?: T)
extensions/app/vue/types/vue.d.ts:92
MethodoCancelRequestAnimationFrame
(callback: any, element?: any)
extensions/app/engine/@types/packages/localization-editor/@types/globals.d.ts:47
← previousnext →601–700 of 1,145, ranked by callers