Tao.PhysFs SDK Documentation

Fs.PHYSFS_ArchiveInfo Class

Information on various PhysicsFS-supported archives.

For a list of all members of this type, see Fs.PHYSFS_ArchiveInfo Members.

System.Object
   Tao.PhysFs.Fs.PHYSFS_ArchiveInfo

[Visual Basic]
Public Class Fs.PHYSFS_ArchiveInfo
[C#]
public class Fs.PHYSFS_ArchiveInfo

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This structure gives you details on what sort of archives are supported by this implementation of PhysicsFS. Archives tend to be things like ZIP files and such.

Not all binaries are created equal! PhysicsFS can be built with or without support for various archives. You can check with PHYSFS_supportedArchiveTypes() to see if your archive type is supported.

Requirements

Namespace: Tao.PhysFs

Assembly: Tao.PhysFs (in Tao.PhysFs.dll)

See Also

Fs.PHYSFS_ArchiveInfo Members | Tao.PhysFs Namespace | PHYSFS_supportedArchiveTypes