| window.runtime property | window.runtime.flash.display3D.Context3DCompareMode |
| Inheritance | Context3DCompareMode Object |
| Runtime Versions: | 3 |
See also
Public Methods
Constants
| Constant | Defined By | ||
|---|---|---|---|
| ALWAYS : String = "always" [static]
The comparison always evaluates as true. | Context3DCompareMode | ||
| EQUAL : String = "equal" [static]
Equal (==). | Context3DCompareMode | ||
| GREATER : String = "greater" [static]
Greater than (>). | Context3DCompareMode | ||
| GREATER_EQUAL : String = "greaterEqual" [static]
Greater than or equal (>=). | Context3DCompareMode | ||
| LESS : String = "less" [static]
Less than (<). | Context3DCompareMode | ||
| LESS_EQUAL : String = "lessEqual" [static]
Less than or equal (<=). | Context3DCompareMode | ||
| NEVER : String = "never" [static]
The comparison never evaluates as true. | Context3DCompareMode | ||
| NOT_EQUAL : String = "notEqual" [static]
Not equal (!=). | Context3DCompareMode | ||
Constant Detail
ALWAYS | Constant |
public static const ALWAYS:String = "always"| Runtime Versions: | 3 |
The comparison always evaluates as true.
EQUAL | Constant |
public static const EQUAL:String = "equal"| Runtime Versions: | 3 |
Equal (==).
GREATER | Constant |
public static const GREATER:String = "greater"| Runtime Versions: | 3 |
Greater than (>).
GREATER_EQUAL | Constant |
public static const GREATER_EQUAL:String = "greaterEqual"| Runtime Versions: | 3 |
Greater than or equal (>=).
LESS | Constant |
public static const LESS:String = "less"| Runtime Versions: | 3 |
Less than (<).
LESS_EQUAL | Constant |
public static const LESS_EQUAL:String = "lessEqual"| Runtime Versions: | 3 |
Less than or equal (<=).
NEVER | Constant |
public static const NEVER:String = "never"| Runtime Versions: | 3 |
The comparison never evaluates as true.
NOT_EQUAL | Constant |
public static const NOT_EQUAL:String = "notEqual"| Runtime Versions: | 3 |
Not equal (!=).
Thu Sep 29 2011, 02:34 AM -07:00

Object
Hide Inherited Public Properties
Show Inherited Properties