Example #1
0
 /**
  * @brief Converts a Vector3 to a TSVector and adds its value in player's input.
  **/
 public static void SetTSVector(byte key, UnityEngine.Vector3 value)
 {
     SetTSVector(key, value.ToTSVector());
 }