Class Root
    Public
    
    
    
    Public Variables
        
                next
        
    
                    
                    Next item in the linked list of all roots.
                        Public
                    
                
        
                obj
        
    
                    
                    Underlying object.
                        Public
                    
                
        
                previousPosition
        
    
                    
                    
                        Public
                    
                
        
                previousRotation
        
    
                    
                    
                        Public
                    
                Private/Protected Members
        
                flag
        
    
                    
                    
                        Internal
                    
                
        
                items
        
    
                    
                    References to an item in each grid cell that this object is contained inside.
                        Internal
                    
                
        
                prev
        
    
                    
                    Previous item in the linked list of all roots.
                        Internal
                    
                
        
                previousBounds
        
    
                    
                    
                        Internal