Exemplo n.º 1
0
 public void AddLayer(Visual layerRoot)
 {
     NoesisGUI_PINVOKE.AdornerDecorator_AddLayer(swigCPtr, Visual.getCPtr(layerRoot));
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
     public void AddLayer(Visual layerRoot)
     {
         NoesisGUI_PINVOKE.AdornerDecorator_AddLayer(swigCPtr, Visual.getCPtr(layerRoot));
 #if UNITY_EDITOR || NOESIS_API
         if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
         {
             throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
         }
 #endif
     }
Exemplo n.º 3
0
 public void AddLayer(Visual layerRoot)
 {
     NoesisGUI_PINVOKE.AdornerDecorator_AddLayer(swigCPtr, Visual.getCPtr(layerRoot));
 }