window.runtime property | window.runtime.flash.display3D.Context3DClearMask |
Inheritance | Context3DClearMask Object |
Runtime Versions: | 3 |
See also
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
ALL : int [static]
Clear all buffers. | Context3DClearMask | ||
COLOR : int [static]
Clear the color buffer. | Context3DClearMask | ||
DEPTH : int [static]
Clear the depth buffer. | Context3DClearMask | ||
STENCIL : int [static]
Clear the stencil buffer. | Context3DClearMask |
Constant Detail
ALL | Constant |
public static const ALL:int
Runtime Versions: | 3 |
Clear all buffers.
COLOR | Constant |
public static const COLOR:int
Runtime Versions: | 3 |
Clear the color buffer.
DEPTH | Constant |
public static const DEPTH:int
Runtime Versions: | 3 |
Clear the depth buffer.
STENCIL | Constant |
public static const STENCIL:int
Runtime Versions: | 3 |
Clear the stencil buffer.
Thu Sep 29 2011, 02:34 AM -07:00