Click or drag to resize

QuadRendererAspectUVCoords Property

The Texture Coords allow an imported image to be cropped. The top left of the quad is (0,0) and the bottom right of the quad is (1,1).

Namespace:  Demo3D.Visuals.Renderers.Primitives
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public UVCoords UVCoords { get; set; }

Property Value

Type: UVCoords
See Also