Struct Manus::CoreSDK::Version
ClassList > Manus > CoreSDK > Version
Used to describe hardware, firmware or ManusCore version.
Public Attributes
Type | Name |
---|---|
string | label |
uint | major |
uint | minor |
uint | patch |
string | sha |
string | tag |
Public Functions
Type | Name |
---|---|
Version (uint p_Major, uint p_Minor, uint p_Patch, string p_Label, string p_Sha, string p_Tag) |
Public Attributes Documentation
variable label
variable major
variable minor
variable patch
variable sha
variable tag
Public Functions Documentation
function Version
inline Manus::CoreSDK::Version::Version (
uint p_Major,
uint p_Minor,
uint p_Patch,
string p_Label,
string p_Sha,
string p_Tag
)
The documentation for this class was generated from the following file api/unity-plugin/Scripts/Core/ManusSDKTypes.cs