Struct zaplib_components::ArrowPointerIns
source · [−]Fields
base: QuadIns
color: Vec4
direction: f32
Implementations
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