Click or drag to resize

NetworkedDictionaryTKey, TValue Methods

[This is preliminary documentation and is subject to change.]

The NetworkedDictionaryTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(KeyValuePairTKey, TValue)
Public methodAdd(TKey, TValue)
Public methodCanClientRead
Gets wheter or not a specific client can read to the varaible
Public methodCanClientWrite
Gets wheter or not a specific client can write to the varaible
Public methodClear
Public methodContains
Public methodContainsKey
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetChannel
Returns the name of the channel to be used for syncing
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsDirty
Gets wheter or not the container is dirty
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReadDelta
Reads delta from the reader and applies them to the internal value
Public methodReadField
Reads the complete state from the reader and applies it
Public methodRemove(KeyValuePairTKey, TValue)
Public methodRemove(TKey)
Public methodResetDirty
Resets the dirty state and marks the variable as synced / clean
Public methodSetNetworkedBehaviour
Sets NetworkedBehaviour the container belongs to.
Public methodToString (Inherited from Object.)
Public methodTryGetValue
Public methodWriteDelta
Writes the dirty changes, that is, the changes since the variable was last dirty, to the writer
Public methodWriteField
Writes the complete state of the variable to the writer
Top
See Also