public void SetAttrib( int index, ImGearVectVertexData attributeType, float attributeValue )
public: void SetAttrib( int index, ImGearVectVertexData attributeType, float attributeValue )
public: void SetAttrib( int index, ImGearVectVertexData attributeType, float attributeValue )
'Declaration Public Sub SetAttrib( _ ByVal index As Integer, _ ByVal attributeType As ImGearVectVertexData, _ ByVal attributeValue As Single _ )
'Usage Dim instance As ImGearVectorVertexCont Dim index As Integer Dim attributeType As ImGearVectVertexData Dim attributeValue As Single instance.SetAttrib(index, attributeType, attributeValue)
Parameters
- index
- Position of the vertex in container.
- attributeType
- The type of vertex attribute.
- attributeValue
- The value of the vertex attribute.