com.threerings.opengl.effect.config
Class ParticleSystemConfig.GroupPriority
java.lang.Object
com.threerings.util.DeepObject
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. |
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.
ParticleSystemConfig.GroupPriority
public ParticleSystemConfig.GroupPriority()
Copyright © 2011. All Rights Reserved.