Skip to content

Fadeout Beam Comp

SmArtKar edited this page Jul 3, 2023 · 4 revisions

CompProperties_BeamFadeout makes beams that it's attached to leave another beam fadeoutTicks field determines how long(in ticks) it takes for the created beam to fade out completely

    public class CompProperties_BeamFadeout : CompProperties
    {
        public int fadeoutTicks = 10;
    }

Clone this wiki locally