Пример #1
0
        protected internal IScenePresence CreateAndAddChildScenePresence(IClientAPI client)
        {
            ScenePresence newAvatar = new ScenePresence(client, this)
            {
                IsChildAgent = true
            };

            m_sceneGraph.AddScenePresence(newAvatar);

            return(newAvatar);
        }