Struct roblox::instance::Studio [−][src]
pub struct Studio<'a> {}Show 141 fields
pub todo_color: Color3, pub function_color: Color3, pub local_color: Color3, pub nil_color: Color3, pub self_color: Color3, pub active_color: Color3, pub active_hover_over_color: Color3, pub always_save_script_changes: bool, pub animate_hover_over: bool, pub auto_clean_empty_line: bool, pub auto_closing_brackets: bool, pub auto_closing_quotes: bool, pub auto_indent_rule: AutoIndentRule, pub auto_recovery_enabled: bool, pub auto_recovery_interval_minutes: i32, pub auto_recovery_path: QDir, pub background_color: Color3, pub basic_objects_display_mode: ListDisplayMode, pub bool_color: Color3, pub bracket_color: Color3, pub built_in_function_color: Color3, pub camera_mouse_wheel_speed: f32, pub camera_shift_speed: f32, pub camera_speed: f32, pub camera_zoom_to_mouse_position: bool, pub clear_output_on_start: bool, pub command_bar_local_state: bool, pub comment_color: Color3, pub current_line_highlight_color: Color3, pub debugger_current_line_color: Color3, pub debugger_error_line_color: Color3, pub default_script_file_dir: QDir, pub deprecated_objects_shown: bool, pub display_language: &'a str, pub drag_multiple_parts_as_single_part: bool, pub enable_autocomplete: bool, pub enable_core_script_debugger: bool, pub enable_http_sandboxing: bool, pub enable_internal_beta_features: bool, pub enable_internal_features: bool, pub enable_script_analysis: bool, pub enable_signature_help: bool, pub enable_temporary_tabs: bool, pub enable_temporary_tabs_in_explorer: bool, pub enable_type_hover: bool, pub enable_on_type_autocomplete: bool, pub error_color: Color3, pub find_selection_background_color: Color3, pub font: QFont, pub format_on_paste: bool, pub format_on_type: bool, pub function_name_color: Color3, pub highlight_current_line: bool, pub highlight_occurances: bool, pub hover_animate_speed: HoverAnimateSpeed, pub hover_box_thickness: f32, pub hover_over_color: Color3, pub indent_using_spaces: bool, pub keyword_color: Color3, pub line_thickness: f32, pub local_assets_folder: QDir, pub lua_debugger_enabled: bool, pub lua_debugger_enabled_at_startup: bool, pub luau_keyword_color: Color3, pub matching_word_background_color: Color3, pub maximum_output_lines: i32, pub menu_item_background_color: Color3, pub method_color: Color3, pub number_color: Color3, pub only_play_audio_from_window_in_focus: bool, pub operator_color: Color3, pub output_font: QFont, pub output_layout_mode: OutputLayoutMode, pub override_core_scripts: bool, pub override_core_scripts_dir: QDir, pub permission_level_shown: PermissionLevelShown, pub physical_draggers_select_scope_by_default: bool, pub pivot_snap_to_geometry_color: Color3, pub plugin_debugging_enabled: bool, pub plugins_dir: QDir, pub primary_text_color: Color3, pub property_color: Color3, pub render_throttle_percentage: i32, pub respect_studio_shortcuts_when_game_has_focus: bool, pub ruler_color: Color3, pub rulers: &'a str, pub runtime_undo_behavior: RuntimeUndoBehavior, pub script_editor_color_preset: StudioScriptEditorColorPresets, pub script_editor_scrollbar_background_color: Color3, pub script_editor_scrollbar_handle_color: Color3, pub script_editor_menu_border_color: Color3, pub script_editor_should_show_plugin_methods: bool, pub script_timeout_length: i32, pub scroll_past_last_line: bool, pub search_content_for_core_scripts: bool, pub secondary_text_color: Color3, pub select_color: Color3, pub select_or_hover_color: Color3, pub selected_menu_item_background_color: Color3, pub selected_text_color: Color3, pub selection_background_color: Color3, pub selection_color: Color3, pub selection_highlight_thickness: f32, pub server_audio_behavior: ServerAudioBehavior, pub set_pivot_of_imported_parts: bool, pub show_core_gui_in_explorer_while_playing: bool, pub show_deployment_warnings: bool, pub show_diagnostics_bar: bool, pub show_file_sync_service: bool, pub show_hidden_objects_in_explorer: bool, pub show_hover_over: bool, pub show_light_guides: bool, pub show_navigation_areas: bool, pub show_navigation_mesh: bool, pub show_plugin_gui_service_in_explorer: bool, pub show_qt_warnings_in_output: bool, pub show_whitespace: bool, pub show_plus_button_on_hover_in_explorer: bool, pub show_core_packages_in_explorer: bool, pub skip_closing_brackets_and_quotes: bool, pub string_color: Color3, pub tab_width: i32, pub text_color: Color3, pub text_wrapping: bool, pub theme: Option<InstanceRef>, pub warning_color: Color3, pub whitespace_color: Color3, pub archivable: bool, pub class_name: &'a str, pub name: &'a str, pub parent: Option<InstanceRef>, pub roblox_locked: bool, pub source_asset_id: i64, pub theme_changed: RBXScriptSignal<()>, pub ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>, pub attribute_changed: RBXScriptSignal<&'a str>, pub changed: RBXScriptSignal<&'a str>, pub child_added: RBXScriptSignal<Option<InstanceRef>>, pub child_removed: RBXScriptSignal<Option<InstanceRef>>, pub descendant_added: RBXScriptSignal<Option<InstanceRef>>, pub descendant_removing: RBXScriptSignal<Option<InstanceRef>>,
Expand description
The Studio Instance Class
Fields
todo_color: Color3
function_color: Color3
local_color: Color3
nil_color: Color3
self_color: Color3
active_color: Color3
active_hover_over_color: Color3
always_save_script_changes: bool
animate_hover_over: bool
auto_clean_empty_line: bool
auto_closing_brackets: bool
auto_closing_quotes: bool
auto_indent_rule: AutoIndentRule
auto_recovery_enabled: bool
auto_recovery_interval_minutes: i32
auto_recovery_path: QDir
background_color: Color3
basic_objects_display_mode: ListDisplayMode
bool_color: Color3
bracket_color: Color3
built_in_function_color: Color3
camera_mouse_wheel_speed: f32
camera_shift_speed: f32
camera_speed: f32
camera_zoom_to_mouse_position: bool
clear_output_on_start: bool
command_bar_local_state: bool
comment_color: Color3
current_line_highlight_color: Color3
debugger_current_line_color: Color3
debugger_error_line_color: Color3
default_script_file_dir: QDir
deprecated_objects_shown: bool
display_language: &'a str
drag_multiple_parts_as_single_part: bool
enable_autocomplete: bool
enable_core_script_debugger: bool
enable_http_sandboxing: bool
enable_internal_beta_features: bool
enable_internal_features: bool
enable_script_analysis: bool
enable_signature_help: bool
enable_temporary_tabs: bool
enable_temporary_tabs_in_explorer: bool
enable_type_hover: bool
enable_on_type_autocomplete: bool
error_color: Color3
find_selection_background_color: Color3
font: QFont
format_on_paste: bool
format_on_type: bool
function_name_color: Color3
highlight_current_line: bool
highlight_occurances: bool
hover_animate_speed: HoverAnimateSpeed
hover_box_thickness: f32
hover_over_color: Color3
indent_using_spaces: bool
keyword_color: Color3
line_thickness: f32
local_assets_folder: QDir
lua_debugger_enabled: bool
lua_debugger_enabled_at_startup: bool
luau_keyword_color: Color3
matching_word_background_color: Color3
maximum_output_lines: i32
method_color: Color3
number_color: Color3
only_play_audio_from_window_in_focus: bool
operator_color: Color3
output_font: QFont
output_layout_mode: OutputLayoutMode
override_core_scripts: bool
override_core_scripts_dir: QDir
permission_level_shown: PermissionLevelShown
physical_draggers_select_scope_by_default: bool
pivot_snap_to_geometry_color: Color3
plugin_debugging_enabled: bool
plugins_dir: QDir
primary_text_color: Color3
property_color: Color3
render_throttle_percentage: i32
respect_studio_shortcuts_when_game_has_focus: bool
ruler_color: Color3
rulers: &'a str
runtime_undo_behavior: RuntimeUndoBehavior
script_editor_color_preset: StudioScriptEditorColorPresets
script_editor_scrollbar_background_color: Color3
script_editor_scrollbar_handle_color: Color3
script_editor_should_show_plugin_methods: bool
script_timeout_length: i32
scroll_past_last_line: bool
search_content_for_core_scripts: bool
secondary_text_color: Color3
select_color: Color3
select_or_hover_color: Color3
selected_text_color: Color3
selection_background_color: Color3
selection_color: Color3
selection_highlight_thickness: f32
server_audio_behavior: ServerAudioBehavior
set_pivot_of_imported_parts: bool
show_core_gui_in_explorer_while_playing: bool
show_deployment_warnings: bool
show_diagnostics_bar: bool
show_file_sync_service: bool
show_hover_over: bool
show_light_guides: bool
show_plugin_gui_service_in_explorer: bool
show_qt_warnings_in_output: bool
show_whitespace: bool
show_core_packages_in_explorer: bool
skip_closing_brackets_and_quotes: bool
string_color: Color3
tab_width: i32
text_color: Color3
text_wrapping: bool
theme: Option<InstanceRef>
warning_color: Color3
whitespace_color: Color3
archivable: bool
Inherited from Instance
class_name: &'a str
Inherited from Instance
name: &'a str
Inherited from Instance
parent: Option<InstanceRef>
Inherited from Instance
roblox_locked: bool
Inherited from Instance
source_asset_id: i64
Inherited from Instance
theme_changed: RBXScriptSignal<()>
ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>
Inherited from Instance
attribute_changed: RBXScriptSignal<&'a str>
Inherited from Instance
changed: RBXScriptSignal<&'a str>
Inherited from Instance
child_added: RBXScriptSignal<Option<InstanceRef>>
Inherited from Instance
child_removed: RBXScriptSignal<Option<InstanceRef>>
Inherited from Instance
descendant_added: RBXScriptSignal<Option<InstanceRef>>
Inherited from Instance
descendant_removing: RBXScriptSignal<Option<InstanceRef>>
Inherited from Instance
Implementations
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
pub fn find_first_child_which_is_a(
&self,
class_name: &'a str,
recursive: bool
) -> Option<InstanceRef>
pub fn find_first_child_which_is_a(
&self,
class_name: &'a str,
recursive: bool
) -> Option<InstanceRef>
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Studio<'a>
impl<'a> UnwindSafe for Studio<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more