Package javafx.scene

Enum Class DepthTest

java.lang.Object
java.lang.Enum<DepthTest>
javafx.scene.DepthTest
All Implemented Interfaces:
Serializable, Comparable<DepthTest>, Constable

public enum DepthTest extends Enum<DepthTest>
This enum defines the possible states for the depthTest flag in node. Note that this is a conditional feature. See ConditionalFeature.SCENE3D for more information.
Since:
JavaFX 2.0