Steamworks::​ECommunityProfileItemType
UnityObjectLink
Steamworks::​ECommunityProfileItemType

enum:/TYPE/Steamworks.ECommunityProfileItemType///

Parent

UnityObjectLink

Variables
steamworks::​ecommunityprofileitemtype::​k_ecommunityprofileitemtype_animatedavatar
static readonly steamworks::ecommunityprofileitemtype::k_ecommunityprofileitemtype_animatedavatar

enum constant number 0

steamworks::​ecommunityprofileitemtype::​k_ecommunityprofileitemtype_avatarframe
static readonly steamworks::ecommunityprofileitemtype::k_ecommunityprofileitemtype_avatarframe

enum constant number 1

steamworks::​ecommunityprofileitemtype::​k_ecommunityprofileitemtype_miniprofilebackground
static readonly steamworks::ecommunityprofileitemtype::k_ecommunityprofileitemtype_miniprofilebackground

enum constant number 4

steamworks::​ecommunityprofileitemtype::​k_ecommunityprofileitemtype_profilebackground
static readonly steamworks::ecommunityprofileitemtype::k_ecommunityprofileitemtype_profilebackground

enum constant number 3

steamworks::​ecommunityprofileitemtype::​k_ecommunityprofileitemtype_profilemodifier
static readonly steamworks::ecommunityprofileitemtype::k_ecommunityprofileitemtype_profilemodifier

enum constant number 2

Functions
steamworks::​ecommunityprofileitemtype::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

steamworks::​ecommunityprofileitemtype::​enumtoint
static System.Int32 EnumToInt(
Steamworks.ECommunityProfileItemType enum
)

no documentation

Parameters
enum

an enum of type Steamworks::ECommunityProfileItemType

Returns

System.Int32

steamworks::​ecommunityprofileitemtype::​inttoenum
static Steamworks.ECommunityProfileItemType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than Steamworks::ECommunityProfileItemType::Count()

Returns

Steamworks.ECommunityProfileItemType

toint
System.String ToInt()

ToInt, equivalent to Steamworks::ECommunityProfileItemType::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to Steamworks::ECommunityProfileItemType::EnumToString(enum)

Returns

System.String