Struct roblox::instance::DockWidgetPluginGui[][src]

pub struct DockWidgetPluginGui<'a> {
Show 33 fields pub host_widget_was_restored: bool, pub title: &'a str, pub enabled: bool, pub reset_on_spawn: bool, pub z_index_behavior: ZIndexBehavior, pub absolute_position: Vector2, pub absolute_rotation: f32, pub absolute_size: Vector2, pub auto_localize: bool, pub clipped_rect: Rect, pub is_not_occluded: bool, pub raw_rect2_d: Rect, pub root_localization_table: Option<InstanceRef>, pub total_group_scale: f32, 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 plugin_drag_dropped: RBXScriptSignal<Dictionary>, pub plugin_drag_entered: RBXScriptSignal<Dictionary>, pub plugin_drag_left: RBXScriptSignal<Dictionary>, pub plugin_drag_moved: RBXScriptSignal<Dictionary>, pub window_focus_released: RBXScriptSignal<()>, pub window_focused: 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 DockWidgetPluginGui Instance Class

View Roblox documentation

Fields

host_widget_was_restored: booltitle: &'a str

Inherited from PluginGui

enabled: bool

Inherited from LayerCollector

reset_on_spawn: bool

Inherited from LayerCollector

z_index_behavior: ZIndexBehavior

Inherited from LayerCollector

absolute_position: Vector2

Inherited from GuiBase2d

absolute_rotation: f32

Inherited from GuiBase2d

absolute_size: Vector2

Inherited from GuiBase2d

auto_localize: bool

Inherited from GuiBase2d

clipped_rect: Rect

Inherited from GuiBase2d

is_not_occluded: bool

Inherited from GuiBase2d

raw_rect2_d: Rect

Inherited from GuiBase2d

root_localization_table: Option<InstanceRef>

Inherited from GuiBase2d

total_group_scale: f32

Inherited from GuiBase2d

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

plugin_drag_dropped: RBXScriptSignal<Dictionary>

Inherited from PluginGui

plugin_drag_entered: RBXScriptSignal<Dictionary>

Inherited from PluginGui

plugin_drag_left: RBXScriptSignal<Dictionary>

Inherited from PluginGui

plugin_drag_moved: RBXScriptSignal<Dictionary>

Inherited from PluginGui

window_focus_released: RBXScriptSignal<()>

Inherited from PluginGui

window_focused: RBXScriptSignal<()>

Inherited from PluginGui

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 PluginGui

Inherited from PluginGui

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

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

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.