Used to retrieve the Y 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 Y As Double
Get
public:
property double Y {
double get ();
}
member Y : float with get
Return Value
Type:
Double
System.Double for the Y coordinate.
See Also