Used to retrieve the X component of the vector.
Namespace: Terrarium.Sdk.Classes.HelpersAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxPublic ReadOnly Property X As Double
Get
public:
property double X {
double get ();
}
member X : float with get
Return Value
Type:
Double
System.Double for the X coordinate.
See Also