Struct roblox::instance::ParticleEmitter [−][src]
pub struct ParticleEmitter<'a> {}Show 34 fields
pub acceleration: Vector3, pub color: ColorSequence, pub drag: f32, pub emission_direction: NormalId, pub enabled: bool, pub lifetime: NumberRange, pub light_emission: f32, pub light_influence: f32, pub locked_to_part: bool, pub orientation: ParticleOrientation, pub rate: f32, pub rot_speed: NumberRange, pub rotation: NumberRange, pub size: NumberSequence, pub speed: NumberRange, pub spread_angle: Vector2, pub texture: &'a str, pub time_scale: f32, pub transparency: NumberSequence, pub velocity_inheritance: 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 ParticleEmitter Instance Class
Fields
acceleration: Vector3
color: ColorSequence
drag: f32
emission_direction: NormalId
enabled: bool
lifetime: NumberRange
light_emission: f32
light_influence: f32
locked_to_part: bool
orientation: ParticleOrientation
rate: f32
rot_speed: NumberRange
rotation: NumberRange
size: NumberSequence
speed: NumberRange
spread_angle: Vector2
texture: &'a str
time_scale: f32
transparency: NumberSequence
velocity_inheritance: 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
Creates a new ParticleEmitter object.
Equivalent to Instance.new(“ParticleEmitter”) 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 ParticleEmitter<'a>
impl<'a> Send for ParticleEmitter<'a>
impl<'a> Sync for ParticleEmitter<'a>
impl<'a> Unpin for ParticleEmitter<'a>
impl<'a> UnwindSafe for ParticleEmitter<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more