Struct HashableNetworkVariableTestStruct
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public struct HashableNetworkVariableTestStruct : INetworkSerializeByMemcpy, IEquatable<HashableNetworkVariableTestStruct>
Fields
A
Declaration
Field Value
B
Declaration
Field Value
C
Declaration
Field Value
D
Declaration
Field Value
E
Declaration
Field Value
F
Declaration
Field Value
G
Declaration
Field Value
H
Declaration
Field Value
I
Declaration
Field Value
J
Declaration
Field Value
K
Declaration
Field Value
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
Equals(HashableNetworkVariableTestStruct)
Declaration
public bool Equals(HashableNetworkVariableTestStruct other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements