コード例 #1
0
ファイル: Faceshift.cs プロジェクト: Eddy002/SCARYGAME
 /**
  * Saves the current pose of the character as T-pose
  * @param path [in] The path to the file
  */
 public void SaveTPoseToFile(string filename_with_path)
 {
     if (m_tpose.saveToFile(filename_with_path))
     {
         m_tpose_asset = null;
     }
 }