Uses of Class
com.threerings.opengl.effect.config.ParticleSystemConfig.Alignment

Packages that use ParticleSystemConfig.Alignment
com.threerings.opengl.effect.config Effect configurations. 
 

Uses of ParticleSystemConfig.Alignment in com.threerings.opengl.effect.config
 

Fields in com.threerings.opengl.effect.config declared as ParticleSystemConfig.Alignment
 ParticleSystemConfig.Alignment ParticleSystemConfig.Layer.alignment
          Whether or not to align particles' orientations with their velocities.
 

Methods in com.threerings.opengl.effect.config that return ParticleSystemConfig.Alignment
static ParticleSystemConfig.Alignment ParticleSystemConfig.Alignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParticleSystemConfig.Alignment[] ParticleSystemConfig.Alignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.