OpenSim.Region.Framework.Scenes.Scene.SwapRootAgentCount C# (CSharp) Метод

SwapRootAgentCount() публичный Метод

public SwapRootAgentCount ( bool rootChildChildRootTF ) : void
rootChildChildRootTF bool
Результат void
        public void SwapRootAgentCount(bool rootChildChildRootTF)
        {
            m_sceneGraph.SwapRootChildAgent(rootChildChildRootTF);
        }
Scene