Class ChannelQOS
Assembly: UnityEngine.dll
Syntax
[Serializable]
[Obsolete("The UNET transport will be removed in the future as soon a replacement is ready.")]
public class ChannelQOS
Constructors
|
Improve this Doc
View Source
ChannelQOS()
Declaration
|
Improve this Doc
View Source
ChannelQOS(ChannelQOS)
Declaration
public ChannelQOS(ChannelQOS channel)
Parameters
|
Improve this Doc
View Source
ChannelQOS(QosType)
Declaration
public ChannelQOS(QosType value)
Parameters
Type |
Name |
Description |
QosType |
value |
|
Properties
|
Improve this Doc
View Source
BelongsToSharedOrderChannel
Declaration
public bool BelongsToSharedOrderChannel { get; }
Property Value
|
Improve this Doc
View Source
QOS
Declaration
public QosType QOS { get; }
Property Value
Extension Methods