@dcl/protocol 1.0.0-2569677750.commit-6ce832a → 1.0.0-25751414897.commit-a9f7d81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +68 -0
- package/out-js/about.gen.d.ts +1 -0
- package/out-js/about.gen.js +6 -0
- package/out-js/about.gen.js.map +1 -0
- package/out-js/comms.gen.d.ts +1 -0
- package/out-js/comms.gen.js +6 -0
- package/out-js/comms.gen.js.map +1 -0
- package/out-js/decentraland/common/border_rect.gen.d.ts +49 -0
- package/out-js/decentraland/common/border_rect.gen.js +201 -0
- package/out-js/decentraland/common/border_rect.gen.js.map +1 -0
- package/out-js/decentraland/common/colors.gen.d.ts +59 -0
- package/out-js/decentraland/common/colors.gen.js +260 -0
- package/out-js/decentraland/common/colors.gen.js.map +1 -0
- package/out-js/decentraland/common/content_mapping.gen.d.ts +31 -0
- package/out-js/decentraland/common/content_mapping.gen.js +80 -0
- package/out-js/decentraland/common/content_mapping.gen.js.map +1 -0
- package/out-js/decentraland/common/sdk/user_data.gen.d.ts +63 -0
- package/out-js/decentraland/common/sdk/user_data.gen.js +330 -0
- package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -0
- package/out-js/decentraland/common/texture.gen.d.ts +123 -0
- package/out-js/decentraland/common/texture.gen.js +575 -0
- package/out-js/decentraland/common/texture.gen.js.map +1 -0
- package/out-js/decentraland/common/vectors.gen.d.ts +71 -0
- package/out-js/decentraland/common/vectors.gen.js +338 -0
- package/out-js/decentraland/common/vectors.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/comms_api.gen.d.ts +76 -0
- package/out-js/decentraland/kernel/apis/comms_api.gen.js +257 -0
- package/out-js/decentraland/kernel/apis/comms_api.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +105 -0
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js +400 -0
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +58 -0
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js +142 -0
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +338 -0
- package/out-js/decentraland/kernel/apis/engine_api.gen.js +1452 -0
- package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +283 -0
- package/out-js/decentraland/kernel/apis/environment_api.gen.js +1122 -0
- package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +225 -0
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +878 -0
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +146 -0
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +557 -0
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +100 -0
- package/out-js/decentraland/kernel/apis/permissions.gen.js +360 -0
- package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/players.gen.d.ts +127 -0
- package/out-js/decentraland/kernel/apis/players.gen.js +372 -0
- package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +178 -0
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +607 -0
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +391 -0
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +1359 -0
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +217 -0
- package/out-js/decentraland/kernel/apis/runtime.gen.js +801 -0
- package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/scene.gen.d.ts +59 -0
- package/out-js/decentraland/kernel/apis/scene.gen.js +171 -0
- package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +139 -0
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +615 -0
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +72 -0
- package/out-js/decentraland/kernel/apis/social_controller.gen.js +207 -0
- package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/testing.gen.d.ts +249 -0
- package/out-js/decentraland/kernel/apis/testing.gen.js +1073 -0
- package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +56 -0
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js +128 -0
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -0
- package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +86 -0
- package/out-js/decentraland/kernel/apis/user_identity.gen.js +236 -0
- package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -0
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +261 -0
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +1639 -0
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -0
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.d.ts +183 -0
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +906 -0
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -0
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.d.ts +224 -0
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +1204 -0
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -0
- package/out-js/decentraland/quests/definitions.gen.d.ts +541 -0
- package/out-js/decentraland/quests/definitions.gen.js +2728 -0
- package/out-js/decentraland/quests/definitions.gen.js.map +1 -0
- package/out-js/decentraland/realm/about.gen.d.ts +229 -0
- package/out-js/decentraland/realm/about.gen.js +1185 -0
- package/out-js/decentraland/realm/about.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/animator.gen.d.ts +62 -0
- package/out-js/decentraland/sdk/components/animator.gen.js +192 -0
- package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +61 -0
- package/out-js/decentraland/sdk/components/audio_source.gen.js +151 -0
- package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +50 -0
- package/out-js/decentraland/sdk/components/audio_stream.gen.js +138 -0
- package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +76 -0
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js +262 -0
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_base.gen.d.ts +36 -0
- package/out-js/decentraland/sdk/components/avatar_base.gen.js +129 -0
- package/out-js/decentraland/sdk/components/avatar_base.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_emote_command.gen.d.ts +37 -0
- package/out-js/decentraland/sdk/components/avatar_emote_command.gen.js +95 -0
- package/out-js/decentraland/sdk/components/avatar_emote_command.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.d.ts +38 -0
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js +107 -0
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +45 -0
- package/out-js/decentraland/sdk/components/avatar_locomotion_settings.gen.js +138 -0
- package/out-js/decentraland/sdk/components/avatar_locomotion_settings.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +101 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +391 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_movement.gen.d.ts +36 -0
- package/out-js/decentraland/sdk/components/avatar_movement.gen.js +113 -0
- package/out-js/decentraland/sdk/components/avatar_movement.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_movement_info.gen.d.ts +48 -0
- package/out-js/decentraland/sdk/components/avatar_movement_info.gen.js +207 -0
- package/out-js/decentraland/sdk/components/avatar_movement_info.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +76 -0
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +282 -0
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/billboard.gen.d.ts +54 -0
- package/out-js/decentraland/sdk/components/billboard.gen.js +128 -0
- package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +36 -0
- package/out-js/decentraland/sdk/components/camera_mode.gen.js +70 -0
- package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +82 -0
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +254 -0
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.d.ts +10 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.js +46 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/id.gen.d.ts +1 -0
- package/out-js/decentraland/sdk/components/common/id.gen.js +6 -0
- package/out-js/decentraland/sdk/components/common/id.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +43 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.js +226 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/loading_state.gen.d.ts +11 -0
- package/out-js/decentraland/sdk/components/common/loading_state.gen.js +57 -0
- package/out-js/decentraland/sdk/components/common/loading_state.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +45 -0
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +163 -0
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/common/texts.gen.d.ts +23 -0
- package/out-js/decentraland/sdk/components/common/texts.gen.js +120 -0
- package/out-js/decentraland/sdk/components/common/texts.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/engine_info.gen.d.ts +41 -0
- package/out-js/decentraland/sdk/components/engine_info.gen.js +95 -0
- package/out-js/decentraland/sdk/components/engine_info.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +41 -0
- package/out-js/decentraland/sdk/components/gltf_container.gen.js +101 -0
- package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +54 -0
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +157 -0
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/gltf_node.gen.d.ts +66 -0
- package/out-js/decentraland/sdk/components/gltf_node.gen.js +69 -0
- package/out-js/decentraland/sdk/components/gltf_node.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts +57 -0
- package/out-js/decentraland/sdk/components/gltf_node_modifiers.gen.js +164 -0
- package/out-js/decentraland/sdk/components/gltf_node_modifiers.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/gltf_node_state.gen.d.ts +43 -0
- package/out-js/decentraland/sdk/components/gltf_node_state.gen.js +122 -0
- package/out-js/decentraland/sdk/components/gltf_node_state.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/input_modifier.gen.d.ts +52 -0
- package/out-js/decentraland/sdk/components/input_modifier.gen.js +233 -0
- package/out-js/decentraland/sdk/components/input_modifier.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/material.gen.d.ts +128 -0
- package/out-js/decentraland/sdk/components/material.gen.js +620 -0
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +147 -0
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +556 -0
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +120 -0
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +468 -0
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +74 -0
- package/out-js/decentraland/sdk/components/nft_shape.gen.js +259 -0
- package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/player_identity_data.gen.d.ts +37 -0
- package/out-js/decentraland/sdk/components/player_identity_data.gen.js +83 -0
- package/out-js/decentraland/sdk/components/player_identity_data.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +110 -0
- package/out-js/decentraland/sdk/components/pointer_events.gen.js +306 -0
- package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +42 -0
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +133 -0
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +35 -0
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js +69 -0
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/raycast.gen.d.ts +92 -0
- package/out-js/decentraland/sdk/components/raycast.gen.js +336 -0
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +48 -0
- package/out-js/decentraland/sdk/components/raycast_result.gen.js +132 -0
- package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/realm_info.gen.d.ts +43 -0
- package/out-js/decentraland/sdk/components/realm_info.gen.js +151 -0
- package/out-js/decentraland/sdk/components/realm_info.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +81 -0
- package/out-js/decentraland/sdk/components/text_shape.gen.js +345 -0
- package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/tween.gen.d.ts +220 -0
- package/out-js/decentraland/sdk/components/tween.gen.js +1213 -0
- package/out-js/decentraland/sdk/components/tween.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/tween_sequence.gen.d.ts +39 -0
- package/out-js/decentraland/sdk/components/tween_sequence.gen.js +122 -0
- package/out-js/decentraland/sdk/components/tween_sequence.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/tween_state.gen.d.ts +40 -0
- package/out-js/decentraland/sdk/components/tween_state.gen.js +122 -0
- package/out-js/decentraland/sdk/components/tween_state.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +63 -0
- package/out-js/decentraland/sdk/components/ui_background.gen.js +197 -0
- package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +45 -0
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +187 -0
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +30 -0
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +69 -0
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +48 -0
- package/out-js/decentraland/sdk/components/ui_input.gen.js +198 -0
- package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +32 -0
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js +83 -0
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +54 -0
- package/out-js/decentraland/sdk/components/ui_text.gen.js +206 -0
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +271 -0
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +1720 -0
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/video_player.gen.d.ts +51 -0
- package/out-js/decentraland/sdk/components/video_player.gen.js +177 -0
- package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +39 -0
- package/out-js/decentraland/sdk/components/visibility_component.gen.js +83 -0
- package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -0
- package/out-js/decentraland/sdk/development/local_development.gen.d.ts +70 -0
- package/out-js/decentraland/sdk/development/local_development.gen.js +283 -0
- package/out-js/decentraland/sdk/development/local_development.gen.js.map +1 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.d.ts +1005 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js +7842 -0
- package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.d.ts +398 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js +2512 -0
- package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js.map +1 -0
- package/out-js/decentraland/social_service/errors.gen.d.ts +96 -0
- package/out-js/decentraland/social_service/errors.gen.js +405 -0
- package/out-js/decentraland/social_service/errors.gen.js.map +1 -0
- package/out-js/decentraland/social_service/v1/social_service_v1.gen.d.ts +501 -0
- package/out-js/decentraland/social_service/v1/social_service_v1.gen.js +2517 -0
- package/out-js/decentraland/social_service/v1/social_service_v1.gen.js.map +1 -0
- package/out-js/decentraland/social_service/v2/social_service_v2.gen.d.ts +1827 -0
- package/out-js/decentraland/social_service/v2/social_service_v2.gen.js +9308 -0
- package/out-js/decentraland/social_service/v2/social_service_v2.gen.js.map +1 -0
- package/out-js/google/protobuf/descriptor.gen.d.ts +436 -0
- package/out-js/google/protobuf/descriptor.gen.js +3173 -0
- package/out-js/google/protobuf/descriptor.gen.js.map +1 -0
- package/out-js/google/protobuf/empty.gen.d.ts +38 -0
- package/out-js/google/protobuf/empty.gen.js +54 -0
- package/out-js/google/protobuf/empty.gen.js.map +1 -0
- package/out-js/quests.gen.d.ts +1 -0
- package/out-js/quests.gen.js +6 -0
- package/out-js/quests.gen.js.map +1 -0
- package/out-js/sdk-apis.gen.d.ts +1 -0
- package/out-js/sdk-apis.gen.js +6 -0
- package/out-js/sdk-apis.gen.js.map +1 -0
- package/out-js/sdk-components.gen.d.ts +1 -0
- package/out-js/sdk-components.gen.js +6 -0
- package/out-js/sdk-components.gen.js.map +1 -0
- package/out-js/sdk-development.gen.d.ts +1 -0
- package/out-js/sdk-development.gen.js +6 -0
- package/out-js/sdk-development.gen.js.map +1 -0
- package/out-js/social.gen.d.ts +1 -0
- package/out-js/social.gen.js +6 -0
- package/out-js/social.gen.js.map +1 -0
- package/out-ts/about.gen.ts +3 -0
- package/out-ts/comms.gen.ts +3 -0
- package/out-ts/decentraland/common/border_rect.gen.ts +230 -0
- package/out-ts/decentraland/common/colors.gen.ts +293 -0
- package/out-ts/decentraland/common/content_mapping.gen.ts +93 -0
- package/out-ts/decentraland/common/sdk/user_data.gen.ts +370 -0
- package/out-ts/decentraland/common/texture.gen.ts +654 -0
- package/out-ts/decentraland/common/vectors.gen.ts +377 -0
- package/out-ts/decentraland/kernel/apis/comms_api.gen.ts +295 -0
- package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +434 -0
- package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +161 -0
- package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +1587 -0
- package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +1264 -0
- package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +982 -0
- package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +608 -0
- package/out-ts/decentraland/kernel/apis/permissions.gen.ts +397 -0
- package/out-ts/decentraland/kernel/apis/players.gen.ts +415 -0
- package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +668 -0
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +1474 -0
- package/out-ts/decentraland/kernel/apis/runtime.gen.ts +911 -0
- package/out-ts/decentraland/kernel/apis/scene.gen.ts +192 -0
- package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +691 -0
- package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +230 -0
- package/out-ts/decentraland/kernel/apis/testing.gen.ts +1270 -0
- package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +146 -0
- package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +264 -0
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +1849 -0
- package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +1029 -0
- package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +1338 -0
- package/out-ts/decentraland/quests/definitions.gen.ts +3020 -0
- package/out-ts/decentraland/realm/about.gen.ts +1415 -0
- package/out-ts/decentraland/sdk/components/animator.gen.ts +240 -0
- package/out-ts/decentraland/sdk/components/audio_source.gen.ts +209 -0
- package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +182 -0
- package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +289 -0
- package/out-ts/decentraland/sdk/components/avatar_base.gen.ts +149 -0
- package/out-ts/decentraland/sdk/components/avatar_emote_command.gen.ts +115 -0
- package/out-ts/decentraland/sdk/components/avatar_equipped_data.gen.ts +124 -0
- package/out-ts/decentraland/sdk/components/avatar_locomotion_settings.gen.ts +183 -0
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +479 -0
- package/out-ts/decentraland/sdk/components/avatar_movement.gen.ts +136 -0
- package/out-ts/decentraland/sdk/components/avatar_movement_info.gen.ts +249 -0
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +371 -0
- package/out-ts/decentraland/sdk/components/billboard.gen.ts +148 -0
- package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +86 -0
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +331 -0
- package/out-ts/decentraland/sdk/components/common/camera_type.gen.ts +43 -0
- package/out-ts/decentraland/sdk/components/common/id.gen.ts +3 -0
- package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +223 -0
- package/out-ts/decentraland/sdk/components/common/loading_state.gen.ts +54 -0
- package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +204 -0
- package/out-ts/decentraland/sdk/components/common/texts.gen.ts +117 -0
- package/out-ts/decentraland/sdk/components/engine_info.gen.ts +119 -0
- package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +127 -0
- package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +195 -0
- package/out-ts/decentraland/sdk/components/gltf_node.gen.ts +116 -0
- package/out-ts/decentraland/sdk/components/gltf_node_modifiers.gen.ts +204 -0
- package/out-ts/decentraland/sdk/components/gltf_node_state.gen.ts +139 -0
- package/out-ts/decentraland/sdk/components/input_modifier.gen.ts +265 -0
- package/out-ts/decentraland/sdk/components/material.gen.ts +756 -0
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +634 -0
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +551 -0
- package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +288 -0
- package/out-ts/decentraland/sdk/components/player_identity_data.gen.ts +102 -0
- package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +415 -0
- package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +170 -0
- package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +85 -0
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +405 -0
- package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +168 -0
- package/out-ts/decentraland/sdk/components/realm_info.gen.ts +183 -0
- package/out-ts/decentraland/sdk/components/text_shape.gen.ts +470 -0
- package/out-ts/decentraland/sdk/components/tween.gen.ts +1336 -0
- package/out-ts/decentraland/sdk/components/tween_sequence.gen.ts +134 -0
- package/out-ts/decentraland/sdk/components/tween_state.gen.ts +136 -0
- package/out-ts/decentraland/sdk/components/ui_background.gen.ts +223 -0
- package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +231 -0
- package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +80 -0
- package/out-ts/decentraland/sdk/components/ui_input.gen.ts +251 -0
- package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +97 -0
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +258 -0
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +1968 -0
- package/out-ts/decentraland/sdk/components/video_player.gen.ts +231 -0
- package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +108 -0
- package/out-ts/decentraland/sdk/development/local_development.gen.ts +316 -0
- package/out-ts/decentraland/sdk/ecs6/components_ecs6.gen.ts +8957 -0
- package/out-ts/decentraland/sdk/ecs6/engine_interface_ecs6.gen.ts +2886 -0
- package/out-ts/decentraland/social_service/errors.gen.ts +442 -0
- package/out-ts/decentraland/social_service/v1/social_service_v1.gen.ts +2799 -0
- package/out-ts/decentraland/social_service/v2/social_service_v2.gen.ts +10674 -0
- package/out-ts/google/protobuf/descriptor.gen.ts +3470 -0
- package/out-ts/google/protobuf/empty.gen.ts +72 -0
- package/out-ts/quests.gen.ts +3 -0
- package/out-ts/sdk-apis.gen.ts +3 -0
- package/out-ts/sdk-components.gen.ts +3 -0
- package/out-ts/sdk-development.gen.ts +3 -0
- package/out-ts/social.gen.ts +3 -0
- package/package.json +26 -10
- package/proto/buf.yaml +47 -0
- package/proto/decentraland/common/border_rect.proto +18 -0
- package/proto/decentraland/common/colors.proto +21 -0
- package/proto/decentraland/common/content_mapping.proto +7 -0
- package/proto/decentraland/common/entity.proto +13 -0
- package/proto/decentraland/common/floats.proto +8 -0
- package/proto/decentraland/common/sdk/user_data.proto +25 -0
- package/proto/decentraland/common/texture.proto +52 -0
- package/proto/decentraland/common/vectors.proto +26 -0
- package/proto/decentraland/kernel/apis/comms_api.proto +25 -0
- package/proto/decentraland/kernel/apis/communications_controller.proto +29 -0
- package/proto/decentraland/kernel/apis/dev_tools.proto +15 -0
- package/proto/decentraland/kernel/apis/engine_api.proto +118 -0
- package/proto/decentraland/kernel/apis/environment_api.proto +76 -0
- package/proto/decentraland/kernel/apis/ethereum_controller.proto +64 -0
- package/proto/decentraland/kernel/apis/parcel_identity.proto +43 -0
- package/proto/decentraland/kernel/apis/permissions.proto +36 -0
- package/proto/decentraland/kernel/apis/players.proto +35 -0
- package/proto/decentraland/kernel/apis/portable_experiences.proto +55 -0
- package/proto/decentraland/kernel/apis/restricted_actions.proto +131 -0
- package/proto/decentraland/kernel/apis/runtime.proto +71 -0
- package/proto/decentraland/kernel/apis/scene.proto +16 -0
- package/proto/decentraland/kernel/apis/signed_fetch.proto +33 -0
- package/proto/decentraland/kernel/apis/social_controller.proto +19 -0
- package/proto/decentraland/kernel/apis/testing.proto +100 -0
- package/proto/decentraland/kernel/apis/user_action_module.proto +13 -0
- package/proto/decentraland/kernel/apis/user_identity.proto +22 -0
- package/proto/decentraland/kernel/comms/rfc4/comms.proto +140 -0
- package/proto/decentraland/kernel/comms/rfc5/ws_comms.proto +104 -0
- package/proto/decentraland/kernel/comms/v1/broker.proto +114 -0
- package/proto/decentraland/kernel/comms/v1/comms.proto +68 -0
- package/proto/decentraland/kernel/comms/v2/comms.proto +61 -0
- package/proto/decentraland/kernel/comms/v3/archipelago.proto +86 -0
- package/proto/decentraland/kernel/comms/v3/comms.proto +64 -0
- package/proto/decentraland/quests/definitions.proto +185 -0
- package/proto/decentraland/realm/about.proto +138 -0
- package/proto/decentraland/sdk/components/README.md +32 -0
- package/proto/decentraland/sdk/components/Transform.md +25 -0
- package/proto/decentraland/sdk/components/animator.proto +31 -0
- package/proto/decentraland/sdk/components/asset_load.proto +10 -0
- package/proto/decentraland/sdk/components/asset_load_loading_state.proto +16 -0
- package/proto/decentraland/sdk/components/audio_event.proto +12 -0
- package/proto/decentraland/sdk/components/audio_source.proto +31 -0
- package/proto/decentraland/sdk/components/audio_stream.proto +22 -0
- package/proto/decentraland/sdk/components/avatar_attach.proto +51 -0
- package/proto/decentraland/sdk/components/avatar_base.proto +15 -0
- package/proto/decentraland/sdk/components/avatar_emote_command.proto +13 -0
- package/proto/decentraland/sdk/components/avatar_equipped_data.proto +14 -0
- package/proto/decentraland/sdk/components/avatar_locomotion_settings.proto +18 -0
- package/proto/decentraland/sdk/components/avatar_modifier_area.proto +53 -0
- package/proto/decentraland/sdk/components/avatar_movement.proto +46 -0
- package/proto/decentraland/sdk/components/avatar_movement_info.proto +22 -0
- package/proto/decentraland/sdk/components/avatar_shape.proto +45 -0
- package/proto/decentraland/sdk/components/billboard.proto +29 -0
- package/proto/decentraland/sdk/components/camera_layer.proto +30 -0
- package/proto/decentraland/sdk/components/camera_layers.proto +11 -0
- package/proto/decentraland/sdk/components/camera_mode.proto +12 -0
- package/proto/decentraland/sdk/components/camera_mode_area.proto +44 -0
- package/proto/decentraland/sdk/components/common/camera_transition.proto +11 -0
- package/proto/decentraland/sdk/components/common/camera_type.proto +9 -0
- package/proto/decentraland/sdk/components/common/id.md +2 -0
- package/proto/decentraland/sdk/components/common/id.proto +8 -0
- package/proto/decentraland/sdk/components/common/input_action.proto +39 -0
- package/proto/decentraland/sdk/components/common/loading_state.proto +10 -0
- package/proto/decentraland/sdk/components/common/media_state.proto +13 -0
- package/proto/decentraland/sdk/components/common/raycast_hit.proto +16 -0
- package/proto/decentraland/sdk/components/common/texts.proto +21 -0
- package/proto/decentraland/sdk/components/engine_info.proto +15 -0
- package/proto/decentraland/sdk/components/global_light.proto +22 -0
- package/proto/decentraland/sdk/components/gltf_container.proto +19 -0
- package/proto/decentraland/sdk/components/gltf_container_loading_state.proto +26 -0
- package/proto/decentraland/sdk/components/gltf_node.proto +42 -0
- package/proto/decentraland/sdk/components/gltf_node_modifiers.proto +25 -0
- package/proto/decentraland/sdk/components/gltf_node_state.proto +20 -0
- package/proto/decentraland/sdk/components/input_modifier.proto +22 -0
- package/proto/decentraland/sdk/components/light_source.proto +28 -0
- package/proto/decentraland/sdk/components/main_camera.proto +11 -0
- package/proto/decentraland/sdk/components/map_pin.proto +16 -0
- package/proto/decentraland/sdk/components/material.proto +69 -0
- package/proto/decentraland/sdk/components/mesh_collider.proto +69 -0
- package/proto/decentraland/sdk/components/mesh_renderer.proto +48 -0
- package/proto/decentraland/sdk/components/nft_shape.proto +48 -0
- package/proto/decentraland/sdk/components/particle_system.proto +129 -0
- package/proto/decentraland/sdk/components/physics_combined_force.proto +21 -0
- package/proto/decentraland/sdk/components/physics_combined_impulse.proto +23 -0
- package/proto/decentraland/sdk/components/player_identity_data.proto +13 -0
- package/proto/decentraland/sdk/components/pointer_events.proto +64 -0
- package/proto/decentraland/sdk/components/pointer_events_result.proto +19 -0
- package/proto/decentraland/sdk/components/pointer_lock.proto +11 -0
- package/proto/decentraland/sdk/components/primary_pointer_info.proto +44 -0
- package/proto/decentraland/sdk/components/raycast.proto +71 -0
- package/proto/decentraland/sdk/components/raycast_result.proto +21 -0
- package/proto/decentraland/sdk/components/realm_info.proto +15 -0
- package/proto/decentraland/sdk/components/skybox_time.proto +20 -0
- package/proto/decentraland/sdk/components/text_shape.proto +45 -0
- package/proto/decentraland/sdk/components/texture_camera.proto +46 -0
- package/proto/decentraland/sdk/components/trigger_area.proto +23 -0
- package/proto/decentraland/sdk/components/trigger_area_result.proto +34 -0
- package/proto/decentraland/sdk/components/tween.proto +117 -0
- package/proto/decentraland/sdk/components/tween_sequence.proto +18 -0
- package/proto/decentraland/sdk/components/tween_state.proto +18 -0
- package/proto/decentraland/sdk/components/ui_background.proto +34 -0
- package/proto/decentraland/sdk/components/ui_canvas.proto +16 -0
- package/proto/decentraland/sdk/components/ui_canvas_information.proto +30 -0
- package/proto/decentraland/sdk/components/ui_dropdown.proto +22 -0
- package/proto/decentraland/sdk/components/ui_dropdown_result.proto +11 -0
- package/proto/decentraland/sdk/components/ui_input.proto +22 -0
- package/proto/decentraland/sdk/components/ui_input_result.proto +12 -0
- package/proto/decentraland/sdk/components/ui_scroll_result.proto +12 -0
- package/proto/decentraland/sdk/components/ui_text.proto +29 -0
- package/proto/decentraland/sdk/components/ui_transform.proto +198 -0
- package/proto/decentraland/sdk/components/video_event.proto +25 -0
- package/proto/decentraland/sdk/components/video_player.proto +24 -0
- package/proto/decentraland/sdk/components/virtual_camera.proto +16 -0
- package/proto/decentraland/sdk/components/visibility_component.proto +16 -0
- package/proto/decentraland/sdk/development/local_development.proto +29 -0
- package/proto/decentraland/sdk/ecs6/components_ecs6.proto +678 -0
- package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
- package/proto/decentraland/social_service/errors.proto +30 -0
- package/proto/decentraland/social_service/v1/social_service_v1.proto +163 -0
- package/proto/decentraland/social_service/v2/social_service_v2.proto +721 -0
- package/proto/google/LICENSE +27 -0
- package/proto/google/README.md +1 -0
- package/proto/google/api/annotations.json +83 -0
- package/proto/google/api/annotations.proto +11 -0
- package/proto/google/api/http.json +86 -0
- package/proto/google/api/http.proto +31 -0
- package/proto/google/protobuf/api.json +118 -0
- package/proto/google/protobuf/api.proto +34 -0
- package/proto/google/protobuf/descriptor.json +739 -0
- package/proto/google/protobuf/descriptor.proto +286 -0
- package/proto/google/protobuf/source_context.json +20 -0
- package/proto/google/protobuf/source_context.proto +7 -0
- package/proto/google/protobuf/type.json +202 -0
- package/proto/google/protobuf/type.proto +89 -0
- package/public/about.proto +5 -0
- package/public/comms.proto +5 -0
- package/public/quests.proto +5 -0
- package/public/sdk-apis.proto +25 -0
- package/public/sdk-components.proto +47 -0
- package/public/sdk-development.proto +5 -0
- package/public/social.proto +6 -0
- package/renderer-protocol/RendererProtocol.proto +0 -21
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import _m0 from "protobufjs/minimal";
|
|
2
|
+
import { Vector3 } from "../../common/vectors.gen";
|
|
3
|
+
export declare const protobufPackage = "decentraland.sdk.components";
|
|
4
|
+
/** RaycastQueryType indicates whether the ray should stop on the first collition, or continue. */
|
|
5
|
+
export declare enum RaycastQueryType {
|
|
6
|
+
/** RQT_HIT_FIRST - Pick the first (not necessarily the closest) hit within the range */
|
|
7
|
+
RQT_HIT_FIRST = 0,
|
|
8
|
+
/** RQT_QUERY_ALL - Pick all hits within the range */
|
|
9
|
+
RQT_QUERY_ALL = 1,
|
|
10
|
+
/** RQT_NONE - Do not perform the raycast, only set the raycast result with empty hits */
|
|
11
|
+
RQT_NONE = 2,
|
|
12
|
+
UNRECOGNIZED = -1
|
|
13
|
+
}
|
|
14
|
+
export declare function raycastQueryTypeFromJSON(object: any): RaycastQueryType;
|
|
15
|
+
export declare function raycastQueryTypeToJSON(object: RaycastQueryType): string;
|
|
16
|
+
export declare enum RaycastShape {
|
|
17
|
+
/** RS_RAY - cast a point, get collisions along a ray */
|
|
18
|
+
RS_RAY = 0,
|
|
19
|
+
/** RS_AVATAR - cast the avatar collider shape, get collisions from sweeping the shape */
|
|
20
|
+
RS_AVATAR = 1,
|
|
21
|
+
UNRECOGNIZED = -1
|
|
22
|
+
}
|
|
23
|
+
export declare function raycastShapeFromJSON(object: any): RaycastShape;
|
|
24
|
+
export declare function raycastShapeToJSON(object: RaycastShape): string;
|
|
25
|
+
/**
|
|
26
|
+
* The PBRaycast component and PBRaycastResult are defined in https://adr.decentraland.org/adr/ADR-200
|
|
27
|
+
*
|
|
28
|
+
* The Raycast component allows scenes to request raycasting from the game engine. The results will
|
|
29
|
+
* be available in a RaycastResult component set later on the same Entity.
|
|
30
|
+
*/
|
|
31
|
+
export interface PBRaycast {
|
|
32
|
+
/** Correlation ID, defined by the scene and used internally by the scene */
|
|
33
|
+
timestamp?: number | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* How much to offset the starting point of the ray, relative to the entity's transform.
|
|
36
|
+
* Defaults to vec3(0,0,0)
|
|
37
|
+
*/
|
|
38
|
+
originOffset?: Vector3 | undefined;
|
|
39
|
+
direction?: {
|
|
40
|
+
$case: "localDirection";
|
|
41
|
+
localDirection: Vector3;
|
|
42
|
+
} | {
|
|
43
|
+
$case: "globalDirection";
|
|
44
|
+
globalDirection: Vector3;
|
|
45
|
+
} | {
|
|
46
|
+
$case: "globalTarget";
|
|
47
|
+
globalTarget: Vector3;
|
|
48
|
+
} | {
|
|
49
|
+
$case: "targetEntity";
|
|
50
|
+
targetEntity: number;
|
|
51
|
+
} | undefined;
|
|
52
|
+
/** Maximum length of the ray in virtual meters (global space) */
|
|
53
|
+
maxDistance: number;
|
|
54
|
+
/** the RaycastQueryType behavior */
|
|
55
|
+
queryType: RaycastQueryType;
|
|
56
|
+
/**
|
|
57
|
+
* Indicates the renderer to perform the raycast on every scene tick (ADR-148),
|
|
58
|
+
* otherwise it will be performed only once, defaults to false
|
|
59
|
+
*/
|
|
60
|
+
continuous?: boolean | undefined;
|
|
61
|
+
/** Collision mask, by default CL_POINTER | CL_PHYSICS */
|
|
62
|
+
collisionMask?: number | undefined;
|
|
63
|
+
/** shape to cast, default ray */
|
|
64
|
+
shape?: RaycastShape | undefined;
|
|
65
|
+
/** include hits with entities from other scenes */
|
|
66
|
+
includeWorld?: boolean | undefined;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace PBRaycast {
|
|
69
|
+
function encode(message: PBRaycast, writer?: _m0.Writer): _m0.Writer;
|
|
70
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PBRaycast;
|
|
71
|
+
function fromJSON(object: any): PBRaycast;
|
|
72
|
+
function toJSON(message: PBRaycast): unknown;
|
|
73
|
+
function create<I extends Exact<DeepPartial<PBRaycast>, I>>(base?: I): PBRaycast;
|
|
74
|
+
function fromPartial<I extends Exact<DeepPartial<PBRaycast>, I>>(object: I): PBRaycast;
|
|
75
|
+
}
|
|
76
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
77
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {
|
|
78
|
+
$case: string;
|
|
79
|
+
} ? {
|
|
80
|
+
[K in keyof Omit<T, "$case">]?: DeepPartial<T[K]>;
|
|
81
|
+
} & {
|
|
82
|
+
$case: T["$case"];
|
|
83
|
+
} : T extends {} ? {
|
|
84
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
85
|
+
} : Partial<T>;
|
|
86
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
87
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
88
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
89
|
+
} & {
|
|
90
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
91
|
+
};
|
|
92
|
+
export {};
|
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.PBRaycast = exports.RaycastShape = exports.RaycastQueryType = exports.protobufPackage = void 0;
|
|
7
|
+
exports.raycastQueryTypeFromJSON = raycastQueryTypeFromJSON;
|
|
8
|
+
exports.raycastQueryTypeToJSON = raycastQueryTypeToJSON;
|
|
9
|
+
exports.raycastShapeFromJSON = raycastShapeFromJSON;
|
|
10
|
+
exports.raycastShapeToJSON = raycastShapeToJSON;
|
|
11
|
+
/* eslint-disable */
|
|
12
|
+
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
13
|
+
const vectors_gen_1 = require("../../common/vectors.gen");
|
|
14
|
+
exports.protobufPackage = "decentraland.sdk.components";
|
|
15
|
+
/** RaycastQueryType indicates whether the ray should stop on the first collition, or continue. */
|
|
16
|
+
var RaycastQueryType;
|
|
17
|
+
(function (RaycastQueryType) {
|
|
18
|
+
/** RQT_HIT_FIRST - Pick the first (not necessarily the closest) hit within the range */
|
|
19
|
+
RaycastQueryType[RaycastQueryType["RQT_HIT_FIRST"] = 0] = "RQT_HIT_FIRST";
|
|
20
|
+
/** RQT_QUERY_ALL - Pick all hits within the range */
|
|
21
|
+
RaycastQueryType[RaycastQueryType["RQT_QUERY_ALL"] = 1] = "RQT_QUERY_ALL";
|
|
22
|
+
/** RQT_NONE - Do not perform the raycast, only set the raycast result with empty hits */
|
|
23
|
+
RaycastQueryType[RaycastQueryType["RQT_NONE"] = 2] = "RQT_NONE";
|
|
24
|
+
RaycastQueryType[RaycastQueryType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
25
|
+
})(RaycastQueryType || (exports.RaycastQueryType = RaycastQueryType = {}));
|
|
26
|
+
function raycastQueryTypeFromJSON(object) {
|
|
27
|
+
switch (object) {
|
|
28
|
+
case 0:
|
|
29
|
+
case "RQT_HIT_FIRST":
|
|
30
|
+
return RaycastQueryType.RQT_HIT_FIRST;
|
|
31
|
+
case 1:
|
|
32
|
+
case "RQT_QUERY_ALL":
|
|
33
|
+
return RaycastQueryType.RQT_QUERY_ALL;
|
|
34
|
+
case 2:
|
|
35
|
+
case "RQT_NONE":
|
|
36
|
+
return RaycastQueryType.RQT_NONE;
|
|
37
|
+
case -1:
|
|
38
|
+
case "UNRECOGNIZED":
|
|
39
|
+
default:
|
|
40
|
+
return RaycastQueryType.UNRECOGNIZED;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
function raycastQueryTypeToJSON(object) {
|
|
44
|
+
switch (object) {
|
|
45
|
+
case RaycastQueryType.RQT_HIT_FIRST:
|
|
46
|
+
return "RQT_HIT_FIRST";
|
|
47
|
+
case RaycastQueryType.RQT_QUERY_ALL:
|
|
48
|
+
return "RQT_QUERY_ALL";
|
|
49
|
+
case RaycastQueryType.RQT_NONE:
|
|
50
|
+
return "RQT_NONE";
|
|
51
|
+
case RaycastQueryType.UNRECOGNIZED:
|
|
52
|
+
default:
|
|
53
|
+
return "UNRECOGNIZED";
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
var RaycastShape;
|
|
57
|
+
(function (RaycastShape) {
|
|
58
|
+
/** RS_RAY - cast a point, get collisions along a ray */
|
|
59
|
+
RaycastShape[RaycastShape["RS_RAY"] = 0] = "RS_RAY";
|
|
60
|
+
/** RS_AVATAR - cast the avatar collider shape, get collisions from sweeping the shape */
|
|
61
|
+
RaycastShape[RaycastShape["RS_AVATAR"] = 1] = "RS_AVATAR";
|
|
62
|
+
RaycastShape[RaycastShape["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
63
|
+
})(RaycastShape || (exports.RaycastShape = RaycastShape = {}));
|
|
64
|
+
function raycastShapeFromJSON(object) {
|
|
65
|
+
switch (object) {
|
|
66
|
+
case 0:
|
|
67
|
+
case "RS_RAY":
|
|
68
|
+
return RaycastShape.RS_RAY;
|
|
69
|
+
case 1:
|
|
70
|
+
case "RS_AVATAR":
|
|
71
|
+
return RaycastShape.RS_AVATAR;
|
|
72
|
+
case -1:
|
|
73
|
+
case "UNRECOGNIZED":
|
|
74
|
+
default:
|
|
75
|
+
return RaycastShape.UNRECOGNIZED;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
function raycastShapeToJSON(object) {
|
|
79
|
+
switch (object) {
|
|
80
|
+
case RaycastShape.RS_RAY:
|
|
81
|
+
return "RS_RAY";
|
|
82
|
+
case RaycastShape.RS_AVATAR:
|
|
83
|
+
return "RS_AVATAR";
|
|
84
|
+
case RaycastShape.UNRECOGNIZED:
|
|
85
|
+
default:
|
|
86
|
+
return "UNRECOGNIZED";
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
function createBasePBRaycast() {
|
|
90
|
+
return {
|
|
91
|
+
timestamp: undefined,
|
|
92
|
+
originOffset: undefined,
|
|
93
|
+
direction: undefined,
|
|
94
|
+
maxDistance: 0,
|
|
95
|
+
queryType: 0,
|
|
96
|
+
continuous: undefined,
|
|
97
|
+
collisionMask: undefined,
|
|
98
|
+
shape: undefined,
|
|
99
|
+
includeWorld: undefined,
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
var PBRaycast;
|
|
103
|
+
(function (PBRaycast) {
|
|
104
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
105
|
+
var _a;
|
|
106
|
+
if (message.timestamp !== undefined) {
|
|
107
|
+
writer.uint32(8).uint32(message.timestamp);
|
|
108
|
+
}
|
|
109
|
+
if (message.originOffset !== undefined) {
|
|
110
|
+
vectors_gen_1.Vector3.encode(message.originOffset, writer.uint32(18).fork()).ldelim();
|
|
111
|
+
}
|
|
112
|
+
switch ((_a = message.direction) === null || _a === void 0 ? void 0 : _a.$case) {
|
|
113
|
+
case "localDirection":
|
|
114
|
+
vectors_gen_1.Vector3.encode(message.direction.localDirection, writer.uint32(50).fork()).ldelim();
|
|
115
|
+
break;
|
|
116
|
+
case "globalDirection":
|
|
117
|
+
vectors_gen_1.Vector3.encode(message.direction.globalDirection, writer.uint32(26).fork()).ldelim();
|
|
118
|
+
break;
|
|
119
|
+
case "globalTarget":
|
|
120
|
+
vectors_gen_1.Vector3.encode(message.direction.globalTarget, writer.uint32(58).fork()).ldelim();
|
|
121
|
+
break;
|
|
122
|
+
case "targetEntity":
|
|
123
|
+
writer.uint32(80).uint32(message.direction.targetEntity);
|
|
124
|
+
break;
|
|
125
|
+
}
|
|
126
|
+
if (message.maxDistance !== 0) {
|
|
127
|
+
writer.uint32(37).float(message.maxDistance);
|
|
128
|
+
}
|
|
129
|
+
if (message.queryType !== 0) {
|
|
130
|
+
writer.uint32(40).int32(message.queryType);
|
|
131
|
+
}
|
|
132
|
+
if (message.continuous !== undefined) {
|
|
133
|
+
writer.uint32(64).bool(message.continuous);
|
|
134
|
+
}
|
|
135
|
+
if (message.collisionMask !== undefined) {
|
|
136
|
+
writer.uint32(72).uint32(message.collisionMask);
|
|
137
|
+
}
|
|
138
|
+
if (message.shape !== undefined) {
|
|
139
|
+
writer.uint32(88).int32(message.shape);
|
|
140
|
+
}
|
|
141
|
+
if (message.includeWorld !== undefined) {
|
|
142
|
+
writer.uint32(96).bool(message.includeWorld);
|
|
143
|
+
}
|
|
144
|
+
return writer;
|
|
145
|
+
}
|
|
146
|
+
PBRaycast.encode = encode;
|
|
147
|
+
function decode(input, length) {
|
|
148
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
149
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
150
|
+
const message = createBasePBRaycast();
|
|
151
|
+
while (reader.pos < end) {
|
|
152
|
+
const tag = reader.uint32();
|
|
153
|
+
switch (tag >>> 3) {
|
|
154
|
+
case 1:
|
|
155
|
+
if (tag !== 8) {
|
|
156
|
+
break;
|
|
157
|
+
}
|
|
158
|
+
message.timestamp = reader.uint32();
|
|
159
|
+
continue;
|
|
160
|
+
case 2:
|
|
161
|
+
if (tag !== 18) {
|
|
162
|
+
break;
|
|
163
|
+
}
|
|
164
|
+
message.originOffset = vectors_gen_1.Vector3.decode(reader, reader.uint32());
|
|
165
|
+
continue;
|
|
166
|
+
case 6:
|
|
167
|
+
if (tag !== 50) {
|
|
168
|
+
break;
|
|
169
|
+
}
|
|
170
|
+
message.direction = { $case: "localDirection", localDirection: vectors_gen_1.Vector3.decode(reader, reader.uint32()) };
|
|
171
|
+
continue;
|
|
172
|
+
case 3:
|
|
173
|
+
if (tag !== 26) {
|
|
174
|
+
break;
|
|
175
|
+
}
|
|
176
|
+
message.direction = { $case: "globalDirection", globalDirection: vectors_gen_1.Vector3.decode(reader, reader.uint32()) };
|
|
177
|
+
continue;
|
|
178
|
+
case 7:
|
|
179
|
+
if (tag !== 58) {
|
|
180
|
+
break;
|
|
181
|
+
}
|
|
182
|
+
message.direction = { $case: "globalTarget", globalTarget: vectors_gen_1.Vector3.decode(reader, reader.uint32()) };
|
|
183
|
+
continue;
|
|
184
|
+
case 10:
|
|
185
|
+
if (tag !== 80) {
|
|
186
|
+
break;
|
|
187
|
+
}
|
|
188
|
+
message.direction = { $case: "targetEntity", targetEntity: reader.uint32() };
|
|
189
|
+
continue;
|
|
190
|
+
case 4:
|
|
191
|
+
if (tag !== 37) {
|
|
192
|
+
break;
|
|
193
|
+
}
|
|
194
|
+
message.maxDistance = reader.float();
|
|
195
|
+
continue;
|
|
196
|
+
case 5:
|
|
197
|
+
if (tag !== 40) {
|
|
198
|
+
break;
|
|
199
|
+
}
|
|
200
|
+
message.queryType = reader.int32();
|
|
201
|
+
continue;
|
|
202
|
+
case 8:
|
|
203
|
+
if (tag !== 64) {
|
|
204
|
+
break;
|
|
205
|
+
}
|
|
206
|
+
message.continuous = reader.bool();
|
|
207
|
+
continue;
|
|
208
|
+
case 9:
|
|
209
|
+
if (tag !== 72) {
|
|
210
|
+
break;
|
|
211
|
+
}
|
|
212
|
+
message.collisionMask = reader.uint32();
|
|
213
|
+
continue;
|
|
214
|
+
case 11:
|
|
215
|
+
if (tag !== 88) {
|
|
216
|
+
break;
|
|
217
|
+
}
|
|
218
|
+
message.shape = reader.int32();
|
|
219
|
+
continue;
|
|
220
|
+
case 12:
|
|
221
|
+
if (tag !== 96) {
|
|
222
|
+
break;
|
|
223
|
+
}
|
|
224
|
+
message.includeWorld = reader.bool();
|
|
225
|
+
continue;
|
|
226
|
+
}
|
|
227
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
228
|
+
break;
|
|
229
|
+
}
|
|
230
|
+
reader.skipType(tag & 7);
|
|
231
|
+
}
|
|
232
|
+
return message;
|
|
233
|
+
}
|
|
234
|
+
PBRaycast.decode = decode;
|
|
235
|
+
function fromJSON(object) {
|
|
236
|
+
return {
|
|
237
|
+
timestamp: isSet(object.timestamp) ? Number(object.timestamp) : undefined,
|
|
238
|
+
originOffset: isSet(object.originOffset) ? vectors_gen_1.Vector3.fromJSON(object.originOffset) : undefined,
|
|
239
|
+
direction: isSet(object.localDirection)
|
|
240
|
+
? { $case: "localDirection", localDirection: vectors_gen_1.Vector3.fromJSON(object.localDirection) }
|
|
241
|
+
: isSet(object.globalDirection)
|
|
242
|
+
? { $case: "globalDirection", globalDirection: vectors_gen_1.Vector3.fromJSON(object.globalDirection) }
|
|
243
|
+
: isSet(object.globalTarget)
|
|
244
|
+
? { $case: "globalTarget", globalTarget: vectors_gen_1.Vector3.fromJSON(object.globalTarget) }
|
|
245
|
+
: isSet(object.targetEntity)
|
|
246
|
+
? { $case: "targetEntity", targetEntity: Number(object.targetEntity) }
|
|
247
|
+
: undefined,
|
|
248
|
+
maxDistance: isSet(object.maxDistance) ? Number(object.maxDistance) : 0,
|
|
249
|
+
queryType: isSet(object.queryType) ? raycastQueryTypeFromJSON(object.queryType) : 0,
|
|
250
|
+
continuous: isSet(object.continuous) ? Boolean(object.continuous) : undefined,
|
|
251
|
+
collisionMask: isSet(object.collisionMask) ? Number(object.collisionMask) : undefined,
|
|
252
|
+
shape: isSet(object.shape) ? raycastShapeFromJSON(object.shape) : undefined,
|
|
253
|
+
includeWorld: isSet(object.includeWorld) ? Boolean(object.includeWorld) : undefined,
|
|
254
|
+
};
|
|
255
|
+
}
|
|
256
|
+
PBRaycast.fromJSON = fromJSON;
|
|
257
|
+
function toJSON(message) {
|
|
258
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
259
|
+
const obj = {};
|
|
260
|
+
message.timestamp !== undefined && (obj.timestamp = Math.round(message.timestamp));
|
|
261
|
+
message.originOffset !== undefined &&
|
|
262
|
+
(obj.originOffset = message.originOffset ? vectors_gen_1.Vector3.toJSON(message.originOffset) : undefined);
|
|
263
|
+
((_a = message.direction) === null || _a === void 0 ? void 0 : _a.$case) === "localDirection" &&
|
|
264
|
+
(obj.localDirection = ((_b = message.direction) === null || _b === void 0 ? void 0 : _b.localDirection)
|
|
265
|
+
? vectors_gen_1.Vector3.toJSON((_c = message.direction) === null || _c === void 0 ? void 0 : _c.localDirection)
|
|
266
|
+
: undefined);
|
|
267
|
+
((_d = message.direction) === null || _d === void 0 ? void 0 : _d.$case) === "globalDirection" &&
|
|
268
|
+
(obj.globalDirection = ((_e = message.direction) === null || _e === void 0 ? void 0 : _e.globalDirection)
|
|
269
|
+
? vectors_gen_1.Vector3.toJSON((_f = message.direction) === null || _f === void 0 ? void 0 : _f.globalDirection)
|
|
270
|
+
: undefined);
|
|
271
|
+
((_g = message.direction) === null || _g === void 0 ? void 0 : _g.$case) === "globalTarget" &&
|
|
272
|
+
(obj.globalTarget = ((_h = message.direction) === null || _h === void 0 ? void 0 : _h.globalTarget)
|
|
273
|
+
? vectors_gen_1.Vector3.toJSON((_j = message.direction) === null || _j === void 0 ? void 0 : _j.globalTarget)
|
|
274
|
+
: undefined);
|
|
275
|
+
((_k = message.direction) === null || _k === void 0 ? void 0 : _k.$case) === "targetEntity" && (obj.targetEntity = Math.round((_l = message.direction) === null || _l === void 0 ? void 0 : _l.targetEntity));
|
|
276
|
+
message.maxDistance !== undefined && (obj.maxDistance = message.maxDistance);
|
|
277
|
+
message.queryType !== undefined && (obj.queryType = raycastQueryTypeToJSON(message.queryType));
|
|
278
|
+
message.continuous !== undefined && (obj.continuous = message.continuous);
|
|
279
|
+
message.collisionMask !== undefined && (obj.collisionMask = Math.round(message.collisionMask));
|
|
280
|
+
message.shape !== undefined &&
|
|
281
|
+
(obj.shape = message.shape !== undefined ? raycastShapeToJSON(message.shape) : undefined);
|
|
282
|
+
message.includeWorld !== undefined && (obj.includeWorld = message.includeWorld);
|
|
283
|
+
return obj;
|
|
284
|
+
}
|
|
285
|
+
PBRaycast.toJSON = toJSON;
|
|
286
|
+
function create(base) {
|
|
287
|
+
return PBRaycast.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
288
|
+
}
|
|
289
|
+
PBRaycast.create = create;
|
|
290
|
+
function fromPartial(object) {
|
|
291
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
|
|
292
|
+
const message = createBasePBRaycast();
|
|
293
|
+
message.timestamp = (_a = object.timestamp) !== null && _a !== void 0 ? _a : undefined;
|
|
294
|
+
message.originOffset = (object.originOffset !== undefined && object.originOffset !== null)
|
|
295
|
+
? vectors_gen_1.Vector3.fromPartial(object.originOffset)
|
|
296
|
+
: undefined;
|
|
297
|
+
if (((_b = object.direction) === null || _b === void 0 ? void 0 : _b.$case) === "localDirection" &&
|
|
298
|
+
((_c = object.direction) === null || _c === void 0 ? void 0 : _c.localDirection) !== undefined &&
|
|
299
|
+
((_d = object.direction) === null || _d === void 0 ? void 0 : _d.localDirection) !== null) {
|
|
300
|
+
message.direction = {
|
|
301
|
+
$case: "localDirection",
|
|
302
|
+
localDirection: vectors_gen_1.Vector3.fromPartial(object.direction.localDirection),
|
|
303
|
+
};
|
|
304
|
+
}
|
|
305
|
+
if (((_e = object.direction) === null || _e === void 0 ? void 0 : _e.$case) === "globalDirection" &&
|
|
306
|
+
((_f = object.direction) === null || _f === void 0 ? void 0 : _f.globalDirection) !== undefined &&
|
|
307
|
+
((_g = object.direction) === null || _g === void 0 ? void 0 : _g.globalDirection) !== null) {
|
|
308
|
+
message.direction = {
|
|
309
|
+
$case: "globalDirection",
|
|
310
|
+
globalDirection: vectors_gen_1.Vector3.fromPartial(object.direction.globalDirection),
|
|
311
|
+
};
|
|
312
|
+
}
|
|
313
|
+
if (((_h = object.direction) === null || _h === void 0 ? void 0 : _h.$case) === "globalTarget" &&
|
|
314
|
+
((_j = object.direction) === null || _j === void 0 ? void 0 : _j.globalTarget) !== undefined &&
|
|
315
|
+
((_k = object.direction) === null || _k === void 0 ? void 0 : _k.globalTarget) !== null) {
|
|
316
|
+
message.direction = { $case: "globalTarget", globalTarget: vectors_gen_1.Vector3.fromPartial(object.direction.globalTarget) };
|
|
317
|
+
}
|
|
318
|
+
if (((_l = object.direction) === null || _l === void 0 ? void 0 : _l.$case) === "targetEntity" &&
|
|
319
|
+
((_m = object.direction) === null || _m === void 0 ? void 0 : _m.targetEntity) !== undefined &&
|
|
320
|
+
((_o = object.direction) === null || _o === void 0 ? void 0 : _o.targetEntity) !== null) {
|
|
321
|
+
message.direction = { $case: "targetEntity", targetEntity: object.direction.targetEntity };
|
|
322
|
+
}
|
|
323
|
+
message.maxDistance = (_p = object.maxDistance) !== null && _p !== void 0 ? _p : 0;
|
|
324
|
+
message.queryType = (_q = object.queryType) !== null && _q !== void 0 ? _q : 0;
|
|
325
|
+
message.continuous = (_r = object.continuous) !== null && _r !== void 0 ? _r : undefined;
|
|
326
|
+
message.collisionMask = (_s = object.collisionMask) !== null && _s !== void 0 ? _s : undefined;
|
|
327
|
+
message.shape = (_t = object.shape) !== null && _t !== void 0 ? _t : undefined;
|
|
328
|
+
message.includeWorld = (_u = object.includeWorld) !== null && _u !== void 0 ? _u : undefined;
|
|
329
|
+
return message;
|
|
330
|
+
}
|
|
331
|
+
PBRaycast.fromPartial = fromPartial;
|
|
332
|
+
})(PBRaycast || (exports.PBRaycast = PBRaycast = {}));
|
|
333
|
+
function isSet(value) {
|
|
334
|
+
return value !== null && value !== undefined;
|
|
335
|
+
}
|
|
336
|
+
//# sourceMappingURL=raycast.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"raycast.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/raycast.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import _m0 from "protobufjs/minimal";
|
|
2
|
+
import { Vector3 } from "../../common/vectors.gen";
|
|
3
|
+
import { RaycastHit } from "./common/raycast_hit.gen";
|
|
4
|
+
export declare const protobufPackage = "decentraland.sdk.components";
|
|
5
|
+
/**
|
|
6
|
+
* The PBRaycast component and PBRaycastResult are defined in https://adr.decentraland.org/adr/ADR-200
|
|
7
|
+
*
|
|
8
|
+
* The RaycastResult component is added to an Entity when the results of a previously attached
|
|
9
|
+
* Raycast component are available. It contains information about the ray and any objects it
|
|
10
|
+
* collided with.
|
|
11
|
+
*/
|
|
12
|
+
export interface PBRaycastResult {
|
|
13
|
+
/** timestamp is a correlation id, copied from the PBRaycast */
|
|
14
|
+
timestamp?: number | undefined;
|
|
15
|
+
/** the starting point of the ray in global coordinates */
|
|
16
|
+
globalOrigin: Vector3 | undefined;
|
|
17
|
+
/** the direction vector of the ray in global coordinates */
|
|
18
|
+
direction: Vector3 | undefined;
|
|
19
|
+
/** zero or more hits */
|
|
20
|
+
hits: RaycastHit[];
|
|
21
|
+
/** number of tick in which the event was produced, equals to EngineInfo.tick_number */
|
|
22
|
+
tickNumber: number;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace PBRaycastResult {
|
|
25
|
+
function encode(message: PBRaycastResult, writer?: _m0.Writer): _m0.Writer;
|
|
26
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PBRaycastResult;
|
|
27
|
+
function fromJSON(object: any): PBRaycastResult;
|
|
28
|
+
function toJSON(message: PBRaycastResult): unknown;
|
|
29
|
+
function create<I extends Exact<DeepPartial<PBRaycastResult>, I>>(base?: I): PBRaycastResult;
|
|
30
|
+
function fromPartial<I extends Exact<DeepPartial<PBRaycastResult>, I>>(object: I): PBRaycastResult;
|
|
31
|
+
}
|
|
32
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
33
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {
|
|
34
|
+
$case: string;
|
|
35
|
+
} ? {
|
|
36
|
+
[K in keyof Omit<T, "$case">]?: DeepPartial<T[K]>;
|
|
37
|
+
} & {
|
|
38
|
+
$case: T["$case"];
|
|
39
|
+
} : T extends {} ? {
|
|
40
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
41
|
+
} : Partial<T>;
|
|
42
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
43
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
44
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
45
|
+
} & {
|
|
46
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
47
|
+
};
|
|
48
|
+
export {};
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.PBRaycastResult = exports.protobufPackage = void 0;
|
|
7
|
+
/* eslint-disable */
|
|
8
|
+
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
9
|
+
const vectors_gen_1 = require("../../common/vectors.gen");
|
|
10
|
+
const raycast_hit_gen_1 = require("./common/raycast_hit.gen");
|
|
11
|
+
exports.protobufPackage = "decentraland.sdk.components";
|
|
12
|
+
function createBasePBRaycastResult() {
|
|
13
|
+
return { timestamp: undefined, globalOrigin: undefined, direction: undefined, hits: [], tickNumber: 0 };
|
|
14
|
+
}
|
|
15
|
+
var PBRaycastResult;
|
|
16
|
+
(function (PBRaycastResult) {
|
|
17
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
18
|
+
if (message.timestamp !== undefined) {
|
|
19
|
+
writer.uint32(8).uint32(message.timestamp);
|
|
20
|
+
}
|
|
21
|
+
if (message.globalOrigin !== undefined) {
|
|
22
|
+
vectors_gen_1.Vector3.encode(message.globalOrigin, writer.uint32(18).fork()).ldelim();
|
|
23
|
+
}
|
|
24
|
+
if (message.direction !== undefined) {
|
|
25
|
+
vectors_gen_1.Vector3.encode(message.direction, writer.uint32(26).fork()).ldelim();
|
|
26
|
+
}
|
|
27
|
+
for (const v of message.hits) {
|
|
28
|
+
raycast_hit_gen_1.RaycastHit.encode(v, writer.uint32(34).fork()).ldelim();
|
|
29
|
+
}
|
|
30
|
+
if (message.tickNumber !== 0) {
|
|
31
|
+
writer.uint32(40).uint32(message.tickNumber);
|
|
32
|
+
}
|
|
33
|
+
return writer;
|
|
34
|
+
}
|
|
35
|
+
PBRaycastResult.encode = encode;
|
|
36
|
+
function decode(input, length) {
|
|
37
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
38
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
39
|
+
const message = createBasePBRaycastResult();
|
|
40
|
+
while (reader.pos < end) {
|
|
41
|
+
const tag = reader.uint32();
|
|
42
|
+
switch (tag >>> 3) {
|
|
43
|
+
case 1:
|
|
44
|
+
if (tag !== 8) {
|
|
45
|
+
break;
|
|
46
|
+
}
|
|
47
|
+
message.timestamp = reader.uint32();
|
|
48
|
+
continue;
|
|
49
|
+
case 2:
|
|
50
|
+
if (tag !== 18) {
|
|
51
|
+
break;
|
|
52
|
+
}
|
|
53
|
+
message.globalOrigin = vectors_gen_1.Vector3.decode(reader, reader.uint32());
|
|
54
|
+
continue;
|
|
55
|
+
case 3:
|
|
56
|
+
if (tag !== 26) {
|
|
57
|
+
break;
|
|
58
|
+
}
|
|
59
|
+
message.direction = vectors_gen_1.Vector3.decode(reader, reader.uint32());
|
|
60
|
+
continue;
|
|
61
|
+
case 4:
|
|
62
|
+
if (tag !== 34) {
|
|
63
|
+
break;
|
|
64
|
+
}
|
|
65
|
+
message.hits.push(raycast_hit_gen_1.RaycastHit.decode(reader, reader.uint32()));
|
|
66
|
+
continue;
|
|
67
|
+
case 5:
|
|
68
|
+
if (tag !== 40) {
|
|
69
|
+
break;
|
|
70
|
+
}
|
|
71
|
+
message.tickNumber = reader.uint32();
|
|
72
|
+
continue;
|
|
73
|
+
}
|
|
74
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
reader.skipType(tag & 7);
|
|
78
|
+
}
|
|
79
|
+
return message;
|
|
80
|
+
}
|
|
81
|
+
PBRaycastResult.decode = decode;
|
|
82
|
+
function fromJSON(object) {
|
|
83
|
+
return {
|
|
84
|
+
timestamp: isSet(object.timestamp) ? Number(object.timestamp) : undefined,
|
|
85
|
+
globalOrigin: isSet(object.globalOrigin) ? vectors_gen_1.Vector3.fromJSON(object.globalOrigin) : undefined,
|
|
86
|
+
direction: isSet(object.direction) ? vectors_gen_1.Vector3.fromJSON(object.direction) : undefined,
|
|
87
|
+
hits: Array.isArray(object === null || object === void 0 ? void 0 : object.hits) ? object.hits.map((e) => raycast_hit_gen_1.RaycastHit.fromJSON(e)) : [],
|
|
88
|
+
tickNumber: isSet(object.tickNumber) ? Number(object.tickNumber) : 0,
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
PBRaycastResult.fromJSON = fromJSON;
|
|
92
|
+
function toJSON(message) {
|
|
93
|
+
const obj = {};
|
|
94
|
+
message.timestamp !== undefined && (obj.timestamp = Math.round(message.timestamp));
|
|
95
|
+
message.globalOrigin !== undefined &&
|
|
96
|
+
(obj.globalOrigin = message.globalOrigin ? vectors_gen_1.Vector3.toJSON(message.globalOrigin) : undefined);
|
|
97
|
+
message.direction !== undefined &&
|
|
98
|
+
(obj.direction = message.direction ? vectors_gen_1.Vector3.toJSON(message.direction) : undefined);
|
|
99
|
+
if (message.hits) {
|
|
100
|
+
obj.hits = message.hits.map((e) => e ? raycast_hit_gen_1.RaycastHit.toJSON(e) : undefined);
|
|
101
|
+
}
|
|
102
|
+
else {
|
|
103
|
+
obj.hits = [];
|
|
104
|
+
}
|
|
105
|
+
message.tickNumber !== undefined && (obj.tickNumber = Math.round(message.tickNumber));
|
|
106
|
+
return obj;
|
|
107
|
+
}
|
|
108
|
+
PBRaycastResult.toJSON = toJSON;
|
|
109
|
+
function create(base) {
|
|
110
|
+
return PBRaycastResult.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
111
|
+
}
|
|
112
|
+
PBRaycastResult.create = create;
|
|
113
|
+
function fromPartial(object) {
|
|
114
|
+
var _a, _b, _c;
|
|
115
|
+
const message = createBasePBRaycastResult();
|
|
116
|
+
message.timestamp = (_a = object.timestamp) !== null && _a !== void 0 ? _a : undefined;
|
|
117
|
+
message.globalOrigin = (object.globalOrigin !== undefined && object.globalOrigin !== null)
|
|
118
|
+
? vectors_gen_1.Vector3.fromPartial(object.globalOrigin)
|
|
119
|
+
: undefined;
|
|
120
|
+
message.direction = (object.direction !== undefined && object.direction !== null)
|
|
121
|
+
? vectors_gen_1.Vector3.fromPartial(object.direction)
|
|
122
|
+
: undefined;
|
|
123
|
+
message.hits = ((_b = object.hits) === null || _b === void 0 ? void 0 : _b.map((e) => raycast_hit_gen_1.RaycastHit.fromPartial(e))) || [];
|
|
124
|
+
message.tickNumber = (_c = object.tickNumber) !== null && _c !== void 0 ? _c : 0;
|
|
125
|
+
return message;
|
|
126
|
+
}
|
|
127
|
+
PBRaycastResult.fromPartial = fromPartial;
|
|
128
|
+
})(PBRaycastResult || (exports.PBRaycastResult = PBRaycastResult = {}));
|
|
129
|
+
function isSet(value) {
|
|
130
|
+
return value !== null && value !== undefined;
|
|
131
|
+
}
|
|
132
|
+
//# sourceMappingURL=raycast_result.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"raycast_result.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/raycast_result.gen.ts"],"names":[],"mappings":"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"}
|