AGS.Editor.NativeProxy.CreateVOXFile C# (CSharp) Method

CreateVOXFile() public method

public CreateVOXFile ( string fileName, string fileList ) : void
fileName string
fileList string
return void
        public void CreateVOXFile(string fileName, string[] fileList)
        {
            _native.CreateVOXFile(fileName, fileList);
        }