- Refactor D3D12 backend and RenderGraph module - Update graphics RHI and core rendering components - Add Random.hlsl shader include - Regenerate API documentation and update user guides
549 lines
24 KiB
HTML
549 lines
24 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Namespace Ghost.Entities | GhostEngine </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="title" content="Namespace Ghost.Entities | GhostEngine ">
|
|
|
|
|
|
<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="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">
|
|
|
|
<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>
|
|
|
|
</head>
|
|
|
|
<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="GhostEngine">
|
|
GhostEngine
|
|
</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" 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="Ghost.Entities">
|
|
|
|
<h1 id="Ghost_Entities" data-uid="Ghost.Entities" class="text-break">Namespace Ghost.Entities</h1>
|
|
<div class="markdown level0 summary"></div>
|
|
<div class="markdown level0 conceptual"></div>
|
|
<div class="markdown level0 remarks"></div>
|
|
|
|
<h3 id="classes">
|
|
Classes
|
|
</h3>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ComponentManager.html">ComponentManager</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ComponentTypeID-1.html">ComponentTypeID<T></a></dt>
|
|
<dd><p>Provides a unique identifier for the specified unmanaged component space.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.DefaultSystemGroup.html">DefaultSystemGroup</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityCommandBuffer.html">EntityCommandBuffer</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityManager.html">EntityManager</a></dt>
|
|
<dd><p>A manager for creating, destroying, and managing entities and their components.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.RequireComponentAttribute-1.html">RequireComponentAttribute<T></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ScriptComponent.html">ScriptComponent</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.SystemBase.html">SystemBase</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.SystemGroup.html">SystemGroup</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.SystemGroupAttribute.html">SystemGroupAttribute</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.SystemManager.html">SystemManager</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.UpdateAfterAttribute.html">UpdateAfterAttribute</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.UpdateBeforeAttribute.html">UpdateBeforeAttribute</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.World.html">World</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<h3 id="structs">
|
|
Structs
|
|
</h3>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ChunkView.html">ChunkView</a></dt>
|
|
<dd><p>Provides a read-only view over a chunk of entities and their component data within an archetype.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ComponentSet.html">ComponentSet</a></dt>
|
|
<dd><p>Represents an immutable set of component identifiers used to define a group of components within an entity or system.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.Entity.html">Entity</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.html">EntityQuery</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ChunkIterator.html">EntityQuery.ChunkIterator</a></dt>
|
|
<dd><p>Provides an enumerator for iterating over chunks of entities and their component data that match a set of archetypes within a world.</p>
|
|
</dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ChunkIterator.Enumerator.html">EntityQuery.ChunkIterator.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-1.html">EntityQuery.ComponentIterator<T0></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-1.Enumerator.html">EntityQuery.ComponentIterator<T0>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-2.html">EntityQuery.ComponentIterator<T0, T1></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-2.Enumerator.html">EntityQuery.ComponentIterator<T0, T1>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-2.QueryItem.html">EntityQuery.ComponentIterator<T0, T1>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-3.html">EntityQuery.ComponentIterator<T0, T1, T2></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-3.Enumerator.html">EntityQuery.ComponentIterator<T0, T1, T2>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-3.QueryItem.html">EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-4.html">EntityQuery.ComponentIterator<T0, T1, T2, T3></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-4.Enumerator.html">EntityQuery.ComponentIterator<T0, T1, T2, T3>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-4.QueryItem.html">EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-5.html">EntityQuery.ComponentIterator<T0, T1, T2, T3, T4></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-5.Enumerator.html">EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-5.QueryItem.html">EntityQuery.ComponentIterator<T0, T1, T2, T3, T4>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-6.html">EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-6.Enumerator.html">EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-6.QueryItem.html">EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-7.html">EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-7.Enumerator.html">EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-7.QueryItem.html">EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-8.html">EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-8.Enumerator.html">EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.ComponentIterator-8.QueryItem.html">EntityQuery.ComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-1.html">EntityQuery.EntityComponentIterator<T0></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-1.Enumerator.html">EntityQuery.EntityComponentIterator<T0>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-1.QueryItem.html">EntityQuery.EntityComponentIterator<T0>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-2.html">EntityQuery.EntityComponentIterator<T0, T1></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-2.Enumerator.html">EntityQuery.EntityComponentIterator<T0, T1>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-2.QueryItem.html">EntityQuery.EntityComponentIterator<T0, T1>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-3.html">EntityQuery.EntityComponentIterator<T0, T1, T2></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-3.Enumerator.html">EntityQuery.EntityComponentIterator<T0, T1, T2>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-3.QueryItem.html">EntityQuery.EntityComponentIterator<T0, T1, T2>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-4.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-4.Enumerator.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-4.QueryItem.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-5.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-5.Enumerator.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-5.QueryItem.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-6.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-6.Enumerator.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-6.QueryItem.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-7.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-7.Enumerator.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-7.QueryItem.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-8.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-8.Enumerator.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.Enumerator</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.EntityQuery.EntityComponentIterator-8.QueryItem.html">EntityQuery.EntityComponentIterator<T0, T1, T2, T3, T4, T5, T6, T7>.QueryItem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ManagedEntity.html">ManagedEntity</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ManagedEntityRef.html">ManagedEntityRef</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.QueryBuilder.html">QueryBuilder</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.Shared-1.html">Shared<T></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.SystemAPI.html">SystemAPI</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.TimeData.html">TimeData</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<h3 id="interfaces">
|
|
Interfaces
|
|
</h3>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.IComponent.html">IComponent</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.IEnableableComponent.html">IEnableableComponent</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.IJobChunk.html">IJobChunk</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.IJobEntity-1.html">IJobEntity<T0></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.IJobEntity-2.html">IJobEntity<T0, T1></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.IJobEntity-3.html">IJobEntity<T0, T1, T2></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.IJobEntity-4.html">IJobEntity<T0, T1, T2, T3></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.IJobEntity-5.html">IJobEntity<T0, T1, T2, T3, T4></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.IJobEntity-6.html">IJobEntity<T0, T1, T2, T3, T4, T5></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.IJobEntity-7.html">IJobEntity<T0, T1, T2, T3, T4, T5, T6></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.IJobEntity-8.html">IJobEntity<T0, T1, T2, T3, T4, T5, T6, T7></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ISharedComponent.html">ISharedComponent</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ISharedWarper.html">ISharedWarper</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ISystem.html">ISystem</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<h3 id="delegates">
|
|
Delegates
|
|
</h3>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEachWithEntity-1.html">ForEachWithEntity<T0></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEachWithEntity-2.html">ForEachWithEntity<T0, T1></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEachWithEntity-3.html">ForEachWithEntity<T0, T1, T2></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEachWithEntity-4.html">ForEachWithEntity<T0, T1, T2, T3></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEachWithEntity-5.html">ForEachWithEntity<T0, T1, T2, T3, T4></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEachWithEntity-6.html">ForEachWithEntity<T0, T1, T2, T3, T4, T5></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEachWithEntity-7.html">ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEachWithEntity-8.html">ForEachWithEntity<T0, T1, T2, T3, T4, T5, T6, T7></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEach-1.html">ForEach<T0></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEach-2.html">ForEach<T0, T1></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEach-3.html">ForEach<T0, T1, T2></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEach-4.html">ForEach<T0, T1, T2, T3></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEach-5.html">ForEach<T0, T1, T2, T3, T4></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEach-6.html">ForEach<T0, T1, T2, T3, T4, T5></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEach-7.html">ForEach<T0, T1, T2, T3, T4, T5, T6></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<dl class="jumplist">
|
|
<dt><a class="xref" href="Ghost.Entities.ForEach-8.html">ForEach<T0, T1, T2, T3, T4, T5, T6, T7></a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
</article>
|
|
|
|
<div class="contribution d-print-none">
|
|
</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>
|