C# Class TangoSDKAbout, beerpong

Tango SDK about window.
Inheritance: EditorWindow
显示文件 Open project: ashomk/beerpong

Public Properties

Property Type Description
TANGO_VERSION_DATA_PATH string
m_branch string
m_gitHash string
m_validData bool
m_versionTag string

Public Methods

Method Description
OnGUI ( ) : void

Raises the GU event.

ReadVersionFile ( ) : void

Reads the version file.

Private Methods

Method Description
GetSDKVersion ( ) : void

Method Details

OnGUI() public method

Raises the GU event.
public OnGUI ( ) : void
return void

ReadVersionFile() public method

Reads the version file.
public ReadVersionFile ( ) : void
return void

Property Details

TANGO_VERSION_DATA_PATH public_oe static_oe property

public static string TANGO_VERSION_DATA_PATH
return string

m_branch public_oe property

public string m_branch
return string

m_gitHash public_oe property

public string m_gitHash
return string

m_validData public_oe property

public bool m_validData
return bool

m_versionTag public_oe property

public string m_versionTag
return string