Skip to content

Struct Manus::CoreSDK::SkeletonSetupInfo

ClassList > Manus > CoreSDK > SkeletonSetupInfo

Stores the skeleton setup information.

Public Attributes

Type Name
uint id
string name
SkeletonSettings settings
SkeletonType type

Public Functions

Type Name
SkeletonSetupInfo (uint p_Id, SkeletonType p_Type, SkeletonSettings p_Settings, string p_Name)

Public Attributes Documentation

variable id

uint Manus.CoreSDK.SkeletonSetupInfo.id;

variable name

string Manus.CoreSDK.SkeletonSetupInfo.name;

variable settings

SkeletonSettings Manus.CoreSDK.SkeletonSetupInfo.settings;

variable type

SkeletonType Manus.CoreSDK.SkeletonSetupInfo.type;

Public Functions Documentation

function SkeletonSetupInfo

inline Manus::CoreSDK::SkeletonSetupInfo::SkeletonSetupInfo (
    uint p_Id,
    SkeletonType p_Type,
    SkeletonSettings p_Settings,
    string p_Name
) 

The documentation for this class was generated from the following file api/unity-plugin/Scripts/Core/ManusSDKTypes.cs