INetworkEntity Members
The INetworkEntity<(Of <(<'T, E>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Compute |
Performs computation logic specific to the network entity.
|
|
ComputeActive |
Performs active computation logic for the network entity.
|
|
ComputePassive |
Performs passive computation logic for the network entity.
|
|
Consume |
Consumes data from the provided data stream to update the entity's state.
|
|
Extract |
Extracts data from the provided data stream to update the entity's state.
|
|
GetActiveArguments |
Retrieves the active arguments for synchronization.
|
|
GetNetworkObject |
Retrieves the associated network object.
|
|
GetPassiveArguments |
Retrieves the passive arguments for synchronization.
|
|
Send |
Sends an event with the specified code and data over the network.
|
|
SetNetworkObject |
Sets the associated network object.
|
|
SynchonizeActive |
Synchronizes the active state of the network entity using the provided writer.
|
|
SynchonizePassive |
Synchronizes the passive state of the network entity using the provided data.
|
|
Synchronize |
Synchronizes the network entity's state with the network.
|