Alexandria.AlexandriaPluginFormatAsset.DetectFile C# (CSharp) Méthode

DetectFile() public méthode

Attempt to detect a GameInstance from this file.
public DetectFile ( ICollection collection, string path, BinaryReader reader, FileManager manager ) : void
collection ICollection
path string The path to the file.
reader System.IO.BinaryReader The opened file reader. You do not need to reset the position afterwards.
manager Glare.Assets.FileManager The to open any other files, if necessary.
Résultat void
        public virtual void DetectFile(ICollection<GameInstance> collection, string path, BinaryReader reader, FileManager manager)
        {
        }