Click or drag to resize

UVCoords Constructor (Single, Single, Single, Single)

Constructor for UVCoords given all parameters.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public UVCoords(
	float u0,
	float v0,
	float u1,
	float v1
)

Parameters

u0
Type: SystemSingle
The left texture coordinate (defaults to 0).
v0
Type: SystemSingle
The top texture coordinate (defaults to 0).
u1
Type: SystemSingle
The right texture coordinate (defaults to 1).
v1
Type: SystemSingle
The bottom texture coordinate (defaults to 1).
See Also