Class XCoords2d
Inherited Members
Namespace: JeremyAnsel.Media.DirectXFile
Assembly: JeremyAnsel.Media.DirectXFile.dll
Syntax
public sealed class XCoords2d
Properties
| Edit this page View SourceU
Declaration
public float U { get; set; }
Property Value
Type | Description |
---|---|
float |
V
Declaration
public float V { get; set; }
Property Value
Type | Description |
---|---|
float |
Methods
| Edit this page View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |