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

interface IVersioned in Tinman.Core.Util

Base interface for classes that carry a version number which can be used to track modifications made to the state of instances.

interface IVersioned base of Camera
  ComponentGroup
  ConfigValue
  DatasetInfo
  IConfigTypeBag
  IEnvironmentMap
  IMesh
  ITerrainTransform
  IWidgetBounds
  TextureAtlas
  Validator
  ValueArray
  VersionedBase

Attributes

Version

Returns the current version of object.

property Version { get }
type int32
value The current version number.

Remarks:

For each modification, the version is incremented by at least one.

Extensions

VersionIncrement

method VersionIncrement ()
type int32