Function VisualServerSingleton.particlesSetEmissionTransform

Sets the Transform that will be used by the particles when they first emit.

void particlesSetEmissionTransform (
  const(RID) particles,
  const(Transform) transform
) nothrow @nogc;