Class UnityInterface
  
  
  
    Inheritance
    
    
    UnityInterface
   
  
  
  Assembly: Unity.Pixyz.SDKPlus.Editor.dll
  Syntax
  
    public class UnityInterface : Interface
   
  Methods
  
    
      
        | Name | 
        Description | 
      
    
    
      
        | 
          AddUnityViewSessionDestroyedCallback(UnityViewSessionDestroyedDelegate, IntPtr)
         | 
         | 
      
      
        | 
          AddUnityViewSessionHasPickedCallback(UnityViewSessionHasPickedDelegate, IntPtr)
         | 
         | 
      
      
        | 
          AddUnityViewSessionInitializedCallback(UnityViewSessionInitializedDelegate, IntPtr)
         | 
         | 
      
      
        | 
          AddUnityViewSessionResizedCallback(UnityViewSessionResizedDelegate, IntPtr)
         | 
         | 
      
      
        | 
          AsyncPick(uint, int, int)
         | 
        Asynchronous function to pick in the current viewer 
 | 
      
      
        | 
          AsyncResize(uint, int, int)
         | 
        call this function when the texture has to be resized. the resize will take effect during the next render. This will send a ViewSessionResized event when done 
 | 
      
      
        | 
          ConfigureFunctionLogger(string, bool, bool, bool)
         | 
         | 
      
      
        | 
          CreateUnityViewSession(int, int, GraphicAPI, int)
         | 
         | 
      
      
        | 
          GetD3D11Device()
         | 
         | 
      
      
        | 
          GetD3D11RenderTargetViewFromRenderBuffer(IntPtr)
         | 
         | 
      
      
        | 
          GetD3D11ShaderResourceViewFromNativeTexture(uint)
         | 
         | 
      
      
        | 
          GetD3D11TextureFromNativeTexture(uint)
         | 
         | 
      
      
        | 
          GetD3D11TextureFromRenderBuffer(IntPtr)
         | 
         | 
      
      
        | 
          GetDestroyFunction()
         | 
         | 
      
      
        | 
          GetDrawFunction()
         | 
         | 
      
      
        | 
          GetInitFunction()
         | 
         | 
      
      
        | 
          GetLastError()
         | 
         | 
      
      
        | 
          GetVulkanDevice()
         | 
         | 
      
      
        | 
          RemoveUnityViewSessionDestroyedCallback(uint)
         | 
         | 
      
      
        | 
          RemoveUnityViewSessionHasPickedCallback(uint)
         | 
         | 
      
      
        | 
          RemoveUnityViewSessionInitializedCallback(uint)
         | 
         | 
      
      
        | 
          RemoveUnityViewSessionResizedCallback(uint)
         | 
         |