Tao.PhysFs SDK Documentation

Fs.PHYSFS_Version Structure

Information the version of PhysicsFS in use.

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

System.Object
   System.ValueType
      Tao.PhysFs.Fs.PHYSFS_Version

[Visual Basic]
Public Structure Fs.PHYSFS_Version
[C#]
public struct Fs.PHYSFS_Version

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

Represents the library's version as three levels: major revision (increments with massive changes, additions, and enhancements), minor revision (increments with backwards-compatible changes to the major revision), and patchlevel (increments with fixes to the minor revision).

Requirements

Namespace: Tao.PhysFs

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

See Also

Fs.PHYSFS_Version Members | Tao.PhysFs Namespace | PHYSFS_VERSION | PHYSFS_getLinkedVersion