C# Class OpenSim.Region.Framework.Scenes.SceneViewer

Inheritance: ISceneViewer
Datei anzeigen Open project: N3X15/VoxelSim Class Usage Examples

Protected Properties

Property Type Description
m_partsUpdateQueue OpenSim.Region.Framework.Scenes.Types.UpdateQueue
m_pendingObjects Queue
m_presence ScenePresence
m_updateTimes ScenePartUpdate>.Dictionary

Public Methods

Method Description
Close ( ) : void
QueuePartForUpdate ( SceneObjectPart part ) : void

Add the part to the queue of parts for which we need to send an update to the client

Reset ( ) : void
SceneViewer ( ) : System
SceneViewer ( ScenePresence presence ) : System
SendPrimUpdates ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

QueuePartForUpdate() public method

Add the part to the queue of parts for which we need to send an update to the client
public QueuePartForUpdate ( SceneObjectPart part ) : void
part SceneObjectPart
return void

Reset() public method

public Reset ( ) : void
return void

SceneViewer() public method

public SceneViewer ( ) : System
return System

SceneViewer() public method

public SceneViewer ( ScenePresence presence ) : System
presence ScenePresence
return System

SendPrimUpdates() public method

public SendPrimUpdates ( ) : void
return void

Property Details

m_partsUpdateQueue protected_oe property

protected UpdateQueue,OpenSim.Region.Framework.Scenes.Types m_partsUpdateQueue
return OpenSim.Region.Framework.Scenes.Types.UpdateQueue

m_pendingObjects protected_oe property

protected Queue m_pendingObjects
return Queue

m_presence protected_oe property

protected ScenePresence,OpenSim.Region.Framework.Scenes m_presence
return ScenePresence

m_updateTimes protected_oe property

protected Dictionary m_updateTimes
return ScenePartUpdate>.Dictionary