TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

struct VersionInfo in Tinman.Core.Util

struct VersionInfo implements IEquatable<VersionInfo>

Public / Constants

None

No version info.

public static readonly field None
type VersionInfo

Public / Constructors

For

Creates a new instance of VersionInfo.

public static method For (IVersioned versioned)
type VersionInfo
params versioned The versioned object or null.
returns The version info.

Public / Methods

Check

Checks if the given version info is up-to-date.

public static method Check (IVersioned versioned, ref VersionInfo info)
type bool
params versioned The versioned object or null.
  info The version info to check and update, if necessary.
returns true if info is up-to-date,
false if info was outdated and has been updated.

Equals

public method Equals (VersionInfo other)
type bool
params other