VertexElementUV.VertexElementUV

VertexElementUV()

Initializes a new instance of the VertexElementUV class. The default texture mapping type is Diffuse

public VertexElementUV()

See Also


VertexElementUV(TextureMapping)

Initializes a new instance of the VertexElementUV class.

public VertexElementUV(TextureMapping textureMapping)
ParameterTypeDescription
textureMappingTextureMappingThe texture mapping type.

See Also