com.threerings.tudey.shape.config
Class ShapeConfig.Circle
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.shape.config.ShapeConfig
com.threerings.tudey.shape.config.ShapeConfig.Circle
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Enclosing class:
- ShapeConfig
public static class ShapeConfig.Circle
- extends ShapeConfig
A circle.
| Nested classes/interfaces inherited from class com.threerings.tudey.shape.config.ShapeConfig |
ShapeConfig.Capsule, ShapeConfig.Circle, ShapeConfig.Compound, ShapeConfig.Global, ShapeConfig.None, ShapeConfig.Point, ShapeConfig.Polygon, ShapeConfig.Rectangle, ShapeConfig.Segment, ShapeConfig.TransformedShape, ShapeConfig.Vertex |
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
|
Field Summary |
float |
radius
The radius of the circle. |
radius
@Editable(min=0.0,
step=0.01)
public float radius
- The radius of the circle.
ShapeConfig.Circle
public ShapeConfig.Circle()
Copyright © 2011. All Rights Reserved.