Static variables

@:value(0)staticfinalinlineread onlyALWAYS:Int = 0

The comparison always evaluates as true.

@:value(1)staticfinalinlineread onlyEQUAL:Int = 1

Equal (==).

@:value(2)staticfinalinlineread onlyGREATER:Int = 2

Greater than (>).

@:value(3)staticfinalinlineread onlyGREATER_EQUAL:Int = 3

Greater than or equal (>=).

@:value(4)staticfinalinlineread onlyLESS:Int = 4

Less than (<).

@:value(5)staticfinalinlineread onlyLESS_EQUAL:Int = 5

Less than or equal (<=).

@:value(6)staticfinalinlineread onlyNEVER:Int = 6

The comparison never evaluates as true.

@:value(7)staticfinalinlineread onlyNOT_EQUAL:Int = 7

Not equal (!=).

Static methods

@:fromstaticfromString(mode:String):FoxDepthCompareMode

@:tostatictoString(mode:FoxDepthCompareMode):String