コード例 #1
0
        /// <summary>
        /// Loads the binary soundtrack configuration file created by the PsaiEditor
        /// </summary>
        /// <param name="pathToPcbFile">a file path to the binary psai soundtrack file created by the psaiEditor during export.</param>
        /// <returns>PsaiResult.OK if successful</returns>
#if (PSAI_BUILT_BY_VS || PSAI_STANDALONE || PSAI_EDITOR_STANDALONE)
        public PsaiResult LoadSoundtrack(string pathToPcbFile)
        {
            return(m_logik.LoadSoundtrack(pathToPcbFile));
        }