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