Click or drag to resize
VectorX Property

Used to retrieve the X component of the vector.

Namespace: Terrarium.Sdk.Classes.Helpers
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public double X { get; }

Return Value

Type: Double
System.Double for the X coordinate.
See Also