OpenSim.Region.Framework.Scenes.ScenePresence.SendPrimUpdates C# (CSharp) Method

SendPrimUpdates() public method

Send updates to the client about prims which have been placed on the update queue. We don't necessarily send updates for all the parts on the queue, e.g. if an updates with a more recent timestamp has already been sent.
public SendPrimUpdates ( ) : void
return void
        public void SendPrimUpdates()
        {
            m_perfMonMS = Util.EnvironmentTickCount();

            m_sceneViewer.SendPrimUpdates();

            m_scene.StatsReporter.AddAgentTime(Util.EnvironmentTickCountSubtract(m_perfMonMS));
        }
ScenePresence