Click or drag to resize
VersionNumberBehaviour Class
Provides the version number specified by the text file at the given path.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.UtilsVersionNumberBehaviour

Namespace: Slash.Unity.Common.Utils
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class VersionNumberBehaviour : MonoBehaviour

The VersionNumberBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodVersionNumberBehaviour
Initializes a new instance of the VersionNumberBehaviour class
Top
Properties
  NameDescription
Public propertyVersion
Current version number.
Top
Fields
  NameDescription
Public fieldVersionFilePath
Path to file which contains version string.
Top
See Also