Paket | flash.display3D |
Klasse | public final class Context3DCompareMode |
Vererbung | Context3DCompareMode Object |
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
Verwandte API-Elemente
Öffentliche Eigenschaften
Öffentliche Methoden
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
ALWAYS : String = "always" [statisch]
Der Vergleich wird immer als „true“ evaluiert. | Context3DCompareMode | ||
EQUAL : String = "equal" [statisch]
Gleich (==). | Context3DCompareMode | ||
GREATER : String = "greater" [statisch]
Größer als (>). | Context3DCompareMode | ||
GREATER_EQUAL : String = "greaterEqual" [statisch]
Größer als oder gleich (>=). | Context3DCompareMode | ||
LESS : String = "less" [statisch]
Kleiner als (<). | Context3DCompareMode | ||
LESS_EQUAL : String = "lessEqual" [statisch]
Kleiner als oder gleich (<=). | Context3DCompareMode | ||
NEVER : String = "never" [statisch]
Der Vergleich wird nie als „true“ evaluiert. | Context3DCompareMode | ||
NOT_EQUAL : String = "notEqual" [statisch]
Ungleich (!=). | Context3DCompareMode |
Konstantendetails
ALWAYS | Konstante |
public static const ALWAYS:String = "always"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
Der Vergleich wird immer als „true“ evaluiert.
EQUAL | Konstante |
public static const EQUAL:String = "equal"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
Gleich (==).
GREATER | Konstante |
public static const GREATER:String = "greater"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
Größer als (>).
GREATER_EQUAL | Konstante |
public static const GREATER_EQUAL:String = "greaterEqual"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
Größer als oder gleich (>=).
LESS | Konstante |
public static const LESS:String = "less"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
Kleiner als (<).
LESS_EQUAL | Konstante |
public static const LESS_EQUAL:String = "lessEqual"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
Kleiner als oder gleich (<=).
NEVER | Konstante |
public static const NEVER:String = "never"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
Der Vergleich wird nie als „true“ evaluiert.
NOT_EQUAL | Konstante |
public static const NOT_EQUAL:String = "notEqual"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
Ungleich (!=).
Tue Jun 12 2018, 10:04 AM Z