Struct roblox::instance::Beam [−][src]
pub struct Beam<'a> {}Show 31 fields
pub attachment0: Option<InstanceRef>, pub attachment1: Option<InstanceRef>, pub color: ColorSequence, pub curve_size0: f32, pub curve_size1: f32, pub enabled: bool, pub face_camera: bool, pub light_emission: f32, pub light_influence: f32, pub segments: i32, pub texture: &'a str, pub texture_length: f32, pub texture_mode: TextureMode, pub texture_speed: f32, pub transparency: NumberSequence, pub width0: f32, pub width1: f32, pub z_offset: 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 Beam Instance Class
Fields
attachment0: Option<InstanceRef>
attachment1: Option<InstanceRef>
color: ColorSequence
curve_size0: f32
curve_size1: f32
enabled: bool
face_camera: bool
light_emission: f32
light_influence: f32
segments: i32
texture: &'a str
texture_length: f32
texture_mode: TextureMode
texture_speed: f32
transparency: NumberSequence
width0: f32
width1: f32
z_offset: f32
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
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 Beam<'a>
impl<'a> UnwindSafe for Beam<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more