OpenSim.Region.Framework.Scenes.Scene.GetConfig C# (CSharp) Méthode

GetConfig() protected méthode

protected GetConfig ( ) : IConfigSource
Résultat IConfigSource
        protected override IConfigSource GetConfig()
        {
            return m_config;
        }
Scene