Function gdnative_sys::godot_rect2_new [] [src]

pub unsafe extern "C" fn godot_rect2_new(
    r_dest: *mut godot_rect2,
    p_x: godot_real,
    p_y: godot_real,
    p_width: godot_real,
    p_height: godot_real
)