Ejemplo n.º 1
0
 /// <summary>
 /// Calls this method to notify DALi when a scene is created and initialized.
 /// Notify the adaptor that the scene has been created.
 /// </summary>
 internal void NotifySceneCreated()
 {
     NDalicManualPINVOKE.Adaptor_NotifySceneCreated(swigCPtr);
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }