| Package | Description |
|---|---|
| com.jme3.water |
water effects
|
| Modifier and Type | Method and Description |
|---|---|
WaterFilter.AreaShape |
WaterFilter.getShapeType()
returns the shape of the water area
|
static WaterFilter.AreaShape |
WaterFilter.AreaShape.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WaterFilter.AreaShape[] |
WaterFilter.AreaShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WaterFilter.setShapeType(WaterFilter.AreaShape shapeType)
Set the shape of the water area (Circular (default) or Square).
|