colorInfluencer.colorValue.setTimeline(new float[] {0, 1});
colorInfluencer.alphaValue.setHigh(1);
colorInfluencer.alphaValue.setTimeline(new float[] {0, 0.5f, 0.8f, 1});
colorInfluencer.alphaValue.setScaling(new float[] {0, 0.15f, 0.5f, 0});
return new ParticleController("Billboard Controller", emitter, new BillboardRenderer(editor.getBillboardBatch()),
new RegionInfluencer.Single(editor.getTexture()),
spawnSource,
scaleInfluencer,
colorInfluencer
);