Networking::​ConnectionAcksType
UnityObjectLink
Networking::​ConnectionAcksType

enum:/TYPE/UnityEngine.Networking.ConnectionAcksType///

Parent

UnityObjectLink

Variables
networking::​connectionackstype::​acks128
static readonly networking::connectionackstype::acks128

enum constant number 3

networking::​connectionackstype::​acks32
static readonly networking::connectionackstype::acks32

enum constant number 0

networking::​connectionackstype::​acks64
static readonly networking::connectionackstype::acks64

enum constant number 1

networking::​connectionackstype::​acks96
static readonly networking::connectionackstype::acks96

enum constant number 2

Functions
networking::​connectionackstype::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

networking::​connectionackstype::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.Networking.ConnectionAcksType enum
)

no documentation

Parameters
enum
UnityEngine.Networking.ConnectionAcksType

an enum of type Networking::ConnectionAcksType

Returns

System.Int32

networking::​connectionackstype::​inttoenum
static UnityEngine.Networking.ConnectionAcksType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::Networking::ConnectionAcksType::Count()

Returns

UnityEngine.Networking.ConnectionAcksType

toint
System.String ToInt()

ToInt, equivalent to UnityEngine::Networking::ConnectionAcksType::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::Networking::ConnectionAcksType::EnumToString(enum)

Returns

System.String