arena-py API v1.4.0
    
            
                
                    
    
    
            Object class. Defines a generic object in the ARENA.
                                
            
        Object(evt_handler=None, update_handler=None, **kwargs)
        
    
    
    
    
                             
                            
                            
                            
                            
                            
                            
                            
                            
                            
                                
            
        def
        update_attributes(self, evt_handler=None, update_handler=None, **kwargs):
        
    
    
    
    
                             
                            
                                
            
        def
        dispatch_animation(self, animation):
        
    
    
    
    
                             
                            
                                
            
        def
        remove_animation_at_index(self, idx):
        
    
    
    
    
                             
                            
                                
            
        def
        clear_animations(self):
        
    
    
    
    
                             
                            
                            
                                
            
        def
        json_preprocess(self, **kwargs):
        
    
    
    
    
                             
                            
                                
            
        def
        json_postprocess(self, json_payload, json_data):
        
    
    
    
    
                             
                            
                                
            
        def
        json(self, **kwargs):
        
    
    
    
    
                             
                            
                                
                    @classmethod
        def
        get(cls, object_id):
        
     
    
    
    
                             
                            
                                
                    @classmethod
        def
        add(cls, obj):
        
     
    
    
    
                             
                            
                                
                    @classmethod
        def
        add_private(cls, obj):
        
     
    
    
    
                             
                            
                                
                    @classmethod
        def
        remove(cls, obj):
        
     
    
    
    
                             
                            
                                
                    @classmethod
        def
        exists(cls, object_id):