  | VertexAttributeValue Property  | 
 
            Get the current value for the generic vertex attribute.
            
 
    Namespace: 
   Ooogles
    Assembly:
   Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vector4 Value { get; }Public ReadOnly Property Value As Vector4
	Get
public:
property Vector4 Value {
	Vector4 get ();
}member Value : Vector4 with get
Property Value
Type: 
Vector4
RemarksOpenGL API: glGetVertexAttribfv(GL_CURRENT_VERTEX_ATTRIB)
            
See Also