Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: MeshVertexInfo WithTexture(double, double)

Declaration

public MeshVertexInfo WithTexture(
    double x,
    double y
)

Summary

Returns a new MeshVertexInfo with the texture coordinates (UV mapping) set to the specified coordinates.

Parameters

doublex X-coordinate (U).
doubley Y-coordinate (V).