Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.arena_object

Object class. Defines a generic object in the ARENA.

Object(evt_handler=None, update_handler=None, **kwargs)
type = 'object'
object_type = 'entity'
all_objects = {}
evt_handler
update_handler
animations
delayed_prop_tasks
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):
clickable
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 remove(cls, obj):
@classmethod
def exists(cls, object_id):