Link Search Menu Expand Document

arena-py API v0.9.6

arena.attributes.translate

ATTRIBUTE_KEYWORD_TRANSLATION = {'physics': 'dynamic-body', 'clickable': 'click-listener', 'animation': 'animation', 'animation_mixer': 'animation-mixer', 'armarker': 'armarker', 'attribution': 'attribution', 'blip': 'blip', 'box_collision_listener': 'box-collision-listener', 'buffer': 'buffer', 'click_listener': 'click-listener', 'collision_listener': 'collision-listener', 'dynamic_body': 'dynamic-body', 'gltf_model_lod': 'gltf-model-lod', 'gltf_morph': 'gltf-morph', 'goto_landmark': 'goto-landmark', 'goto_url': 'goto-url', 'hide_on_enter_ar': 'hide-on-enter-ar', 'hide_on_enter_vr': 'hide-on-enter-vr', 'impulse': 'impulse', 'jitsi_video': 'jitsi-video', 'landmark': 'landmark', 'look_at': 'look-at', 'material': 'material', 'material_extras': 'material-extras', 'modelUpdate': 'modelUpdate', 'multisrc': 'multisrc', 'parent': 'parent', 'position': 'position', 'remote_render': 'remote-render', 'rotation': 'rotation', 'scale': 'scale', 'screenshareable': 'screenshareable', 'shadow': 'shadow', 'show_on_enter_ar': 'show-on-enter-ar', 'show_on_enter_vr': 'show-on-enter-vr', 'skipCache': 'skipCache', 'sound': 'sound', 'spe_particles': 'spe-particles', 'static_body': 'static-body', 'textinput': 'textinput', 'url': 'url', 'video_control': 'video-control'}
KEYWORD_ATTRIBUTE_TRANSLATION = {'animation': 'animation', 'animation-mixer': 'animation_mixer', 'armarker': 'armarker', 'attribution': 'attribution', 'blip': 'blip', 'box-collision-listener': 'box_collision_listener', 'buffer': 'buffer', 'click-listener': 'click_listener', 'collision-listener': 'collision_listener', 'dynamic-body': 'dynamic_body', 'gltf-model-lod': 'gltf_model_lod', 'gltf-morph': 'gltf_morph', 'goto-landmark': 'goto_landmark', 'goto-url': 'goto_url', 'hide-on-enter-ar': 'hide_on_enter_ar', 'hide-on-enter-vr': 'hide_on_enter_vr', 'impulse': 'impulse', 'jitsi-video': 'jitsi_video', 'landmark': 'landmark', 'look-at': 'look_at', 'material': 'material', 'material-extras': 'material_extras', 'modelUpdate': 'modelUpdate', 'multisrc': 'multisrc', 'parent': 'parent', 'position': 'position', 'remote-render': 'remote_render', 'rotation': 'rotation', 'scale': 'scale', 'screenshareable': 'screenshareable', 'shadow': 'shadow', 'show-on-enter-ar': 'show_on_enter_ar', 'show-on-enter-vr': 'show_on_enter_vr', 'skipCache': 'skipCache', 'sound': 'sound', 'spe-particles': 'spe_particles', 'static-body': 'static_body', 'textinput': 'textinput', 'url': 'url', 'video-control': 'video_control'}
ATTRIBUTE_CLASS_TRANSLATION = {'animation': <class 'arena.attributes.animation.Animation'>, 'animation_mixer': <class 'arena.attributes.animation_mixer.AnimationMixer'>, 'armarker': <class 'arena.attributes.armarker.Armarker'>, 'attribution': <class 'arena.attributes.attribution.Attribution'>, 'blip': <class 'arena.attributes.blip.Blip'>, 'box_collision_listener': <class 'arena.attributes.box_collision_listener.BoxCollisionListener'>, 'click_listener': <class 'arena.attributes.click_listener.ClickListener'>, 'dynamic_body': <class 'arena.attributes.dynamic_body.DynamicBody'>, 'gltf_model_lod': <class 'arena.attributes.gltf_model_lod.GltfModelLod'>, 'gltf_morph': <class 'arena.attributes.gltf_morph.GltfMorph'>, 'goto_landmark': <class 'arena.attributes.goto_landmark.GotoLandmark'>, 'goto_url': <class 'arena.attributes.goto_url.GotoUrl'>, 'impulse': <class 'arena.attributes.impulse.Impulse'>, 'jitsi_video': <class 'arena.attributes.jitsi_video.JitsiVideo'>, 'landmark': <class 'arena.attributes.landmark.Landmark'>, 'material': <class 'arena.attributes.material.Material'>, 'material_extras': <class 'arena.attributes.material_extras.MaterialExtras'>, 'modelUpdate': <class 'arena.attributes.model_update.ModelUpdate'>, 'multisrc': <class 'arena.attributes.multisrc.Multisrc'>, 'position': <class 'arena.attributes.position.Position'>, 'remote_render': <class 'arena.attributes.remote_render.RemoteRender'>, 'rotation': <class 'arena.attributes.rotation.Rotation'>, 'scale': <class 'arena.attributes.scale.Scale'>, 'shadow': <class 'arena.attributes.shadow.Shadow'>, 'sound': <class 'arena.attributes.sound.Sound'>, 'spe_particles': <class 'arena.attributes.spe_particles.SpeParticles'>, 'static_body': <class 'arena.attributes.static_body.StaticBody'>, 'textinput': <class 'arena.attributes.textinput.Textinput'>, 'video_control': <class 'arena.attributes.video_control.VideoControl'>}