Pakket | flash.display3D |
Klasse | public final class Context3DCompareMode |
Overerving | Context3DCompareMode Object |
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
ALWAYS : String = "always" [statisch]
De vergelijking wordt altijd als true geëvalueerd. | Context3DCompareMode | ||
EQUAL : String = "equal" [statisch]
Gelijkmatig (==). | Context3DCompareMode | ||
GREATER : String = "greater" [statisch]
Groter dan (>). | Context3DCompareMode | ||
GREATER_EQUAL : String = "greaterEqual" [statisch]
Groter dan of gelijk aan (>=). | Context3DCompareMode | ||
LESS : String = "less" [statisch]
Kleiner dan (<). | Context3DCompareMode | ||
LESS_EQUAL : String = "lessEqual" [statisch]
Kleiner dan of gelijk aan (<=). | Context3DCompareMode | ||
NEVER : String = "never" [statisch]
De vergelijking wordt nooit als true geëvalueerd. | Context3DCompareMode | ||
NOT_EQUAL : String = "notEqual" [statisch]
Niet gelijk (!=). | Context3DCompareMode |
Constantedetails
ALWAYS | Constante |
public static const ALWAYS:String = "always"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
De vergelijking wordt altijd als true geëvalueerd.
EQUAL | Constante |
public static const EQUAL:String = "equal"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
Gelijkmatig (==).
GREATER | Constante |
public static const GREATER:String = "greater"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
Groter dan (>).
GREATER_EQUAL | Constante |
public static const GREATER_EQUAL:String = "greaterEqual"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
Groter dan of gelijk aan (>=).
LESS | Constante |
public static const LESS:String = "less"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
Kleiner dan (<).
LESS_EQUAL | Constante |
public static const LESS_EQUAL:String = "lessEqual"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
Kleiner dan of gelijk aan (<=).
NEVER | Constante |
public static const NEVER:String = "never"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
De vergelijking wordt nooit als true geëvalueerd.
NOT_EQUAL | Constante |
public static const NOT_EQUAL:String = "notEqual"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
Niet gelijk (!=).
Wed Jun 13 2018, 11:42 AM Z