arena-py API v1.3.0
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', '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', 'jitsi_video': 'jitsi-video', 'landmark': 'landmark', 'look_at': 'look-at', 'material': 'material', 'material_extras': 'material-extras', 'model_container': 'model-container', 'modelUpdate': 'modelUpdate', 'multisrc': 'multisrc', 'parent': 'parent', 'physx_body': 'physx-body', 'physx_force_pushable': 'physx-force-pushable', 'physx_grabbable': 'physx-grabbable', 'physx_joint': 'physx-joint', 'physx_joint_constraint': 'physx-joint-constraint', 'physx_joint_driver': 'physx-joint-driver', 'physx_material': 'physx-material', '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', 'submodel_parent': 'submodel-parent', 'textinput': 'textinput', 'url': 'url', 'video_control': 'video-control', 'visible': 'visible'}
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', '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', 'jitsi-video': 'jitsi_video', 'landmark': 'landmark', 'look-at': 'look_at', 'material': 'material', 'material-extras': 'material_extras', 'model-container': 'model_container', 'modelUpdate': 'modelUpdate', 'multisrc': 'multisrc', 'parent': 'parent', 'physx-body': 'physx_body', 'physx-force-pushable': 'physx_force_pushable', 'physx-grabbable': 'physx_grabbable', 'physx-joint': 'physx_joint', 'physx-joint-constraint': 'physx_joint_constraint', 'physx-joint-driver': 'physx_joint_driver', 'physx-material': 'physx_material', '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', 'submodel-parent': 'submodel_parent', 'textinput': 'textinput', 'url': 'url', 'video-control': 'video_control', 'visible': 'visible'}
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'>, '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'>, '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'>, 'model_container': <class 'arena.attributes.model_container.ModelContainer'>, 'modelUpdate': <class 'arena.attributes.model_update.ModelUpdate'>, 'multisrc': <class 'arena.attributes.multisrc.Multisrc'>, 'physx_body': <class 'arena.attributes.physx_body.PhysxBody'>, 'physx_force_pushable': <class 'arena.attributes.physx_force_pushable.PhysxForcePushable'>, 'physx_joint': <class 'arena.attributes.physx_joint.PhysxJoint'>, 'physx_joint_constraint': <class 'arena.attributes.physx_joint_constraint.PhysxJointConstraint'>, 'physx_joint_driver': <class 'arena.attributes.physx_joint_driver.PhysxJointDriver'>, 'physx_material': <class 'arena.attributes.physx_material.PhysxMaterial'>, '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'>, 'textinput': <class 'arena.attributes.textinput.Textinput'>, 'video_control': <class 'arena.attributes.video_control.VideoControl'>}