Beispiel #1
0
 public static void PushVector3(IntPtr L, Vector3 v)
 {
     LuaAPI.PushVector3(L, v.x, v.y, v.z);
 }