Language version: | ActionScript 3.0 |
Defines the values to use for specifying 3D buffer comparisons in the setDepthTest() and setStencilAction() methods
of a Context3D instance.
public static const ALWAYS:String = "always"
Language version: | ActionScript 3.0 |
The comparison always evaluates as true.
public static const EQUAL:String = "equal"
Language version: | ActionScript 3.0 |
Equal (==).
public static const GREATER:String = "greater"
Language version: | ActionScript 3.0 |
Greater than (>).
public static const GREATER_EQUAL:String = "greaterEqual"
Language version: | ActionScript 3.0 |
Greater than or equal (>=).
public static const LESS:String = "less"
Language version: | ActionScript 3.0 |
Less than (<).
public static const LESS_EQUAL:String = "lessEqual"
Language version: | ActionScript 3.0 |
Less than or equal (<=).
public static const NEVER:String = "never"
Language version: | ActionScript 3.0 |
The comparison never evaluates as true.
public static const NOT_EQUAL:String = "notEqual"
Language version: | ActionScript 3.0 |
Not equal (!=).
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00