| Interface | Description |
|---|---|
| Effect<T> |
Represents a sort of 'factory' that can create animations for
a particular target.
|
| Class | Description |
|---|---|
| AbstractEffect<T> |
Base implementation of the Effect class that implements
standard interface functionality other than the create() method.
|
| EffectControl<T extends com.jme3.scene.Spatial> |
Manages the available named Effects for a Spatial and keeps track of
the existing effects run for a particular channel.
|
| EffectInfo |
Contains information about an effect that was previously
run on a particular channel within the EffectControl.
|