Class FancyGridViewContext
  
  
  
  
    Inheritance
    System.Object
    FancyGridViewContext
   
  
  
  Assembly: FancyScrollView.dll
  Syntax
  
    public class FancyGridViewContext : IFancyGridViewContext, IFancyScrollRectContext, IFancyCellGroupContext
   
  Explicit Interface Implementations
  
  
  
  
  IFancyCellGroupContext.CellTemplate
  
  
  Declaration
  
    GameObject IFancyCellGroupContext.CellTemplate { get; set; }
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | UnityEngine.GameObject |  | 
    
  
  
  
  
  IFancyCellGroupContext.GetGroupCount
  
  
  Declaration
  
    Func<int> IFancyCellGroupContext.GetGroupCount { get; set; }
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Func<System.Int32> |  | 
    
  
  
  
  
  IFancyGridViewContext.GetCellSize
  
  
  Declaration
  
    Func<float> IFancyGridViewContext.GetCellSize { get; set; }
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Func<System.Single> |  | 
    
  
  
  
  
  IFancyGridViewContext.GetStartAxisSpacing
  
  
  Declaration
  
    Func<float> IFancyGridViewContext.GetStartAxisSpacing { get; set; }
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Func<System.Single> |  | 
    
  
  
  
  
  IFancyScrollRectContext.CalculateScrollSize
  
  
  Declaration
  
    Func<(float ScrollSize, float ReuseMargin)> IFancyScrollRectContext.CalculateScrollSize { get; set; }
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Func<System.ValueTuple<System.Single, System.Single>> |  | 
    
  
  
  
  
  IFancyScrollRectContext.ScrollDirection
  
  
  Declaration
  
    ScrollDirection IFancyScrollRectContext.ScrollDirection { get; set; }
   
  Returns
  
  Implements