Struct SyncedNetworkBehaviour
Assembly: Dew.Core.dll
Syntax
public struct SyncedNetworkBehaviour
Constructors
SyncedNetworkBehaviour(uint, int)
Declaration
public SyncedNetworkBehaviour(uint netId, int componentIndex)
Parameters
| Type |
Name |
Description |
| uint |
netId |
|
| int |
componentIndex |
|
Fields
componentIndex
Declaration
public byte componentIndex
Field Value
netId
Declaration
Field Value
Methods
Equals(SyncedNetworkBehaviour)
Declaration
public bool Equals(SyncedNetworkBehaviour other)
Parameters
Returns
Equals(uint, int)
Declaration
public bool Equals(uint netId, int componentIndex)
Parameters
| Type |
Name |
Description |
| uint |
netId |
|
| int |
componentIndex |
|
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
System.ValueType.ToString()
Operators
implicit operator SyncedNetworkBehaviour(NetworkBehaviour)
Declaration
public static implicit operator SyncedNetworkBehaviour(NetworkBehaviour nb)
Parameters
| Type |
Name |
Description |
| Mirror.NetworkBehaviour |
nb |
|
Returns
implicit operator NetworkBehaviour(SyncedNetworkBehaviour)
Declaration
public static implicit operator NetworkBehaviour(SyncedNetworkBehaviour snb)
Parameters
Returns
| Type |
Description |
| Mirror.NetworkBehaviour |
|