Class WidgetGeometry
  
  
  
    Inheritance
    
    WidgetGeometry
   
  
  
  
  Assembly: Ritchie.Toolbox.dll
  
  
    public sealed class WidgetGeometry : IDisposable
   
  Properties
  
  
  
  
  Declaration
  
    public bool IsValid { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public Mesh Mesh { get; }
   
  Property Value
  
  Methods
  
  
  Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
  
  
  Render(GraphicsDevice, Texture2D)
  
  
  Declaration
  
    public void Render(GraphicsDevice graphicsDevice, Texture2D defaultTexture)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | GraphicsDevice | graphicsDevice |  | 
      
        | Texture2D | defaultTexture |  | 
    
  
  
  
  
  
  Declaration
  
    public void SetSamplerState(int meshIndex, SamplerState? samplerState)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | meshIndex |  | 
      
        | SamplerState | samplerState |  | 
    
  
  
  SetTExture(int, Texture2D?)
  
  
  Declaration
  
    public void SetTExture(int meshIndex, Texture2D? texture)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | meshIndex |  | 
      
        | Texture2D | texture |  | 
    
  
  Implements