TagTool.Sounds.SoundInfo.ReadPaths C# (CSharp) Méthode

ReadPaths() private méthode

private ReadPaths ( EndianReader reader ) : void
reader TagTool.IO.EndianReader
Résultat void
        private void ReadPaths(EndianReader reader)
        {
            ReadPathPoints(reader);
            ReadPathDefinitions(reader);
            ReadPathRandomness(reader);
        }