OpenSim.Region.Framework.Scenes.ScenePresence.SendPrimUpdates C# (CSharp) 메소드

SendPrimUpdates() 공개 메소드

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
리턴 void
        public void SendPrimUpdates()
        {
            m_perfMonMS = Util.EnvironmentTickCount();

            m_sceneViewer.SendPrimUpdates();

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