Click or drag to resize

SdkVersion Methods

The SdkVersion type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCurrentSdkVersionFilePath
Gets the full local path to the sdk version txt file
Public methodStatic memberGetCurrentVersion
Loads the current sdk version file
Public methodStatic memberGetPreviousSdkVersionFilePath
Gets the full local path to the previous sdk version txt file
Public methodStatic memberGetPreviousVersion
Loads the previous SDK version file
Public methodToLongVersion
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
Public methodToShortSceneVersion
Returns the scene version in shorter format: SCENE_BUILD_VERSION on SCENE_TIMESTAMP (SCENE_BRANCH)
Public methodToShortVersion
Returns the sdk version in shorter format: Major.Minor.Patch
Public methodToString
Returns a string version that can be printed to the console
(Overrides ObjectToString.)
Top
See Also