Struct zaplib_components::ArrowPointerIns
source · [−]Fields
base: QuadInscolor: Vec4direction: f32Implementations
pub fn draw(
cx: &mut Cx,
pos: Vec2,
color: Vec4,
direction: ArrowPointerDirection,
size: Vec2
)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArrowPointerIns
impl Send for ArrowPointerIns
impl Sync for ArrowPointerIns
impl Unpin for ArrowPointerIns
impl UnwindSafe for ArrowPointerIns
Blanket Implementations
Mutably borrows from an owned value. Read more