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: bool
adornee: Option<InstanceRef>
always_on_top: bool
brightness: f32
clips_descendants: bool
current_distance: f32
distance_lower_limit: f32
distance_step: f32
distance_upper_limit: f32
extents_offset: Vector3
extents_offset_world_space: Vector3
light_influence: f32
max_distance: f32
player_to_hide_from: Option<InstanceRef>
size: UDim2
size_offset: Vector2
studs_offset: Vector3
studs_offset_world_space: Vector3
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
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