Kaba function ParticleGroup.emit_beam ed
...
Syntax ed
func mut ParticleGroup.emit_beam(pos: vec3, length: vec3, col: color, radius: f32, ttl: f32) -> Beam&
Parameters ed
- pos: vec3
- ...
- length: vec3
- ...
- col: color
- ...
- radius: f32
- ...
- ttl: f32
- ...
Return ed
...