ParticlesNetwork Members
The ParticlesNetwork type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParticlesNetwork()()()() |
Default constructor for the ParticlesNetwork.
|
|
ParticlesNetwork(INetworkElement) |
Constructor for the ParticlesNetwork with a specified network object.
|
Methods
Name | Description | |
---|---|---|
ComputeActive |
Computes the active state of the particle system and flags any changes.
|
|
ComputePassive |
Computes the passive state of the particle system and applies any received changes.
|
|
Extract |
Extracts the particle system data from the provided data stream reader.
|
|
GetPassiveArguments |
Gets the current particle information packet to be used for passive synchronization.
|
|
SynchonizeActive |
Synchronizes the active state of the particle system by writing the data to the provided writer.
|
|
SynchonizePassive |
Synchronizes the passive state of the particle system by applying the received data.
|