com.onlineobject.objectnet Namespace

ParticlesNetwork Members

The ParticlesNetwork type exposes the following members.

Constructors


  Name Description
Public method ParticlesNetwork()()()()
Default constructor for the ParticlesNetwork.
Public method ParticlesNetwork(INetworkElement)
Constructor for the ParticlesNetwork with a specified network object.

Methods


  Name Description
Public method ComputeActive
Computes the active state of the particle system and flags any changes.
Public method ComputePassive
Computes the passive state of the particle system and applies any received changes.
Public method Extract
Extracts the particle system data from the provided data stream reader.
Public method GetPassiveArguments
Gets the current particle information packet to be used for passive synchronization.
Public method SynchonizeActive
Synchronizes the active state of the particle system by writing the data to the provided writer.
Public method SynchonizePassive
Synchronizes the passive state of the particle system by applying the received data.