com.threerings.opengl.effect.config
Class ParticleSystemConfig.GroupPriority

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.effect.config.ParticleSystemConfig.GroupPriority
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
ParticleSystemConfig

public static class ParticleSystemConfig.GroupPriority
extends DeepObject
implements Exportable

Controls the order in which layers are rendered within the system.


Field Summary
 int group
          The priority group to which the layer belongs.
 int priority
          The priority within the group.
 
Constructor Summary
ParticleSystemConfig.GroupPriority()
           
 
Method Summary
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

group

@Editable(min=0.0)
public int group
The priority group to which the layer belongs.


priority

@Editable
public int priority
The priority within the group.

Constructor Detail

ParticleSystemConfig.GroupPriority

public ParticleSystemConfig.GroupPriority()


Copyright © 2011. All Rights Reserved.