HomeSort by relevance Sort by last modified time
    Searched defs:ParticleController (Results 1 - 3 of 3) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParticleChannels.java 11 * It is also used by the {@link ParticleController} to handle temporary channels allocated by influencers.
112 public static final ChannelDescriptor ParticleController = new ChannelDescriptor(newGlobalId(), ParticleController.class, 1);
ParticleController.java 20 public class ParticleController implements Json.Serializable, ResourceData.Configurable{
54 public ParticleController(){
61 public ParticleController(String name, Emitter emitter, ParticleControllerRenderer<?, ?> renderer, Influencer...influencers){
224 public ParticleController copy () {
231 return new ParticleController(new String(this.name), emitter, (ParticleControllerRenderer<?, ?>)renderer.copy(), influencers);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
FlameMain.java 74 import com.badlogic.gdx.graphics.g3d.particles.ParticleController;
128 public ParticleController controller;
129 public ControllerData (ParticleController emitter) {
175 ParticleController("Particle Controller", new InfluencerWrapper[]{
235 ParticleController controller = getEmitter();
244 type = ControllerType.ParticleController;
270 ParticleController controller = getEmitter();
382 Array<ParticleController> effectControllers = effect.getControllers();
394 public ParticleController getEmitter () {
398 public void addEmitter (ParticleController emitter)
    [all...]

Completed in 81 milliseconds