[][src]Function macroquad::draw_plane

pub fn draw_plane(
    center: Vec3,
    size: Vec2,
    texture: impl Into<Option<Texture2D>>,
    color: Color
)