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
|
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.
method
|
VersionIncrement
()
|
||
type
|
int32
|