Struct Manus::CoreSDK::Measurement
ClassList > Manus > CoreSDK > Measurement
Stores informations regarding the lengths of different parts of the body.
Public Attributes
Type | Name |
---|---|
MeasurementCategory | category |
string | displayName |
MeasurementType | entryType |
MeasurementUnit | unit |
float | value |
Public Functions
Type | Name |
---|---|
Measurement (MeasurementType p_EntryType, float p_Value, MeasurementUnit p_Unit, MeasurementCategory p_Category, string p_DisplayName) |
Public Attributes Documentation
variable category
variable displayName
variable entryType
variable unit
variable value
Public Functions Documentation
function Measurement
inline Manus::CoreSDK::Measurement::Measurement (
MeasurementType p_EntryType,
float p_Value,
MeasurementUnit p_Unit,
MeasurementCategory p_Category,
string p_DisplayName
)
The documentation for this class was generated from the following file api/unity-plugin/Scripts/Core/ManusSDKTypes.cs