Class XCoords2d
Assembly: JeremyAnsel.DirectX.D3DXof.dll
Syntax
public sealed class XCoords2d
Properties
|
Edit this page
View Source
U
Declaration
public float U { get; set; }
Property Value
|
Edit this page
View Source
V
Declaration
public float V { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides