Skip to content

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

string Manus.CoreSDK.Version.label;

variable major

uint Manus.CoreSDK.Version.major;

variable minor

uint Manus.CoreSDK.Version.minor;

variable patch

uint Manus.CoreSDK.Version.patch;

variable sha

string Manus.CoreSDK.Version.sha;

variable tag

string Manus.CoreSDK.Version.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