© 2026 Hedgehog Software, LLC
public static string _Serialize(this Vector3 value) { return $"{value.X}, {value.Y}, {value.Z}"; }