Pacchetto | flash.display3D |
Classe | public final class Context3DClearMask |
Ereditarietà | Context3DClearMask Object |
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | Flash Player 11, AIR 3 |
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
ALL : int [statico]
Cancella tutti i buffer.. | Context3DClearMask | ||
COLOR : int [statico]
Cancellate solo il buffer del colore. | Context3DClearMask | ||
DEPTH : int [statico]
Cancellate solo il buffer della profondità. | Context3DClearMask | ||
STENCIL : int [statico]
Cancellate solo il buffer di stencil. | Context3DClearMask |
Descrizione delle costanti
ALL | Costante |
public static const ALL:int
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | Flash Player 11, AIR 3 |
Cancella tutti i buffer.
COLOR | Costante |
public static const COLOR:int
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | Flash Player 11, AIR 3 |
Cancellate solo il buffer del colore.
DEPTH | Costante |
public static const DEPTH:int
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | Flash Player 11, AIR 3 |
Cancellate solo il buffer della profondità.
STENCIL | Costante |
public static const STENCIL:int
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | Flash Player 11, AIR 3 |
Cancellate solo il buffer di stencil.
Tue Jun 12 2018, 02:44 PM Z