Packageflash.display3D
Classpublic final class Context3DVertexBufferFormat
InheritanceContext3DVertexBufferFormat Inheritance Object

Language version: ActionScript 3.0
Runtime version: AIR 3

Defines the values to use for specifying vertex buffers.

See also

Context3D.setVertexBufferAt()


Public 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
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined by
  BYTES_4 : String = "bytes4"
[static]
Context3DVertexBufferFormat
  FLOAT_1 : String = "float1"
[static]
Context3DVertexBufferFormat
  FLOAT_2 : String = "float2"
[static]
Context3DVertexBufferFormat
  FLOAT_3 : String = "float3"
[static]
Context3DVertexBufferFormat
  FLOAT_4 : String = "float4"
[static]
Context3DVertexBufferFormat
Constant detail
BYTES_4constant
public static const BYTES_4:String = "bytes4"

Language version: ActionScript 3.0
Runtime version: AIR 3

FLOAT_1constant 
public static const FLOAT_1:String = "float1"

Language version: ActionScript 3.0
Runtime version: AIR 3

FLOAT_2constant 
public static const FLOAT_2:String = "float2"

Language version: ActionScript 3.0
Runtime version: AIR 3

FLOAT_3constant 
public static const FLOAT_3:String = "float3"

Language version: ActionScript 3.0
Runtime version: AIR 3

FLOAT_4constant 
public static const FLOAT_4:String = "float4"

Language version: ActionScript 3.0
Runtime version: AIR 3