Tao.PhysFs SDK Documentation

Fs Class

PhysFS bindings for .NET, implementing PhysFS 1.0.1 (http://icculus.org/physfs/).

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

System.Object
   Tao.PhysFs.Fs

[Visual Basic]
MustInherit NotInheritable Public Class Fs
[C#]
public abstract sealed class Fs

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

PhysicsFS is a library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem.

More information can be found at the official website (http://icculus.org/physfs/).

Requirements

Namespace: Tao.PhysFs

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

See Also

Fs Members | Tao.PhysFs Namespace