C# Class TangoSDKAbout, beerpong

Tango SDK about window.
Inheritance: EditorWindow
Afficher le fichier Open project: ashomk/beerpong

Méthodes publiques

Свойство Type Description
TANGO_VERSION_DATA_PATH string
m_branch string
m_gitHash string
m_validData bool
m_versionTag string

Méthodes publiques

Méthode Description
OnGUI ( ) : void

Raises the GU event.

ReadVersionFile ( ) : void

Reads the version file.

Private Methods

Méthode Description
GetSDKVersion ( ) : void

Method Details

OnGUI() public méthode

Raises the GU event.
public OnGUI ( ) : void
Résultat void

ReadVersionFile() public méthode

Reads the version file.
public ReadVersionFile ( ) : void
Résultat void

Property Details

TANGO_VERSION_DATA_PATH public_oe static_oe property

public static string TANGO_VERSION_DATA_PATH
Résultat string

m_branch public_oe property

public string m_branch
Résultat string

m_gitHash public_oe property

public string m_gitHash
Résultat string

m_validData public_oe property

public bool m_validData
Résultat bool

m_versionTag public_oe property

public string m_versionTag
Résultat string