Uses of Class
com.jme.scene.state.ZBufferState.TestFunction

Packages that use ZBufferState.TestFunction
com.jme.scene.state   
 

Uses of ZBufferState.TestFunction in com.jme.scene.state
 

Fields in com.jme.scene.state declared as ZBufferState.TestFunction
protected  ZBufferState.TestFunction ZBufferState.function
          Depth function.
 

Methods in com.jme.scene.state that return ZBufferState.TestFunction
 ZBufferState.TestFunction ZBufferState.getFunction()
          getFunction returns the current depth function.
static ZBufferState.TestFunction ZBufferState.TestFunction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ZBufferState.TestFunction[] ZBufferState.TestFunction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.scene.state with parameters of type ZBufferState.TestFunction
 void ZBufferState.setFunction(ZBufferState.TestFunction function)
          setFunction sets the depth function.