Skip to content

Commit

Permalink
Documents
Browse files Browse the repository at this point in the history
  • Loading branch information
mewlist committed Nov 11, 2023
1 parent 85b763a commit 13420fa
Show file tree
Hide file tree
Showing 386 changed files with 17,806 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Core Game Libraries for Unity
![](https://img.shields.io/badge/unity-2022.3%20or%20later-green?logo=unity)
[![](https://img.shields.io/badge/license-MIT-blue)](https://github.com/mewlist/MewCore/blob/main/LICENSE)

## Documents

https://mewlist.github.io/MewCore/

## Readme (日本語)

[Readme_ja.md](./README_ja.md)

## Installation

It can be installed via UPM.
Expand Down
2 changes: 1 addition & 1 deletion Documents.meta → docs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added docs/.nojekyll
Empty file.
8 changes: 8 additions & 0 deletions docs/api.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

157 changes: 157 additions & 0 deletions docs/api/Mew.Core.IntervalTimerType.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Enum IntervalTimerType
| MewCore </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Enum IntervalTimerType
| MewCore ">

<link rel="icon" href="../favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
<meta name="docfx:navrel" content="../toc.html">
<meta name="docfx:tocrel" content="toc.html">

<meta name="docfx:rel" content="../">


<meta name="docfx:docurl" content="https://github.com/mewlist/MewDev/new/main/apiSpec/new?filename=Mew_Core_IntervalTimerType.md&amp;value=---%0Auid%3A%20Mew.Core.IntervalTimerType%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
</head>

<script type="module" src="./../public/docfx.min.js"></script>

<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>


<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="MewCore">
MewCore
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled="" placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>

<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>

<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" style="margin-top: -.65em; margin-left: -.8em" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>

<nav id="breadcrumb"></nav>
</div>

<article data-uid="Mew.Core.IntervalTimerType">




<h1 id="Mew_Core_IntervalTimerType" data-uid="Mew.Core.IntervalTimerType" class="text-break">
Enum IntervalTimerType
<a class="header-action link-secondary" title="View source" href="https://github.com/mewlist/MewDev/blob/main/Assets\MewCore\Runtime\TaskInterval\IntervalTimerType.cs/#L4"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="Mew.html">Mew</a>.<a class="xref" href="Mew.Core.html">Core</a></dd></dl>
<dl><dt>Assembly</dt><dd>Mew.Core.dll</dd></dl>
</div>

<div class="markdown summary"></div>
<div class="markdown conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public enum IntervalTimerType</code></pre>
</div>









<h2 id="fields">Fields
</h2>
<dl class="parameters">
<dt id="Mew_Core_IntervalTimerType_ManualUpdate"><code>ManualUpdate = 3</code></dt>
<dd></dd>
<dt id="Mew_Core_IntervalTimerType_SystemTime"><code>SystemTime = 0</code></dt>
<dd></dd>
<dt id="Mew_Core_IntervalTimerType_UnityTime"><code>UnityTime = 1</code></dt>
<dd></dd>
<dt id="Mew_Core_IntervalTimerType_UnityUnscaledTime"><code>UnityUnscaledTime = 2</code></dt>
<dd></dd>
</dl>



</article>

<div class="contribution d-print-none">
<a href="https://github.com/mewlist/MewDev/blob/main/Assets\MewCore\Runtime\TaskInterval\IntervalTimerType.cs/#L4" class="edit-link">Edit this page</a>
</div>


</div>

<div class="affix">
<nav id="affix"></nav>
</div>
</main>

<div class="container-xxl search-results" id="search-results"></div>

<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
</div>
</div>
</footer>
</body>
</html>
7 changes: 7 additions & 0 deletions docs/api/Mew.Core.IntervalTimerType.html.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

153 changes: 153 additions & 0 deletions docs/api/Mew.Core.LagProcessType.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Enum LagProcessType
| MewCore </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Enum LagProcessType
| MewCore ">

<link rel="icon" href="../favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
<meta name="docfx:navrel" content="../toc.html">
<meta name="docfx:tocrel" content="toc.html">

<meta name="docfx:rel" content="../">


<meta name="docfx:docurl" content="https://github.com/mewlist/MewDev/new/main/apiSpec/new?filename=Mew_Core_LagProcessType.md&amp;value=---%0Auid%3A%20Mew.Core.LagProcessType%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
</head>

<script type="module" src="./../public/docfx.min.js"></script>

<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>


<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="MewCore">
MewCore
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled="" placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>

<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>

<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" style="margin-top: -.65em; margin-left: -.8em" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>

<nav id="breadcrumb"></nav>
</div>

<article data-uid="Mew.Core.LagProcessType">




<h1 id="Mew_Core_LagProcessType" data-uid="Mew.Core.LagProcessType" class="text-break">
Enum LagProcessType
<a class="header-action link-secondary" title="View source" href="https://github.com/mewlist/MewDev/blob/main/Assets\MewCore\Runtime\TaskInterval\LagProcessType.cs/#L4"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="Mew.html">Mew</a>.<a class="xref" href="Mew.Core.html">Core</a></dd></dl>
<dl><dt>Assembly</dt><dd>Mew.Core.dll</dd></dl>
</div>

<div class="markdown summary"></div>
<div class="markdown conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public enum LagProcessType</code></pre>
</div>









<h2 id="fields">Fields
</h2>
<dl class="parameters">
<dt id="Mew_Core_LagProcessType_Flood"><code>Flood = 1</code></dt>
<dd></dd>
<dt id="Mew_Core_LagProcessType_Skip"><code>Skip = 0</code></dt>
<dd></dd>
</dl>



</article>

<div class="contribution d-print-none">
<a href="https://github.com/mewlist/MewDev/blob/main/Assets\MewCore\Runtime\TaskInterval\LagProcessType.cs/#L4" class="edit-link">Edit this page</a>
</div>


</div>

<div class="affix">
<nav id="affix"></nav>
</div>
</main>

<div class="container-xxl search-results" id="search-results"></div>

<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
</div>
</div>
</footer>
</body>
</html>
7 changes: 7 additions & 0 deletions docs/api/Mew.Core.LagProcessType.html.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 13420fa

Please sign in to comment.