Adobe® AIR® API Reference for HTML Developers
Home  |  Hide Classes List |  Index  |  Appendixes

Language Reference only       
Context3DClearMask 
window.runtime propertywindow.runtime.flash.display3D.Context3DClearMask
InheritanceContext3DClearMask Inheritance Object

Runtime Versions:  3

The Context3DClearMask class defines the values for specifying which components of the Context3D buffer to clear.

See also



Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
hasOwnProperty(name:String):Boolean
Indicates whether an object has a specified property defined.
Object
 Inherited
isPrototypeOf(theClass:Object):Boolean
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
propertyIsEnumerable(name:String):Boolean
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
toLocaleString():String
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
toString():String
Returns the string representation of the specified object.
Object
 Inherited
valueOf():Object
Returns the primitive value of the specified object.
Object
Constants
 ConstantDefined 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.