public static UnityEngine.Vector3 ToUnityVector3(this Vector3 v)
 {
     return(new UnityEngine.Vector3((float)v.X, (float)v.Y, (float)v.Z));
 }