Docs.rs
bevy-ui-builders-0.1.1
bevy-ui-builders 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
noahsabaj
Dependencies
bevy ^0.16
normal
bevy-plugin-builder ^0.1.2
normal
bevy_simple_text_input ^0.11
normal
bevy ^0.16
dev
Versions
55.18%
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
Primitive2d
bevy_
ui_
builders
0.1.1
Primitive2d
Implementors
In crate bevy_
ui_
builders
bevy_ui_builders
Trait
Primitive2d
Copy item path
Source
pub trait Primitive2d { }
Expand description
A marker trait for 2D primitives
Implementors
§
Source
§
impl
Primitive2d
for
Annulus
Source
§
impl
Primitive2d
for
Arc2d
Source
§
impl
Primitive2d
for
BoxedPolygon
Source
§
impl
Primitive2d
for
BoxedPolyline2d
Source
§
impl
Primitive2d
for
Capsule2d
Source
§
impl
Primitive2d
for
Circle
Source
§
impl
Primitive2d
for
CircularSector
Source
§
impl
Primitive2d
for
CircularSegment
Source
§
impl
Primitive2d
for
Dir2
Source
§
impl
Primitive2d
for
Ellipse
Source
§
impl
Primitive2d
for
Line2d
Source
§
impl
Primitive2d
for
Plane2d
Source
§
impl
Primitive2d
for
Rectangle
Source
§
impl
Primitive2d
for
RegularPolygon
Source
§
impl
Primitive2d
for
Rhombus
Source
§
impl
Primitive2d
for
Segment2d
Source
§
impl
Primitive2d
for
Triangle2d
Source
§
impl<const N:
usize
>
Primitive2d
for
ConvexPolygon
<N>
Source
§
impl<const N:
usize
>
Primitive2d
for
Polygon
<N>
Source
§
impl<const N:
usize
>
Primitive2d
for
Polyline2d
<N>