-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
10,286 additions
and
4,956 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,128 +1,118 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE]><![endif]--> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Class Demo | ||
</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="Class Demo | ||
"> | ||
|
||
|
||
<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/Kraaven/RayEngine/new/main/apiSpec/new?filename=RayGame_Demo_Demo.md&value=---%0Auid%3A%20RayGame.Demo.Demo%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%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 "{query}""> | ||
<meta name="loc:searchNoResults" content="No results for "{query}""> | ||
<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=""> | ||
|
||
</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="RayGame.Demo.Demo"> | ||
|
||
|
||
|
||
<h1 id="RayGame_Demo_Demo" data-uid="RayGame.Demo.Demo" class="text-break"> | ||
Class Demo | ||
<a class="header-action link-secondary" title="View source" href="https://github.com/Kraaven/RayEngine/blob/main/RayGame/Demo/Demo.cs/#L7"><i class="bi bi-code-slash"></i></a> | ||
</h1> | ||
|
||
<div class="facts text-secondary"> | ||
<dl><dt>Namespace</dt><dd><a class="xref" href="RayGame.html">RayGame</a>.<a class="xref" href="RayGame.Demo.html">Demo</a></dd></dl> | ||
<dl><dt>Assembly</dt><dd>RayGame.dll</dd></dl> | ||
</div> | ||
|
||
<div class="markdown summary"></div> | ||
<div class="markdown conceptual"></div> | ||
|
||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public static class Demo</code></pre> | ||
<meta name="generator" content="docfx "> | ||
|
||
<link rel="shortcut icon" href="../favicon.ico"> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/night-owl.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" integrity="sha384-EvBWSlnoFgZlXJvpzS+MAUEjvN7+gcCwH+qh7GRFOGgZO0PuwOFro7qPOJnLfe7l" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="../styles/config.css"> | ||
<link rel="stylesheet" href="../styles/singulink.css"> | ||
<link rel="stylesheet" href="../styles/main.css"> | ||
<meta property="docfx:navrel" content="../toc.html"> | ||
<meta property="docfx:tocrel" content="toc.html"> | ||
|
||
<meta property="docfx:rel" content="../"> | ||
|
||
</head> | ||
<body> | ||
<!-- Header required for docfx anchor scroll to work --> | ||
<header id="head"></header> | ||
<div class="top-navbar"> | ||
<a class="burger-icon" onclick="toggleMenu()"> | ||
<svg name="Hamburger" style="vertical-align: middle;" width="34" height="34" viewbox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M20 6H4V9H20V6ZM4 10.999H20V13.999H4V10.999ZM4 15.999H20V18.999H4V15.999Z"></path></svg> | ||
</a> | ||
|
||
|
||
<a class="brand" href="../index.html"> | ||
<img src="../logo.svg" alt="" class="logomark"> | ||
<span class="brand-title"></span> | ||
</a> </div> | ||
|
||
<div class="body-content"> | ||
<div id="blackout" class="blackout" onclick="toggleMenu()"></div> | ||
|
||
<nav id="sidebar" role="navigation"> | ||
<div class="sidebar"> | ||
|
||
<div> | ||
<div class="mobile-hide"> | ||
|
||
<a class="brand" href="../index.html"> | ||
<img src="../logo.svg" alt="" class="logomark"> | ||
<span class="brand-title"></span> | ||
</a> </div> | ||
|
||
<div class="sidesearch"> | ||
<form id="search" role="search" class="search"> | ||
<i class="bi bi-search search-icon"></i> | ||
<input type="text" id="search-query" placeholder="Search" autocomplete="off"> | ||
</form> | ||
</div> | ||
|
||
<div id="navbar"> | ||
</div> | ||
</div> <div class="sidebar-item-separator"></div> | ||
|
||
<div id="sidetoggle"> | ||
<div id="sidetoc"></div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
|
||
<strong><a href='https://dotnet.github.io/docfx/'>DocFX</a> + <a href='https://www.singulink.com'>Singulink</a> = ♥</strong> | ||
</div> </nav> | ||
|
||
<main class="main-panel"> | ||
|
||
<div id="search-results" style="display: none;"> | ||
<h1 class="search-list">Search Results for <span></span></h1> | ||
<div class="sr-items"> | ||
<p><i class="bi bi-hourglass-split index-loading"></i></p> | ||
</div> | ||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> | ||
</div> | ||
|
||
|
||
<div role="main" class="hide-when-search"> | ||
|
||
<div class="subnav navbar navbar-default"> | ||
<div class="container hide-when-search" id="breadcrumb"> | ||
<ul class="breadcrumb"> | ||
<li></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<div id="contribution"> | ||
<a href="https://github.com/Kraaven/RayEngine/new/main/apiSpec/new?filename=RayGame_Demo_Demo.md&value=---%0Auid%3A%20RayGame.Demo.Demo%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Edit this page</a> | ||
</div> | ||
|
||
<article class="content wrap" id="_content" data-uid="RayGame.Demo.Demo"> | ||
|
||
|
||
|
||
<h1 id="RayGame_Demo_Demo" data-uid="RayGame.Demo.Demo" class="text-break">Class Demo | ||
</h1> | ||
<div class="markdown level0 summary"></div> | ||
<div class="markdown level0 conceptual"></div> | ||
<div class="inheritance"> | ||
<h5>Inheritance</h5> | ||
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> | ||
<div class="level1"><span class="xref">Demo</span></div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<dl class="typelist inheritance"> | ||
<dt>Inheritance</dt> | ||
<dd> | ||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> | ||
<div><span class="xref">Demo</span></div> | ||
</dd> | ||
</dl> | ||
|
||
|
||
|
||
<dl class="typelist derived"> | ||
<dt>Inherited Members</dt> | ||
<dd> | ||
<div class="inheritedMembers"> | ||
<h5>Inherited Members</h5> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> | ||
</div> | ||
|
@@ -144,66 +134,47 @@ <h1 id="RayGame_Demo_Demo" data-uid="RayGame.Demo.Demo" class="text-break"> | |
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> | ||
</div> | ||
</dd></dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<h2 class="section" id="methods">Methods | ||
</h2> | ||
|
||
|
||
</div> | ||
<h6><strong>Namespace</strong>: <a class="xref" href="RayGame.html">RayGame</a>.<a class="xref" href="RayGame.Demo.html">Demo</a></h6> | ||
<h6><strong>Assembly</strong>: RayGame.dll</h6> | ||
<h5 id="RayGame_Demo_Demo_syntax">Syntax</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public static class Demo</code></pre> | ||
</div> | ||
<h3 id="methods">Methods | ||
</h3> | ||
<span class="small pull-right mobile-hide"> | ||
<span class="divider">|</span> | ||
<a href="https://github.com/Kraaven/RayEngine/new/main/apiSpec/new?filename=RayGame_Demo_Demo_Main.md&value=---%0Auid%3A%20RayGame.Demo.Demo.Main%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a> | ||
</span> | ||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/Kraaven/RayEngine/blob/main/RayGame/Demo/Demo.cs/#L10">View Source</a> | ||
</span> | ||
<a id="RayGame_Demo_Demo_Main_" data-uid="RayGame.Demo.Demo.Main*"></a> | ||
|
||
<h3 id="RayGame_Demo_Demo_Main" data-uid="RayGame.Demo.Demo.Main"> | ||
Main() | ||
<a class="header-action link-secondary" title="View source" href="https://github.com/Kraaven/RayEngine/blob/main/RayGame/Demo/Demo.cs/#L10"><i class="bi bi-code-slash"></i></a> | ||
</h3> | ||
|
||
<h4 id="RayGame_Demo_Demo_Main" data-uid="RayGame.Demo.Demo.Main">Main()</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
|
||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public static void Main()</code></pre> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</article> | ||
</div> | ||
|
||
<div class="contribution d-print-none"> | ||
<a href="https://github.com/Kraaven/RayEngine/blob/main/RayGame/Demo/Demo.cs/#L7" class="edit-link">Edit this page</a> | ||
</main> | ||
</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> | ||
<script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script> | ||
<script type="text/javascript" src="../styles/jquery.twbsPagination.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.mark.min.js"></script> | ||
<script type="text/javascript" src="../styles/url.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/anchor.min.js"></script> | ||
<script type="text/javascript" src="../styles/docfx.js"></script> | ||
<script type="text/javascript" src="../styles/main.js"></script> | ||
<script type="text/javascript" src="../styles/singulink.js"></script> </body> | ||
</html> |
Oops, something went wrong.