Docs.rs
bevy-ui-builders-0.1.6
bevy-ui-builders 0.1.6
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
noahsabaj
Dependencies
arboard ^3.4
normal
bevy ^0.16
normal
bevy-plugin-builder ^0.1.2
normal
bevy ^0.16
dev
Versions
60.17%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Primitive3d
bevy_
ui_
builders
0.1.6
Primitive3d
Implementors
In crate bevy_
ui_
builders
bevy_ui_builders
Trait
Primitive3d
Copy item path
Source
pub trait Primitive3d { }
Expand description
A marker trait for 3D primitives
Implementors
§
Source
§
impl
Primitive3d
for
BoxedPolyline3d
Source
§
impl
Primitive3d
for
Capsule3d
Source
§
impl
Primitive3d
for
Cone
Source
§
impl
Primitive3d
for
ConicalFrustum
Source
§
impl
Primitive3d
for
Cuboid
Source
§
impl
Primitive3d
for
Cylinder
Source
§
impl
Primitive3d
for
Dir3
Source
§
impl
Primitive3d
for
Dir3A
Source
§
impl
Primitive3d
for
InfinitePlane3d
Source
§
impl
Primitive3d
for
Line3d
Source
§
impl
Primitive3d
for
Plane3d
Source
§
impl
Primitive3d
for
Segment3d
Source
§
impl
Primitive3d
for
Sphere
Source
§
impl
Primitive3d
for
Tetrahedron
Source
§
impl
Primitive3d
for
Torus
Source
§
impl
Primitive3d
for
Triangle3d
Source
§
impl<T>
Primitive3d
for
Extrusion
<T>
where T:
Primitive2d
,
Source
§
impl<const N:
usize
>
Primitive3d
for
Polyline3d
<N>