![]() | SdkVersion Class |
Namespace: ImmerseSDK
[SerializableAttribute] public class SdkVersion
The SdkVersion type exposes the following members.
Name | Description | |
---|---|---|
![]() | SdkVersion | Initializes a new instance of the SdkVersion class |
Name | Description | |
---|---|---|
![]() ![]() | GetCurrentSdkVersionFilePath |
Gets the full local path to the sdk version txt file
|
![]() ![]() | GetCurrentVersion |
Loads the current sdk version file
|
![]() ![]() | GetPreviousSdkVersionFilePath |
Gets the full local path to the previous sdk version txt file
|
![]() ![]() | GetPreviousVersion |
Loads the previous SDK version file
|
![]() | ToLongVersion |
Returns the sdk version in longer format: Major.Minor.Patch #-SDK_BUILD_VERSION t-SDK_TIMESTAMP b-BRANCH s#-SCENE_VERSION st-SCENE_TIMESTAMP sb-SCENE_BRANCH
|
![]() | ToShortSceneVersion |
Returns the scene version in shorter format: SCENE_BUILD_VERSION on SCENE_TIMESTAMP (SCENE_BRANCH)
|
![]() | ToShortVersion |
Returns the sdk version in shorter format: Major.Minor.Patch
|
![]() | ToString |
Returns a string version that can be printed to the console
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | Branch |
The branch that this version of the sdk was built with
|
![]() | BuildTimestamp |
The Timestamp of the build
|
![]() | BuildVersion |
The version from the build system
|
![]() | MajorVersion |
The Major component of the version
|
![]() | MinorVersion |
The Minor component of the version
|
![]() | PatchVersion |
The Patch component of the version
|
![]() | SceneBranch |
The branch that this scene was built with
|
![]() | SceneBuildTimestamp |
The Timestamp of the build of the scene
|
![]() | SceneBuildVersion |
The version from the build system for the scene
|