Advertisement
mysterious_3D

Unexpected Error.

Oct 15th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // Init the particles to not emit and switch off the spotlights:
  2. var particles : Component[] = GetComponentsInChildren(ParticleEmitter);
  3. var childLight : Light = GetComponentInChildren(Light);
  4. var em: var = ps.emission;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement