Uses of Enum Class
com.jme3.water.WaterFilter.AreaShape
Packages that use WaterFilter.AreaShape
-
Uses of WaterFilter.AreaShape in com.jme3.water
Methods in com.jme3.water that return WaterFilter.AreaShapeModifier and TypeMethodDescriptionWaterFilter.getShapeType()returns the shape of the water areastatic WaterFilter.AreaShapeReturns the enum constant of this class with the specified name.static WaterFilter.AreaShape[]WaterFilter.AreaShape.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jme3.water with parameters of type WaterFilter.AreaShapeModifier and TypeMethodDescriptionvoidWaterFilter.setShapeType(WaterFilter.AreaShape shapeType) Set the shape of the water area (Circular (default) or Square).