Struct roblox::instance::BillboardGui [−][src]
pub struct BillboardGui<'a> {Show 43 fields
pub active: bool,
pub adornee: Option<InstanceRef>,
pub always_on_top: bool,
pub brightness: f32,
pub clips_descendants: bool,
pub current_distance: f32,
pub distance_lower_limit: f32,
pub distance_step: f32,
pub distance_upper_limit: f32,
pub extents_offset: Vector3,
pub extents_offset_world_space: Vector3,
pub light_influence: f32,
pub max_distance: f32,
pub player_to_hide_from: Option<InstanceRef>,
pub size: UDim2,
pub size_offset: Vector2,
pub studs_offset: Vector3,
pub studs_offset_world_space: Vector3,
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 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 BillboardGui Instance Class
Fields
active: booladornee: Option<InstanceRef>always_on_top: boolbrightness: f32clips_descendants: boolcurrent_distance: f32distance_lower_limit: f32distance_step: f32distance_upper_limit: f32extents_offset: Vector3extents_offset_world_space: Vector3light_influence: f32max_distance: f32player_to_hide_from: Option<InstanceRef>size: UDim2size_offset: Vector2studs_offset: Vector3studs_offset_world_space: Vector3enabled: boolInherited from LayerCollector
reset_on_spawn: boolInherited from LayerCollector
z_index_behavior: ZIndexBehaviorInherited from LayerCollector
absolute_position: Vector2Inherited from GuiBase2d
absolute_rotation: f32Inherited from GuiBase2d
absolute_size: Vector2Inherited from GuiBase2d
auto_localize: boolInherited from GuiBase2d
clipped_rect: RectInherited from GuiBase2d
is_not_occluded: boolInherited from GuiBase2d
raw_rect2_d: RectInherited from GuiBase2d
root_localization_table: Option<InstanceRef>Inherited from GuiBase2d
total_group_scale: f32Inherited from GuiBase2d
archivable: boolInherited from Instance
class_name: &'a strInherited from Instance
name: &'a strInherited from Instance
parent: Option<InstanceRef>Inherited from Instance
roblox_locked: boolInherited from Instance
source_asset_id: i64Inherited from Instance
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
Creates a new BillboardGui object.
Equivalent to Instance.new(“BillboardGui”) in Luau.
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for BillboardGui<'a>
impl<'a> Send for BillboardGui<'a>
impl<'a> Sync for BillboardGui<'a>
impl<'a> Unpin for BillboardGui<'a>
impl<'a> UnwindSafe for BillboardGui<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more