com.threerings.opengl.effect.config
Class PlacerConfig.Line
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.effect.config.PlacerConfig
com.threerings.opengl.effect.config.PlacerConfig.Line
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- PlacerConfig
public static class PlacerConfig.Line
- extends PlacerConfig
Places points along a line segment.
|
Field Summary |
float |
length
The length of the segment. |
length
@Editable(min=0.0,
step=0.01)
public float length
- The length of the segment.
PlacerConfig.Line
public PlacerConfig.Line()
createPlacer
public Placer createPlacer(BaseParticleSystem.Layer layer)
- Description copied from class:
PlacerConfig
- Creates the placer corresponding to this config.
- Specified by:
createPlacer in class PlacerConfig
Copyright © 2011. All Rights Reserved.