Struct NetworkBehaviour.Id
Syntax
public struct Id : IEquatable<NetworkBehaviour.Id>
Constructors
Id(UInt32, Int32)
Declaration
public Id(uint netId, int componentIndex)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | netId | |
System.Int32 | componentIndex |
Id(NetworkBehaviour)
Declaration
public Id(NetworkBehaviour behaviour)
Parameters
Type | Name | Description |
---|---|---|
Mirage.NetworkBehaviour | behaviour |
Fields
NetId
Declaration
public readonly uint NetId
ComponentIndex
Declaration
public readonly int ComponentIndex
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Equals(NetworkBehaviour.Id)
Declaration
public bool Equals(NetworkBehaviour.Id other)
Parameters
Type | Name | Description |
---|---|---|
Mirage.NetworkBehaviour.Id | other |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |