Unity.Networking.Transport.Utilities.SequenceHelpers
#
Inherited MembersObject.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
#
Namespace: System.Dynamic.ExpandoObject#
Assembly: transport.dll#
Syntax#
AbsDistance(UInt16, UInt16)#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.UInt16 | lhs | |
System.UInt16 | rhs |
#
ReturnsType | Description |
---|---|
System.Int32 |
#
BitMaskToString(UInt32)#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.UInt32 | mask |
#
ReturnsType | Description |
---|---|
System.String |
#
GreaterThan16(UInt16, UInt16)#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.UInt16 | lhs | |
System.UInt16 | rhs |
#
ReturnsType | Description |
---|---|
System.Boolean |
#
IsNewer(UInt32, UInt32)#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.UInt32 | current | |
System.UInt32 | old |
#
ReturnsType | Description |
---|---|
System.Boolean |
#
LessThan16(UInt16, UInt16)#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.UInt16 | lhs | |
System.UInt16 | rhs |
#
ReturnsType | Description |
---|---|
System.Boolean |
#
StalePacket(UInt16, UInt16, UInt16)#
Declaration#
ParametersType | Name | Description |
---|---|---|
System.UInt16 | sequence | |
System.UInt16 | oldSequence | |
System.UInt16 | windowSize |
#
ReturnsType | Description |
---|---|
System.Boolean |