CloneArray< T >(T[] array) | NetworkBehaviourUtils | static |
CopyFromNetworkArray< T >(NetworkArray< T > networkArray, ref T[] dstArray) | NetworkBehaviourUtils | static |
CopyFromNetworkDictionary< D, K, V >(NetworkDictionary< K, V > networkDictionary, ref D dictionary) | NetworkBehaviourUtils | static |
CopyFromNetworkList< T >(NetworkLinkedList< T > networkList, ref T[] dstArray) | NetworkBehaviourUtils | static |
GetMetaData(Type type) | NetworkBehaviourUtils | static |
GetRpcStaticIndexOrThrow(string key) | NetworkBehaviourUtils | static |
GetStaticWordCount(Type type) | NetworkBehaviourUtils | static |
GetWordCount(NetworkBehaviour behaviour) | NetworkBehaviourUtils | static |
HasStaticWordCount(Type type) | NetworkBehaviourUtils | static |
InitializeNetworkArray< T >(NetworkArray< T > networkArray, T[] sourceArray, string name) | NetworkBehaviourUtils | static |
InitializeNetworkDictionary< D, K, V >(NetworkDictionary< K, V > networkDictionary, D dictionary, string name) | NetworkBehaviourUtils | static |
InitializeNetworkList< T >(NetworkLinkedList< T > networkList, T[] sourceArray, string name) | NetworkBehaviourUtils | static |
InternalOnDestroy(SimulationBehaviour obj) | NetworkBehaviourUtils | static |
InternalOnDisable(SimulationBehaviour obj) | NetworkBehaviourUtils | static |
InternalOnEnable(SimulationBehaviour obj) | NetworkBehaviourUtils | static |
InvokeRpc | NetworkBehaviourUtils | static |
MakeSerializableDictionary< K, V >(Dictionary< K, V > dictionary) | NetworkBehaviourUtils | static |
NotifyLocalSimulationNotAllowedToSendRpc(string rpc, NetworkObject obj, int sources) | NetworkBehaviourUtils | static |
NotifyLocalTargetedRpcCulled(PlayerRef player, string methodName) | NetworkBehaviourUtils | static |
NotifyNetworkUnwrapFailed< T >(T wrapper, Type valueType) | NetworkBehaviourUtils | static |
NotifyNetworkWrapFailed< T >(T value) | NetworkBehaviourUtils | static |
NotifyNetworkWrapFailed< T >(T value, Type wrapperType) | NetworkBehaviourUtils | static |
NotifyRpcPayloadSizeExceeded(string rpc, int size) | NetworkBehaviourUtils | static |
NotifyRpcTargetUnreachable(PlayerRef player, string rpc) | NetworkBehaviourUtils | static |
RegisterMetaData(Type type) | NetworkBehaviourUtils | static |
RegisterRpcInvokeDelegates(Type type) | NetworkBehaviourUtils | static |
ShouldRegisterRpcInvokeDelegates(Type type) | NetworkBehaviourUtils | static |
ThrowIfBehaviourNotInitialized(NetworkBehaviour behaviour) | NetworkBehaviourUtils | static |
TryGetRpcInvokeDelegateArray(Type type, out RpcInvokeData[] delegates) | NetworkBehaviourUtils | static |
TryGetRpcStaticInvokeDelegate(int index, out RpcStaticInvokeDelegate del) | NetworkBehaviourUtils | static |