Files
phy/bevy_core/index.html
Orion Kindel 0ce894e6b0 doc
2025-03-18 10:30:23 -05:00

5 lines
7.7 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="This crate provides core functionality for Bevy Engine."><title>bevy_core - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-42caa33d.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="bevy_core" data-themes="" data-resource-suffix="" data-rustdoc-version="1.84.0 (9fc6b4312 2025-01-07)" data-channel="1.84.0" data-search-js="search-92e6798f.js" data-settings-js="settings-0f613d39.js" ><script src="../static.files/storage-59e33391.js"></script><script defer src="../crates.js"></script><script defer src="../static.files/main-5f194d8c.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-893ab5e7.css"></noscript><link rel="icon" href="https://bevyengine.org/assets/icon.png"></head><body class="rustdoc mod crate"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button><a class="logo-container" href="../bevy_core/index.html"><img src="https://bevyengine.org/assets/icon.png" alt=""></a></nav><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="../bevy_core/index.html"><img src="https://bevyengine.org/assets/icon.png" alt="logo"></a><h2><a href="../bevy_core/index.html">bevy_<wbr>core</a><span class="version">0.15.1</span></h2></div><div class="sidebar-elems"><ul class="block"><li><a id="all-types" href="all.html">All Items</a></li></ul><section id="rustdoc-toc"><h3><a href="#modules">Crate Items</a></h3><ul class="block"><li><a href="#modules" title="Modules">Modules</a></li><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#functions" title="Functions">Functions</a></li></ul></section><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Crate <span>bevy_core</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/bevy_core/lib.rs.html#1-162">Source</a> </span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>This crate provides core functionality for Bevy Engine.</p>
</div></details><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="mod" href="prelude/index.html" title="mod bevy_core::prelude">prelude</a></div><div class="desc docblock-short">The core prelude.</div></li></ul><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.FrameCount.html" title="struct bevy_core::FrameCount">Frame<wbr>Count</a></div><div class="desc docblock-short">Maintains a count of frames rendered since the start of the application.</div></li><li><div class="item-name"><a class="struct" href="struct.FrameCountPlugin.html" title="struct bevy_core::FrameCountPlugin">Frame<wbr>Count<wbr>Plugin</a></div><div class="desc docblock-short">Adds frame counting functionality to Apps.</div></li><li><div class="item-name"><a class="struct" href="struct.Name.html" title="struct bevy_core::Name">Name</a></div><div class="desc docblock-short">Component used to identify an entity. Stores a hash for faster comparisons.</div></li><li><div class="item-name"><a class="struct" href="struct.NameOrEntity.html" title="struct bevy_core::NameOrEntity">Name<wbr>OrEntity</a></div><div class="desc docblock-short">Convenient query for giving a human friendly name to an entity.</div></li><li><div class="item-name"><a class="struct" href="struct.NameOrEntityItem.html" title="struct bevy_core::NameOrEntityItem">Name<wbr>OrEntity<wbr>Item</a></div><div class="desc docblock-short">Automatically generated <a href="../bevy_ecs/query/world_query/trait.WorldQuery.html" title="trait bevy_ecs::query::world_query::WorldQuery"><code>WorldQuery</code></a> item type for <a href="struct.NameOrEntity.html" title="struct bevy_core::NameOrEntity"><code>NameOrEntity</code></a>, returned when iterating over query results.</div></li><li><div class="item-name"><a class="struct" href="struct.NonSendMarker.html" title="struct bevy_core::NonSendMarker">NonSend<wbr>Marker</a></div><div class="desc docblock-short">A dummy type that is <a href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Send.html" title="trait core::marker::Send"><code>!Send</code></a>, to force systems to run on the main thread.</div></li><li><div class="item-name"><a class="struct" href="struct.TaskPoolOptions.html" title="struct bevy_core::TaskPoolOptions">Task<wbr>Pool<wbr>Options</a></div><div class="desc docblock-short">Helper for configuring and creating the default task pools. For end-users who want full control,
set up <a href="struct.TaskPoolPlugin.html" title="struct bevy_core::TaskPoolPlugin"><code>TaskPoolPlugin</code></a></div></li><li><div class="item-name"><a class="struct" href="struct.TaskPoolPlugin.html" title="struct bevy_core::TaskPoolPlugin">Task<wbr>Pool<wbr>Plugin</a></div><div class="desc docblock-short">Setup of default task pools: <a href="../bevy_tasks/usages/struct.AsyncComputeTaskPool.html" title="struct bevy_tasks::usages::AsyncComputeTaskPool"><code>AsyncComputeTaskPool</code></a>,
<a href="../bevy_tasks/usages/struct.ComputeTaskPool.html" title="struct bevy_tasks::usages::ComputeTaskPool"><code>ComputeTaskPool</code></a>, <a href="../bevy_tasks/usages/struct.IoTaskPool.html" title="struct bevy_tasks::usages::IoTaskPool"><code>IoTaskPool</code></a>.</div></li><li><div class="item-name"><a class="struct" href="struct.TaskPoolThreadAssignmentPolicy.html" title="struct bevy_core::TaskPoolThreadAssignmentPolicy">Task<wbr>Pool<wbr>Thread<wbr>Assignment<wbr>Policy</a></div><div class="desc docblock-short">Defines a simple way to determine how many threads to use given the number of remaining cores
and number of total cores</div></li><li><div class="item-name"><a class="struct" href="struct.TypeRegistrationPlugin.html" title="struct bevy_core::TypeRegistrationPlugin">Type<wbr>Registration<wbr>Plugin</a></div><div class="desc docblock-short">Registration of default types to the <a href="../bevy_reflect/type_registry/struct.TypeRegistry.html" title="struct bevy_reflect::type_registry::TypeRegistry"><code>TypeRegistry</code></a> resource.</div></li></ul><h2 id="functions" class="section-header">Functions<a href="#functions" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="fn" href="fn.update_frame_count.html" title="fn bevy_core::update_frame_count">update_<wbr>frame_<wbr>count</a></div><div class="desc docblock-short">A system used to increment <a href="struct.FrameCount.html" title="struct bevy_core::FrameCount"><code>FrameCount</code></a> with wrapping addition.</div></li></ul></section></div></main></body></html>