예제 #1
0
 public void TriggerSetRootAgentScene(UUID agentID, Scene scene)
 {
     handlerSetRootAgentScene = OnSetRootAgentScene;
     if (handlerSetRootAgentScene != null)
     {
         handlerSetRootAgentScene(agentID, scene);
     }
 }
예제 #2
0
 public void TriggerSetRootAgentScene(UUID agentID, Scene scene)
 {
     handlerSetRootAgentScene = OnSetRootAgentScene;
     if (handlerSetRootAgentScene != null)
         handlerSetRootAgentScene(agentID, scene);
 }