Networking::​QosType
UnityObjectLink
Networking::​QosType

enum:/TYPE/UnityEngine.Networking.QosType///

Parent

UnityObjectLink

Variables
networking::​qostype::​allcostdelivery
static readonly networking::qostype::allcostdelivery

enum constant number 8

networking::​qostype::​reliable
static readonly networking::qostype::reliable

enum constant number 3

networking::​qostype::​reliablefragmented
static readonly networking::qostype::reliablefragmented

enum constant number 4

networking::​qostype::​reliablefragmentedsequenced
static readonly networking::qostype::reliablefragmentedsequenced

enum constant number 10

networking::​qostype::​reliablesequenced
static readonly networking::qostype::reliablesequenced

enum constant number 5

networking::​qostype::​reliablestateupdate
static readonly networking::qostype::reliablestateupdate

enum constant number 7

networking::​qostype::​stateupdate
static readonly networking::qostype::stateupdate

enum constant number 6

networking::​qostype::​unreliable
static readonly networking::qostype::unreliable

enum constant number 0

networking::​qostype::​unreliablefragmented
static readonly networking::qostype::unreliablefragmented

enum constant number 1

networking::​qostype::​unreliablefragmentedsequenced
static readonly networking::qostype::unreliablefragmentedsequenced

enum constant number 9

networking::​qostype::​unreliablesequenced
static readonly networking::qostype::unreliablesequenced

enum constant number 2

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

no documentation

Returns

System.Int32

networking::​qostype::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.Networking.QosType enum
)

no documentation

Parameters
enum
UnityEngine.Networking.QosType

an enum of type Networking::QosType

Returns

System.Int32

networking::​qostype::​inttoenum
static UnityEngine.Networking.QosType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.Networking.QosType

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String