[][src]Struct gdnative_editor::ScriptEditor

pub struct ScriptEditor { /* fields omitted */ }

tools class ScriptEditor inherits PanelContainer (unsafe).

Official documentation

See the documentation of this class in the Godot engine's official documentation.

Feature flag

This type is behind the gdnative crate's editor feature flag.

Class hierarchy

ScriptEditor inherits methods from:

Tool

This class is used to interact with Godot's editor.

Methods

impl ScriptEditor
[src]

pub unsafe fn _file_dialog_action(&mut self, arg0: GodotString)
[src]

pub unsafe fn _tab_changed(&mut self, arg0: i64)
[src]

pub unsafe fn _menu_option(&mut self, arg0: i64)
[src]

pub unsafe fn _close_current_tab(&mut self)
[src]

pub unsafe fn _close_discard_current_tab(&mut self, arg0: GodotString)
[src]

pub unsafe fn _close_docs_tab(&mut self)
[src]

pub unsafe fn _close_all_tabs(&mut self)
[src]

pub unsafe fn _close_other_tabs(&mut self)
[src]

pub unsafe fn _open_recent_script(&mut self, arg0: i64)
[src]

pub unsafe fn _theme_option(&mut self, arg0: i64)
[src]

pub unsafe fn _editor_play(&mut self)
[src]

pub unsafe fn _editor_pause(&mut self)
[src]

pub unsafe fn _editor_stop(&mut self)
[src]

pub unsafe fn _add_callback(
    &mut self,
    arg0: Option<Object>,
    arg1: GodotString,
    arg2: StringArray
)
[src]

pub unsafe fn _reload_scripts(&mut self)
[src]

pub unsafe fn _resave_scripts(&mut self, arg0: GodotString)
[src]

pub unsafe fn _res_saved_callback(&mut self, arg0: Option<Resource>)
[src]

pub unsafe fn _goto_script_line(&mut self, arg0: Option<Reference>, arg1: i64)
[src]

pub unsafe fn _goto_script_line2(&mut self, arg0: i64)
[src]

pub unsafe fn _help_index(&mut self, arg0: GodotString)
[src]

pub unsafe fn _save_history(&mut self)
[src]

pub unsafe fn _copy_script_path(&mut self)
[src]

pub unsafe fn _breaked(&mut self, arg0: bool, arg1: bool)
[src]

pub unsafe fn _show_debugger(&mut self, arg0: bool)
[src]

pub unsafe fn _get_debug_tooltip(
    &mut self,
    arg0: GodotString,
    arg1: Option<Object>
) -> GodotString
[src]

pub unsafe fn _autosave_scripts(&mut self)
[src]

pub unsafe fn _editor_settings_changed(&mut self)
[src]

pub unsafe fn _update_script_names(&mut self)
[src]

pub unsafe fn _tree_changed(&mut self)
[src]

pub unsafe fn _members_overview_selected(&mut self, arg0: i64)
[src]

pub unsafe fn _help_overview_selected(&mut self, arg0: i64)
[src]

pub unsafe fn _script_selected(&mut self, arg0: i64)
[src]

pub unsafe fn _script_created(&mut self, arg0: Option<Script>)
[src]

pub unsafe fn _script_split_dragged(&mut self, arg0: f64)
[src]

pub unsafe fn _help_class_open(&mut self, arg0: GodotString)
[src]

pub unsafe fn _help_class_goto(&mut self, arg0: GodotString)
[src]

pub unsafe fn _request_help(&mut self, arg0: GodotString)
[src]

pub unsafe fn _history_forward(&mut self)
[src]

pub unsafe fn _history_back(&mut self)
[src]

pub unsafe fn _live_auto_reload_running_scripts(&mut self)
[src]

pub unsafe fn _unhandled_input(&mut self, arg0: Option<InputEvent>)
[src]

pub unsafe fn _script_list_gui_input(&mut self, arg0: Option<InputEvent>)
[src]

pub unsafe fn _toggle_members_overview_alpha_sort(&mut self, arg0: bool)
[src]

pub unsafe fn _update_members_overview(&mut self)
[src]

pub unsafe fn _script_changed(&mut self)
[src]

pub unsafe fn _update_recent_scripts(&mut self)
[src]

pub unsafe fn _on_find_in_files_requested(&mut self, arg0: GodotString)
[src]

pub unsafe fn _start_find_in_files(&mut self, arg0: bool)
[src]

pub unsafe fn _on_find_in_files_result_selected(
    &mut self,
    arg0: GodotString,
    arg1: i64,
    arg2: i64,
    arg3: i64
)
[src]

pub unsafe fn _on_find_in_files_modified_files(&mut self, arg0: StringArray)
[src]

pub unsafe fn get_drag_data_fw(
    &mut self,
    point: Vector2,
    from: Option<Object>
) -> Variant
[src]

pub unsafe fn can_drop_data_fw(
    &self,
    point: Vector2,
    data: Variant,
    from: Option<Object>
) -> bool
[src]

pub unsafe fn drop_data_fw(
    &mut self,
    point: Vector2,
    data: Variant,
    from: Option<Object>
)
[src]

pub unsafe fn get_current_script(&mut self) -> Option<Script>
[src]

pub unsafe fn get_open_scripts(&self) -> VariantArray
[src]

pub unsafe fn open_script_create_dialog(
    &mut self,
    base_name: GodotString,
    base_path: GodotString
)
[src]

pub unsafe fn _sort_children(&mut self)
[src]

Inherited from Container.

pub unsafe fn _child_minsize_changed(&mut self)
[src]

Inherited from Container.

pub unsafe fn queue_sort(&mut self)
[src]

Inherited from Container.

pub unsafe fn fit_child_in_rect(&mut self, child: Option<Object>, rect: Rect2)
[src]

Inherited from Container.

pub unsafe fn _gui_input(&mut self, event: Option<InputEvent>)
[src]

Inherited from Control.

pub unsafe fn _get_minimum_size(&mut self) -> Vector2
[src]

Inherited from Control.

pub unsafe fn get_drag_data(&mut self, position: Vector2) -> Option<Object>
[src]

Inherited from Control.

pub unsafe fn can_drop_data(&mut self, position: Vector2, data: Variant) -> bool
[src]

Inherited from Control.

pub unsafe fn drop_data(&mut self, position: Vector2, data: Variant)
[src]

Inherited from Control.

pub unsafe fn _make_custom_tooltip(
    &mut self,
    for_text: GodotString
) -> Option<Object>
[src]

Inherited from Control.

pub unsafe fn has_point(&mut self, point: Vector2) -> bool
[src]

Inherited from Control.

pub unsafe fn _size_changed(&mut self)
[src]

Inherited from Control.

pub unsafe fn _update_minimum_size(&mut self)
[src]

Inherited from Control.

pub unsafe fn accept_event(&mut self)
[src]

Inherited from Control.

pub unsafe fn get_minimum_size(&self) -> Vector2
[src]

Inherited from Control.

pub unsafe fn get_combined_minimum_size(&self) -> Vector2
[src]

Inherited from Control.

pub unsafe fn set_anchors_preset(&mut self, preset: i64, keep_margin: bool)
[src]

Inherited from Control.

pub unsafe fn set_margins_preset(
    &mut self,
    preset: i64,
    resize_mode: i64,
    margin: i64
)
[src]

Inherited from Control.

pub unsafe fn set_anchors_and_margins_preset(
    &mut self,
    preset: i64,
    resize_mode: i64,
    margin: i64
)
[src]

Inherited from Control.

pub unsafe fn set_anchor(
    &mut self,
    margin: i64,
    anchor: f64,
    keep_margin: bool,
    push_opposite_anchor: bool
)
[src]

Inherited from Control.

pub unsafe fn _set_anchor(&mut self, margin: i64, anchor: f64)
[src]

Inherited from Control.

pub unsafe fn get_anchor(&self, margin: i64) -> f64
[src]

Inherited from Control.

pub unsafe fn set_margin(&mut self, margin: i64, offset: f64)
[src]

Inherited from Control.

pub unsafe fn set_anchor_and_margin(
    &mut self,
    margin: i64,
    anchor: f64,
    offset: f64,
    push_opposite_anchor: bool
)
[src]

Inherited from Control.

pub unsafe fn set_begin(&mut self, position: Vector2)
[src]

Inherited from Control.

pub unsafe fn set_end(&mut self, position: Vector2)
[src]

Inherited from Control.

pub unsafe fn set_position(&mut self, position: Vector2)
[src]

Inherited from Control.

pub unsafe fn set_size(&mut self, size: Vector2)
[src]

Inherited from Control.

pub unsafe fn set_custom_minimum_size(&mut self, size: Vector2)
[src]

Inherited from Control.

pub unsafe fn set_global_position(&mut self, position: Vector2)
[src]

Inherited from Control.

pub unsafe fn set_rotation(&mut self, radians: f64)
[src]

Inherited from Control.

pub unsafe fn set_rotation_degrees(&mut self, degrees: f64)
[src]

Inherited from Control.

pub unsafe fn set_scale(&mut self, scale: Vector2)
[src]

Inherited from Control.

pub unsafe fn set_pivot_offset(&mut self, pivot_offset: Vector2)
[src]

Inherited from Control.

pub unsafe fn get_margin(&self, margin: i64) -> f64
[src]

Inherited from Control.

pub unsafe fn get_begin(&self) -> Vector2
[src]

Inherited from Control.

pub unsafe fn get_end(&self) -> Vector2
[src]

Inherited from Control.

pub unsafe fn get_position(&self) -> Vector2
[src]

Inherited from Control.

pub unsafe fn get_size(&self) -> Vector2
[src]

Inherited from Control.

pub unsafe fn get_rotation(&self) -> f64
[src]

Inherited from Control.

pub unsafe fn get_rotation_degrees(&self) -> f64
[src]

Inherited from Control.

pub unsafe fn get_scale(&self) -> Vector2
[src]

Inherited from Control.

pub unsafe fn get_pivot_offset(&self) -> Vector2
[src]

Inherited from Control.

pub unsafe fn get_custom_minimum_size(&self) -> Vector2
[src]

Inherited from Control.

pub unsafe fn get_parent_area_size(&self) -> Vector2
[src]

Inherited from Control.

pub unsafe fn get_global_position(&self) -> Vector2
[src]

Inherited from Control.

pub unsafe fn get_rect(&self) -> Rect2
[src]

Inherited from Control.

pub unsafe fn get_global_rect(&self) -> Rect2
[src]

Inherited from Control.

pub unsafe fn show_modal(&mut self, exclusive: bool)
[src]

Inherited from Control.

pub unsafe fn set_focus_mode(&mut self, mode: i64)
[src]

Inherited from Control.

pub unsafe fn get_focus_mode(&self) -> ControlFocusMode
[src]

Inherited from Control.

pub unsafe fn has_focus(&self) -> bool
[src]

Inherited from Control.

pub unsafe fn grab_focus(&mut self)
[src]

Inherited from Control.

pub unsafe fn release_focus(&mut self)
[src]

Inherited from Control.

pub unsafe fn get_focus_owner(&self) -> Option<Control>
[src]

Inherited from Control.

pub unsafe fn set_h_size_flags(&mut self, flags: i64)
[src]

Inherited from Control.

pub unsafe fn get_h_size_flags(&self) -> i64
[src]

Inherited from Control.

pub unsafe fn set_stretch_ratio(&mut self, ratio: f64)
[src]

Inherited from Control.

pub unsafe fn get_stretch_ratio(&self) -> f64
[src]

Inherited from Control.

pub unsafe fn set_v_size_flags(&mut self, flags: i64)
[src]

Inherited from Control.

pub unsafe fn get_v_size_flags(&self) -> i64
[src]

Inherited from Control.

pub unsafe fn set_theme(&mut self, theme: Option<Theme>)
[src]

Inherited from Control.

pub unsafe fn get_theme(&self) -> Option<Theme>
[src]

Inherited from Control.

pub unsafe fn add_icon_override(
    &mut self,
    name: GodotString,
    texture: Option<Texture>
)
[src]

Inherited from Control.

pub unsafe fn add_shader_override(
    &mut self,
    name: GodotString,
    shader: Option<Shader>
)
[src]

Inherited from Control.

pub unsafe fn add_stylebox_override(
    &mut self,
    name: GodotString,
    stylebox: Option<StyleBox>
)
[src]

Inherited from Control.

pub unsafe fn add_font_override(
    &mut self,
    name: GodotString,
    font: Option<Font>
)
[src]

Inherited from Control.

pub unsafe fn add_color_override(&mut self, name: GodotString, color: Color)
[src]

Inherited from Control.

pub unsafe fn add_constant_override(&mut self, name: GodotString, constant: i64)
[src]

Inherited from Control.

pub unsafe fn get_icon(
    &self,
    name: GodotString,
    _type: GodotString
) -> Option<Texture>
[src]

Inherited from Control.

pub unsafe fn get_stylebox(
    &self,
    name: GodotString,
    _type: GodotString
) -> Option<StyleBox>
[src]

Inherited from Control.

pub unsafe fn get_font(
    &self,
    name: GodotString,
    _type: GodotString
) -> Option<Font>
[src]

Inherited from Control.

pub unsafe fn get_color(&self, name: GodotString, _type: GodotString) -> Color
[src]

Inherited from Control.

pub unsafe fn get_constant(&self, name: GodotString, _type: GodotString) -> i64
[src]

Inherited from Control.

pub unsafe fn has_icon_override(&self, name: GodotString) -> bool
[src]

Inherited from Control.

pub unsafe fn has_shader_override(&self, name: GodotString) -> bool
[src]

Inherited from Control.

pub unsafe fn has_stylebox_override(&self, name: GodotString) -> bool
[src]

Inherited from Control.

pub unsafe fn has_font_override(&self, name: GodotString) -> bool
[src]

Inherited from Control.

pub unsafe fn has_color_override(&self, name: GodotString) -> bool
[src]

Inherited from Control.

pub unsafe fn has_constant_override(&self, name: GodotString) -> bool
[src]

Inherited from Control.

pub unsafe fn has_icon(&self, name: GodotString, _type: GodotString) -> bool
[src]

Inherited from Control.

pub unsafe fn has_stylebox(&self, name: GodotString, _type: GodotString) -> bool
[src]

Inherited from Control.

pub unsafe fn has_font(&self, name: GodotString, _type: GodotString) -> bool
[src]

Inherited from Control.

pub unsafe fn has_color(&self, name: GodotString, _type: GodotString) -> bool
[src]

Inherited from Control.

pub unsafe fn has_constant(&self, name: GodotString, _type: GodotString) -> bool
[src]

Inherited from Control.

pub unsafe fn get_parent_control(&self) -> Option<Control>
[src]

Inherited from Control.

pub unsafe fn set_h_grow_direction(&mut self, direction: i64)
[src]

Inherited from Control.

pub unsafe fn get_h_grow_direction(&self) -> ControlGrowDirection
[src]

Inherited from Control.

pub unsafe fn set_v_grow_direction(&mut self, direction: i64)
[src]

Inherited from Control.

pub unsafe fn get_v_grow_direction(&self) -> ControlGrowDirection
[src]

Inherited from Control.

pub unsafe fn set_tooltip(&mut self, tooltip: GodotString)
[src]

Inherited from Control.

pub unsafe fn get_tooltip(&self, at_position: Vector2) -> GodotString
[src]

Inherited from Control.

pub unsafe fn _get_tooltip(&self) -> GodotString
[src]

Inherited from Control.

pub unsafe fn set_default_cursor_shape(&mut self, shape: i64)
[src]

Inherited from Control.

pub unsafe fn get_default_cursor_shape(&self) -> ControlCursorShape
[src]

Inherited from Control.

pub unsafe fn get_cursor_shape(&self, position: Vector2) -> ControlCursorShape
[src]

Inherited from Control.

pub unsafe fn set_focus_neighbour(&mut self, margin: i64, neighbour: NodePath)
[src]

Inherited from Control.

pub unsafe fn get_focus_neighbour(&self, margin: i64) -> NodePath
[src]

Inherited from Control.

pub unsafe fn set_focus_next(&mut self, next: NodePath)
[src]

Inherited from Control.

pub unsafe fn get_focus_next(&self) -> NodePath
[src]

Inherited from Control.

pub unsafe fn set_focus_previous(&mut self, previous: NodePath)
[src]

Inherited from Control.

pub unsafe fn get_focus_previous(&self) -> NodePath
[src]

Inherited from Control.

pub unsafe fn force_drag(&mut self, data: Variant, preview: Option<Object>)
[src]

Inherited from Control.

pub unsafe fn set_mouse_filter(&mut self, filter: i64)
[src]

Inherited from Control.

pub unsafe fn get_mouse_filter(&self) -> ControlMouseFilter
[src]

Inherited from Control.

pub unsafe fn set_clip_contents(&mut self, enable: bool)
[src]

Inherited from Control.

pub unsafe fn is_clipping_contents(&mut self) -> bool
[src]

Inherited from Control.

pub unsafe fn grab_click_focus(&mut self)
[src]

Inherited from Control.

pub unsafe fn set_drag_forwarding(&mut self, target: Option<Object>)
[src]

Inherited from Control.

pub unsafe fn set_drag_preview(&mut self, control: Option<Object>)
[src]

Inherited from Control.

pub unsafe fn warp_mouse(&mut self, to_position: Vector2)
[src]

Inherited from Control.

pub unsafe fn minimum_size_changed(&mut self)
[src]

Inherited from Control.

pub unsafe fn _theme_changed(&mut self)
[src]

Inherited from Control.

pub unsafe fn _font_changed(&mut self)
[src]

Inherited from Control.

pub unsafe fn _draw(&mut self)
[src]

Inherited from CanvasItem.

pub unsafe fn _toplevel_raise_self(&mut self)
[src]

Inherited from CanvasItem.

pub unsafe fn _update_callback(&mut self)
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_set_state(&mut self, state: Dictionary)
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_get_state(&self) -> Dictionary
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_set_position(&mut self, position: Vector2)
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_get_position(&self) -> Vector2
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_set_scale(&mut self, scale: Vector2)
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_get_scale(&self) -> Vector2
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_set_rect(&mut self, rect: Rect2)
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_get_rect(&self) -> Rect2
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_use_rect(&self) -> bool
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_set_rotation(&mut self, degrees: f64)
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_get_rotation(&self) -> f64
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_use_rotation(&self) -> bool
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_set_pivot(&mut self, pivot: Vector2)
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_get_pivot(&self) -> Vector2
[src]

Inherited from CanvasItem.

pub unsafe fn _edit_use_pivot(&self) -> bool
[src]

Inherited from CanvasItem.

pub unsafe fn get_canvas_item(&self) -> Rid
[src]

Inherited from CanvasItem.

pub unsafe fn set_visible(&mut self, visible: bool)
[src]

Inherited from CanvasItem.

pub unsafe fn is_visible(&self) -> bool
[src]

Inherited from CanvasItem.

pub unsafe fn is_visible_in_tree(&self) -> bool
[src]

Inherited from CanvasItem.

pub unsafe fn show(&mut self)
[src]

Inherited from CanvasItem.

pub unsafe fn hide(&mut self)
[src]

Inherited from CanvasItem.

pub unsafe fn update(&mut self)
[src]

Inherited from CanvasItem.

pub unsafe fn set_as_toplevel(&mut self, enable: bool)
[src]

Inherited from CanvasItem.

pub unsafe fn is_set_as_toplevel(&self) -> bool
[src]

Inherited from CanvasItem.

pub unsafe fn set_light_mask(&mut self, light_mask: i64)
[src]

Inherited from CanvasItem.

pub unsafe fn get_light_mask(&self) -> i64
[src]

Inherited from CanvasItem.

pub unsafe fn set_modulate(&mut self, modulate: Color)
[src]

Inherited from CanvasItem.

pub unsafe fn get_modulate(&self) -> Color
[src]

Inherited from CanvasItem.

pub unsafe fn set_self_modulate(&mut self, self_modulate: Color)
[src]

Inherited from CanvasItem.

pub unsafe fn get_self_modulate(&self) -> Color
[src]

Inherited from CanvasItem.

pub unsafe fn set_draw_behind_parent(&mut self, enable: bool)
[src]

Inherited from CanvasItem.

pub unsafe fn is_draw_behind_parent_enabled(&self) -> bool
[src]

Inherited from CanvasItem.

pub unsafe fn _set_on_top(&mut self, on_top: bool)
[src]

Inherited from CanvasItem.

pub unsafe fn _is_on_top(&self) -> bool
[src]

Inherited from CanvasItem.

pub unsafe fn draw_line(
    &mut self,
    from: Vector2,
    to: Vector2,
    color: Color,
    width: f64,
    antialiased: bool
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_polyline(
    &mut self,
    points: Vector2Array,
    color: Color,
    width: f64,
    antialiased: bool
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_polyline_colors(
    &mut self,
    points: Vector2Array,
    colors: ColorArray,
    width: f64,
    antialiased: bool
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_multiline(
    &mut self,
    points: Vector2Array,
    color: Color,
    width: f64,
    antialiased: bool
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_multiline_colors(
    &mut self,
    points: Vector2Array,
    colors: ColorArray,
    width: f64,
    antialiased: bool
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_rect(&mut self, rect: Rect2, color: Color, filled: bool)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_circle(
    &mut self,
    position: Vector2,
    radius: f64,
    color: Color
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_texture(
    &mut self,
    texture: Option<Texture>,
    position: Vector2,
    modulate: Color,
    normal_map: Option<Texture>
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_texture_rect(
    &mut self,
    texture: Option<Texture>,
    rect: Rect2,
    tile: bool,
    modulate: Color,
    transpose: bool,
    normal_map: Option<Texture>
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_texture_rect_region(
    &mut self,
    texture: Option<Texture>,
    rect: Rect2,
    src_rect: Rect2,
    modulate: Color,
    transpose: bool,
    normal_map: Option<Texture>,
    clip_uv: bool
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_style_box(
    &mut self,
    style_box: Option<StyleBox>,
    rect: Rect2
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_primitive(
    &mut self,
    points: Vector2Array,
    colors: ColorArray,
    uvs: Vector2Array,
    texture: Option<Texture>,
    width: f64,
    normal_map: Option<Texture>
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_polygon(
    &mut self,
    points: Vector2Array,
    colors: ColorArray,
    uvs: Vector2Array,
    texture: Option<Texture>,
    normal_map: Option<Texture>,
    antialiased: bool
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_colored_polygon(
    &mut self,
    points: Vector2Array,
    color: Color,
    uvs: Vector2Array,
    texture: Option<Texture>,
    normal_map: Option<Texture>,
    antialiased: bool
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_string(
    &mut self,
    font: Option<Font>,
    position: Vector2,
    text: GodotString,
    modulate: Color,
    clip_w: i64
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_char(
    &mut self,
    font: Option<Font>,
    position: Vector2,
    char: GodotString,
    next: GodotString,
    modulate: Color
) -> f64
[src]

Inherited from CanvasItem.

pub unsafe fn draw_mesh(
    &mut self,
    mesh: Option<Mesh>,
    texture: Option<Texture>,
    normal_map: Option<Texture>
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_multimesh(
    &mut self,
    mesh: Option<Mesh>,
    texture: Option<Texture>,
    normal_map: Option<Texture>
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_set_transform(
    &mut self,
    position: Vector2,
    rotation: f64,
    scale: Vector2
)
[src]

Inherited from CanvasItem.

pub unsafe fn draw_set_transform_matrix(&mut self, xform: Transform2D)
[src]

Inherited from CanvasItem.

pub unsafe fn get_transform(&self) -> Transform2D
[src]

Inherited from CanvasItem.

pub unsafe fn get_global_transform(&self) -> Transform2D
[src]

Inherited from CanvasItem.

pub unsafe fn get_global_transform_with_canvas(&self) -> Transform2D
[src]

Inherited from CanvasItem.

pub unsafe fn get_viewport_transform(&self) -> Transform2D
[src]

Inherited from CanvasItem.

pub unsafe fn get_viewport_rect(&self) -> Rect2
[src]

Inherited from CanvasItem.

pub unsafe fn get_canvas_transform(&self) -> Transform2D
[src]

Inherited from CanvasItem.

pub unsafe fn get_local_mouse_position(&self) -> Vector2
[src]

Inherited from CanvasItem.

pub unsafe fn get_global_mouse_position(&self) -> Vector2
[src]

Inherited from CanvasItem.

pub unsafe fn get_canvas(&self) -> Rid
[src]

Inherited from CanvasItem.

pub unsafe fn get_world_2d(&self) -> Option<World2D>
[src]

Inherited from CanvasItem.

pub unsafe fn set_material(&mut self, material: Option<Material>)
[src]

Inherited from CanvasItem.

pub unsafe fn get_material(&self) -> Option<Material>
[src]

Inherited from CanvasItem.

pub unsafe fn set_use_parent_material(&mut self, enable: bool)
[src]

Inherited from CanvasItem.

pub unsafe fn get_use_parent_material(&self) -> bool
[src]

Inherited from CanvasItem.

pub unsafe fn set_notify_local_transform(&mut self, enable: bool)
[src]

Inherited from CanvasItem.

pub unsafe fn is_local_transform_notification_enabled(&self) -> bool
[src]

Inherited from CanvasItem.

pub unsafe fn set_notify_transform(&mut self, enable: bool)
[src]

Inherited from CanvasItem.

pub unsafe fn is_transform_notification_enabled(&self) -> bool
[src]

Inherited from CanvasItem.

pub unsafe fn make_canvas_position_local(
    &self,
    screen_point: Vector2
) -> Vector2
[src]

Inherited from CanvasItem.

pub unsafe fn make_input_local(
    &self,
    event: Option<InputEvent>
) -> Option<InputEvent>
[src]

Inherited from CanvasItem.

pub unsafe fn _process(&mut self, delta: f64)
[src]

Inherited from Node.

pub unsafe fn _physics_process(&mut self, delta: f64)
[src]

Inherited from Node.

pub unsafe fn _enter_tree(&mut self)
[src]

Inherited from Node.

pub unsafe fn _exit_tree(&mut self)
[src]

Inherited from Node.

pub unsafe fn _ready(&mut self)
[src]

Inherited from Node.

pub unsafe fn _input(&mut self, event: Option<InputEvent>)
[src]

Inherited from Node.

pub unsafe fn _unhandled_key_input(&mut self, event: Option<InputEventKey>)
[src]

Inherited from Node.

pub unsafe fn add_child_below_node(
    &mut self,
    node: Option<Object>,
    child_node: Option<Object>,
    legible_unique_name: bool
)
[src]

Inherited from Node.

pub unsafe fn set_name(&mut self, name: GodotString)
[src]

Inherited from Node.

pub unsafe fn get_name(&self) -> GodotString
[src]

Inherited from Node.

pub unsafe fn add_child(
    &mut self,
    node: Option<Object>,
    legible_unique_name: bool
)
[src]

Inherited from Node.

pub unsafe fn remove_child(&mut self, node: Option<Object>)
[src]

Inherited from Node.

pub unsafe fn get_child_count(&self) -> i64
[src]

Inherited from Node.

pub unsafe fn get_children(&self) -> VariantArray
[src]

Inherited from Node.

pub unsafe fn get_child(&self, idx: i64) -> Option<Node>
[src]

Inherited from Node.

pub unsafe fn has_node(&self, path: NodePath) -> bool
[src]

Inherited from Node.

pub unsafe fn get_node(&self, path: NodePath) -> Option<Node>
[src]

Inherited from Node.

pub unsafe fn get_parent(&self) -> Option<Node>
[src]

Inherited from Node.

pub unsafe fn find_node(
    &self,
    mask: GodotString,
    recursive: bool,
    owned: bool
) -> Option<Node>
[src]

Inherited from Node.

pub unsafe fn has_node_and_resource(&self, path: NodePath) -> bool
[src]

Inherited from Node.

pub unsafe fn get_node_and_resource(&mut self, path: NodePath) -> VariantArray
[src]

Inherited from Node.

pub unsafe fn is_inside_tree(&self) -> bool
[src]

Inherited from Node.

pub unsafe fn is_a_parent_of(&self, node: Option<Object>) -> bool
[src]

Inherited from Node.

pub unsafe fn is_greater_than(&self, node: Option<Object>) -> bool
[src]

Inherited from Node.

pub unsafe fn get_path(&self) -> NodePath
[src]

Inherited from Node.

pub unsafe fn get_path_to(&self, node: Option<Object>) -> NodePath
[src]

Inherited from Node.

pub unsafe fn add_to_group(&mut self, group: GodotString, persistent: bool)
[src]

Inherited from Node.

pub unsafe fn remove_from_group(&mut self, group: GodotString)
[src]

Inherited from Node.

pub unsafe fn is_in_group(&self, group: GodotString) -> bool
[src]

Inherited from Node.

pub unsafe fn move_child(
    &mut self,
    child_node: Option<Object>,
    to_position: i64
)
[src]

Inherited from Node.

pub unsafe fn get_groups(&self) -> VariantArray
[src]

Inherited from Node.

pub unsafe fn raise(&mut self)
[src]

Inherited from Node.

pub unsafe fn set_owner(&mut self, owner: Option<Object>)
[src]

Inherited from Node.

pub unsafe fn get_owner(&self) -> Option<Node>
[src]

Inherited from Node.

pub unsafe fn remove_and_skip(&mut self)
[src]

Inherited from Node.

pub unsafe fn get_index(&self) -> i64
[src]

Inherited from Node.

Inherited from Node.

Inherited from Node.

pub unsafe fn set_filename(&mut self, filename: GodotString)
[src]

Inherited from Node.

pub unsafe fn get_filename(&self) -> GodotString
[src]

Inherited from Node.

pub unsafe fn propagate_notification(&mut self, what: i64)
[src]

Inherited from Node.

pub unsafe fn propagate_call(
    &mut self,
    method: GodotString,
    args: VariantArray,
    parent_first: bool
)
[src]

Inherited from Node.

pub unsafe fn set_physics_process(&mut self, enable: bool)
[src]

Inherited from Node.

pub unsafe fn get_physics_process_delta_time(&self) -> f64
[src]

Inherited from Node.

pub unsafe fn is_physics_processing(&self) -> bool
[src]

Inherited from Node.

pub unsafe fn get_process_delta_time(&self) -> f64
[src]

Inherited from Node.

pub unsafe fn set_process(&mut self, enable: bool)
[src]

Inherited from Node.

pub unsafe fn set_process_priority(&mut self, priority: i64)
[src]

Inherited from Node.

pub unsafe fn is_processing(&self) -> bool
[src]

Inherited from Node.

pub unsafe fn set_process_input(&mut self, enable: bool)
[src]

Inherited from Node.

pub unsafe fn is_processing_input(&self) -> bool
[src]

Inherited from Node.

pub unsafe fn set_process_unhandled_input(&mut self, enable: bool)
[src]

Inherited from Node.

pub unsafe fn is_processing_unhandled_input(&self) -> bool
[src]

Inherited from Node.

pub unsafe fn set_process_unhandled_key_input(&mut self, enable: bool)
[src]

Inherited from Node.

pub unsafe fn is_processing_unhandled_key_input(&self) -> bool
[src]

Inherited from Node.

pub unsafe fn set_pause_mode(&mut self, mode: i64)
[src]

Inherited from Node.

pub unsafe fn get_pause_mode(&self) -> NodePauseMode
[src]

Inherited from Node.

pub unsafe fn can_process(&self) -> bool
[src]

Inherited from Node.

Inherited from Node.

pub unsafe fn get_position_in_parent(&self) -> i64
[src]

Inherited from Node.

pub unsafe fn set_display_folded(&mut self, fold: bool)
[src]

Inherited from Node.

pub unsafe fn is_displayed_folded(&self) -> bool
[src]

Inherited from Node.

pub unsafe fn set_process_internal(&mut self, enable: bool)
[src]

Inherited from Node.

pub unsafe fn is_processing_internal(&self) -> bool
[src]

Inherited from Node.

pub unsafe fn set_physics_process_internal(&mut self, enable: bool)
[src]

Inherited from Node.

pub unsafe fn is_physics_processing_internal(&self) -> bool
[src]

Inherited from Node.

pub unsafe fn get_tree(&self) -> Option<SceneTree>
[src]

Inherited from Node.

pub unsafe fn duplicate(&self, flags: i64) -> Option<Node>
[src]

Inherited from Node.

pub unsafe fn replace_by(&mut self, node: Option<Object>, keep_data: bool)
[src]

Inherited from Node.

pub unsafe fn set_scene_instance_load_placeholder(
    &mut self,
    load_placeholder: bool
)
[src]

Inherited from Node.

pub unsafe fn get_scene_instance_load_placeholder(&self) -> bool
[src]

Inherited from Node.

pub unsafe fn get_viewport(&self) -> Option<Viewport>
[src]

Inherited from Node.

pub unsafe fn queue_free(&mut self)
[src]

Inherited from Node.

pub unsafe fn request_ready(&mut self)
[src]

Inherited from Node.

pub unsafe fn set_network_master(&mut self, id: i64, recursive: bool)
[src]

Inherited from Node.

pub unsafe fn get_network_master(&self) -> i64
[src]

Inherited from Node.

pub unsafe fn is_network_master(&self) -> bool
[src]

Inherited from Node.

pub unsafe fn get_multiplayer(&self) -> Option<MultiplayerAPI>
[src]

Inherited from Node.

pub unsafe fn get_custom_multiplayer(&self) -> Option<MultiplayerAPI>
[src]

Inherited from Node.

pub unsafe fn set_custom_multiplayer(&mut self, api: Option<MultiplayerAPI>)
[src]

Inherited from Node.

pub unsafe fn rpc_config(&mut self, method: GodotString, mode: i64)
[src]

Inherited from Node.

pub unsafe fn rset_config(&mut self, property: GodotString, mode: i64)
[src]

Inherited from Node.

pub unsafe fn _set_import_path(&mut self, import_path: NodePath)
[src]

Inherited from Node.

pub unsafe fn _get_import_path(&self) -> NodePath
[src]

Inherited from Node.

pub unsafe fn rpc(
    &mut self,
    method: GodotString,
    varargs: &[Variant]
) -> Variant
[src]

Inherited from Node.

pub unsafe fn rpc_unreliable(
    &mut self,
    method: GodotString,
    varargs: &[Variant]
) -> Variant
[src]

Inherited from Node.

pub unsafe fn rpc_id(
    &mut self,
    peer_id: i64,
    method: GodotString,
    varargs: &[Variant]
) -> Variant
[src]

Inherited from Node.

pub unsafe fn rpc_unreliable_id(
    &mut self,
    peer_id: i64,
    method: GodotString,
    varargs: &[Variant]
) -> Variant
[src]

Inherited from Node.

pub unsafe fn rset(&mut self, property: GodotString, value: Variant)
[src]

Inherited from Node.

pub unsafe fn rset_id(
    &mut self,
    peer_id: i64,
    property: GodotString,
    value: Variant
)
[src]

Inherited from Node.

pub unsafe fn rset_unreliable(&mut self, property: GodotString, value: Variant)
[src]

Inherited from Node.

pub unsafe fn rset_unreliable_id(
    &mut self,
    peer_id: i64,
    property: GodotString,
    value: Variant
)
[src]

Inherited from Node.

pub unsafe fn _notification(&mut self, what: i64)
[src]

Inherited from Object.

pub unsafe fn _set(&mut self, property: GodotString, value: Variant) -> bool
[src]

Inherited from Object.

pub unsafe fn _get(&mut self, property: GodotString) -> Variant
[src]

Inherited from Object.

pub unsafe fn _get_property_list(&mut self) -> VariantArray
[src]

Inherited from Object.

pub unsafe fn _init(&mut self)
[src]

Inherited from Object.

pub unsafe fn get_class(&self) -> GodotString
[src]

Inherited from Object.

pub unsafe fn is_class(&self, _type: GodotString) -> bool
[src]

Inherited from Object.

pub unsafe fn set(&mut self, property: GodotString, value: Variant)
[src]

Inherited from Object.

pub unsafe fn get(&self, property: GodotString) -> Variant
[src]

Inherited from Object.

pub unsafe fn set_indexed(&mut self, property: NodePath, value: Variant)
[src]

Inherited from Object.

pub unsafe fn get_indexed(&self, property: NodePath) -> Variant
[src]

Inherited from Object.

pub unsafe fn get_property_list(&self) -> VariantArray
[src]

Inherited from Object.

pub unsafe fn get_method_list(&self) -> VariantArray
[src]

Inherited from Object.

pub unsafe fn notification(&mut self, what: i64, reversed: bool)
[src]

Inherited from Object.

pub unsafe fn get_instance_id(&self) -> i64
[src]

Inherited from Object.

pub unsafe fn set_script(&mut self, script: Option<Reference>)
[src]

Inherited from Object.

pub unsafe fn get_script(&self) -> Option<Reference>
[src]

Inherited from Object.

pub unsafe fn set_meta(&mut self, name: GodotString, value: Variant)
[src]

Inherited from Object.

pub unsafe fn get_meta(&self, name: GodotString) -> Variant
[src]

Inherited from Object.

pub unsafe fn has_meta(&self, name: GodotString) -> bool
[src]

Inherited from Object.

pub unsafe fn get_meta_list(&self) -> StringArray
[src]

Inherited from Object.

pub unsafe fn add_user_signal(
    &mut self,
    signal: GodotString,
    arguments: VariantArray
)
[src]

Inherited from Object.

pub unsafe fn has_user_signal(&self, signal: GodotString) -> bool
[src]

Inherited from Object.

pub unsafe fn emit_signal(
    &mut self,
    signal: GodotString,
    varargs: &[Variant]
) -> Variant
[src]

Inherited from Object.

pub unsafe fn call(
    &mut self,
    method: GodotString,
    varargs: &[Variant]
) -> Variant
[src]

Inherited from Object.

pub unsafe fn call_deferred(
    &mut self,
    method: GodotString,
    varargs: &[Variant]
) -> Variant
[src]

Inherited from Object.

pub unsafe fn callv(
    &mut self,
    method: GodotString,
    arg_array: VariantArray
) -> Variant
[src]

Inherited from Object.

pub unsafe fn has_method(&self, method: GodotString) -> bool
[src]

Inherited from Object.

pub unsafe fn get_signal_list(&self) -> VariantArray
[src]

Inherited from Object.

pub unsafe fn get_signal_connection_list(
    &self,
    signal: GodotString
) -> VariantArray
[src]

Inherited from Object.

pub unsafe fn get_incoming_connections(&self) -> VariantArray
[src]

Inherited from Object.

pub unsafe fn connect(
    &mut self,
    signal: GodotString,
    target: Option<Object>,
    method: GodotString,
    binds: VariantArray,
    flags: i64
) -> GodotResult
[src]

Inherited from Object.

pub unsafe fn disconnect(
    &mut self,
    signal: GodotString,
    target: Option<Object>,
    method: GodotString
)
[src]

Inherited from Object.

pub unsafe fn is_connected(
    &self,
    signal: GodotString,
    target: Option<Object>,
    method: GodotString
) -> bool
[src]

Inherited from Object.

pub unsafe fn set_block_signals(&mut self, enable: bool)
[src]

Inherited from Object.

pub unsafe fn is_blocking_signals(&self) -> bool
[src]

Inherited from Object.

pub unsafe fn property_list_changed_notify(&mut self)
[src]

Inherited from Object.

pub unsafe fn set_message_translation(&mut self, enable: bool)
[src]

Inherited from Object.

pub unsafe fn can_translate_messages(&self) -> bool
[src]

Inherited from Object.

pub unsafe fn tr(&self, message: GodotString) -> GodotString
[src]

Inherited from Object.

pub unsafe fn is_queued_for_deletion(&self) -> bool
[src]

Inherited from Object.

pub unsafe fn to_panel_container(&self) -> PanelContainer
[src]

Up-cast.

pub unsafe fn to_container(&self) -> Container
[src]

Up-cast.

pub unsafe fn to_control(&self) -> Control
[src]

Up-cast.

pub unsafe fn to_canvas_item(&self) -> CanvasItem
[src]

Up-cast.

pub unsafe fn to_node(&self) -> Node
[src]

Up-cast.

pub unsafe fn to_object(&self) -> Object
[src]

Up-cast.

pub unsafe fn cast<T: GodotObject>(&self) -> Option<T>
[src]

Generic dynamic cast.

Trait Implementations

impl Copy for ScriptEditor
[src]

impl Clone for ScriptEditor
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ScriptEditor
[src]

impl ToVariant for ScriptEditor
[src]

impl GodotObject for ScriptEditor
[src]

impl QueueFree for ScriptEditor
[src]

Auto Trait Implementations

impl !Send for ScriptEditor

impl !Sync for ScriptEditor

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]