@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,22 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
package decentraland.sdk.components;
|
|
3
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
4
|
+
option (common.ecs_component_id) = 1078;
|
|
5
|
+
|
|
6
|
+
message PBInputModifier {
|
|
7
|
+
// when a boolean = false (default) the message is ignored and doesn't consume bandwidth
|
|
8
|
+
message StandardInput {
|
|
9
|
+
optional bool disable_all = 1;
|
|
10
|
+
optional bool disable_walk = 2;
|
|
11
|
+
optional bool disable_jog = 3;
|
|
12
|
+
optional bool disable_run = 4;
|
|
13
|
+
optional bool disable_jump = 5;
|
|
14
|
+
optional bool disable_emote = 6;
|
|
15
|
+
optional bool disable_double_jump = 7;
|
|
16
|
+
optional bool disable_gliding = 8;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
oneof mode {
|
|
20
|
+
StandardInput standard = 1;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
package decentraland.sdk.components;
|
|
3
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
4
|
+
import "decentraland/common/colors.proto";
|
|
5
|
+
import "decentraland/common/texture.proto";
|
|
6
|
+
option (common.ecs_component_id) = 1079;
|
|
7
|
+
|
|
8
|
+
message PBLightSource {
|
|
9
|
+
optional bool active = 1; // default = true, whether the lightSource is active or not.
|
|
10
|
+
optional decentraland.common.Color3 color = 2; // default = white, the tint of the light, in RGB format where each component is a floating point value with a range from 0 to 1.
|
|
11
|
+
optional float intensity = 3; // default = 16000, light intensity expressed in candels (lumens/m^2 at 1 m distance, or lumens divided by 4*pi)
|
|
12
|
+
optional float range = 4; // default = -1, how far the light travels, expressed in meters. If negative will be computed automatically as pow(intensity, 0.25)
|
|
13
|
+
optional bool shadow = 5; // default = false, whether the light casts shadows or not.
|
|
14
|
+
optional decentraland.common.TextureUnion shadow_mask_texture = 6; // Texture mask through which shadows are cast to simulate caustics, soft shadows, and light shapes such as light entering from a window.
|
|
15
|
+
|
|
16
|
+
oneof type {
|
|
17
|
+
Point point = 7;
|
|
18
|
+
Spot spot = 8;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
message Point {
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
message Spot {
|
|
25
|
+
optional float inner_angle = 9; // default = 21.8. Inner angle can't be higher than outer angle, otherwise will default to same value. Min value is 0. Max value is 179.
|
|
26
|
+
optional float outer_angle = 10; // default = 30. Outer angle can't be lower than inner angle, otherwise will inner angle will be set to same value. Max value is 179.
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
package decentraland.sdk.components;
|
|
3
|
+
|
|
4
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
5
|
+
option (common.ecs_component_id) = 1075;
|
|
6
|
+
|
|
7
|
+
// PBMainCamera.virtualCameraEntity defines which VirtualCamera entity is active at the moment.
|
|
8
|
+
// This component may hold 'repeated common.CameraTransition' transitionOverrides in the future
|
|
9
|
+
message PBMainCamera {
|
|
10
|
+
optional uint32 virtual_camera_entity = 1; // current active virtual camera
|
|
11
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
package decentraland.sdk.components;
|
|
3
|
+
import "decentraland/common/vectors.proto";
|
|
4
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
5
|
+
import "decentraland/common/texture.proto";
|
|
6
|
+
option (common.ecs_component_id) = 1097;
|
|
7
|
+
|
|
8
|
+
// @deprecated
|
|
9
|
+
// Used internally for the game orchestrator PX, not exposed in the SDK
|
|
10
|
+
message PBMapPin {
|
|
11
|
+
decentraland.common.Vector2 position = 1;
|
|
12
|
+
optional decentraland.common.TextureUnion texture = 2;
|
|
13
|
+
float icon_size = 3;
|
|
14
|
+
string title = 4;
|
|
15
|
+
string description = 5;
|
|
16
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package decentraland.sdk.components;
|
|
4
|
+
|
|
5
|
+
import "decentraland/common/colors.proto";
|
|
6
|
+
import "decentraland/common/texture.proto";
|
|
7
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
8
|
+
|
|
9
|
+
option (common.ecs_component_id) = 1017;
|
|
10
|
+
|
|
11
|
+
enum MaterialTransparencyMode {
|
|
12
|
+
MTM_OPAQUE = 0;
|
|
13
|
+
MTM_ALPHA_TEST = 1;
|
|
14
|
+
MTM_ALPHA_BLEND = 2;
|
|
15
|
+
MTM_ALPHA_TEST_AND_ALPHA_BLEND = 3;
|
|
16
|
+
MTM_AUTO = 4;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
message PBMaterial {
|
|
20
|
+
message UnlitMaterial {
|
|
21
|
+
optional decentraland.common.TextureUnion texture = 1; // default = null
|
|
22
|
+
optional float alpha_test = 2; // default = 0.5. range value: from 0 to 1
|
|
23
|
+
optional bool cast_shadows = 3; // default = true
|
|
24
|
+
optional decentraland.common.Color4 diffuse_color = 4; // default = white;
|
|
25
|
+
optional decentraland.common.TextureUnion alpha_texture = 5; // default = null. Note that tilling and offset properties are ignored for this texture.
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
message PbrMaterial {
|
|
29
|
+
optional decentraland.common.TextureUnion texture = 1; // default = null
|
|
30
|
+
|
|
31
|
+
optional float alpha_test = 2; // default = 0.5. range value: from 0 to 1
|
|
32
|
+
optional bool cast_shadows = 3; // default = true
|
|
33
|
+
|
|
34
|
+
optional decentraland.common.TextureUnion alpha_texture = 4; // @deprecated Alpha textures are no longer supported on PBRMaterial and UnlitMaterial.alphaTexture should be used instead.
|
|
35
|
+
optional decentraland.common.TextureUnion emissive_texture = 5; // default = null. Note that tilling and offset properties are ignored for this texture.
|
|
36
|
+
optional decentraland.common.TextureUnion bump_texture = 6; // default = null. Note that tilling and offset properties are ignored for this texture.
|
|
37
|
+
|
|
38
|
+
optional decentraland.common.Color4 albedo_color = 7; // default = white;
|
|
39
|
+
optional decentraland.common.Color3 emissive_color = 8; // default = black;
|
|
40
|
+
optional decentraland.common.Color3 reflectivity_color = 9; // default = white;
|
|
41
|
+
|
|
42
|
+
optional MaterialTransparencyMode transparency_mode = 10; // default = TransparencyMode.Auto
|
|
43
|
+
|
|
44
|
+
optional float metallic = 11; // default = 0.5
|
|
45
|
+
optional float roughness = 12; // default = 0.5
|
|
46
|
+
reserved 13;
|
|
47
|
+
|
|
48
|
+
optional float specular_intensity = 14; // default = 1
|
|
49
|
+
optional float emissive_intensity = 15; // default = 2
|
|
50
|
+
optional float direct_intensity = 16; // default = 1
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
oneof material {
|
|
54
|
+
UnlitMaterial unlit = 1;
|
|
55
|
+
PbrMaterial pbr = 2;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
message GltfMaterial {
|
|
59
|
+
string gltf_src = 1;
|
|
60
|
+
string name = 2;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// A gltf material that may provide additional features not supported by the PbMaterial fields.
|
|
64
|
+
// If both gltf and material fields are provided, the gltf will be used only for extended features not
|
|
65
|
+
// supported by the PbMaterial.
|
|
66
|
+
// If this is provided and the `material` field is not provided, the renderer will update the material
|
|
67
|
+
// field with data that reflects the gltf material once it is loaded.
|
|
68
|
+
optional GltfMaterial gltf = 3;
|
|
69
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package decentraland.sdk.components;
|
|
4
|
+
|
|
5
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
6
|
+
|
|
7
|
+
option (common.ecs_component_id) = 1019;
|
|
8
|
+
|
|
9
|
+
// The MeshCollider component provides basic collision detection between Entities and Avatars. It
|
|
10
|
+
// can behave like a cube, a plane, a sphere or a cylinder.
|
|
11
|
+
//
|
|
12
|
+
// The Entity's Transform affects the MeshCollider, scaling it and rotating it appropriately. If
|
|
13
|
+
// the Transform for the collision mesh must be different than the Transform for rendering the Entity,
|
|
14
|
+
// two different Entities must be used.
|
|
15
|
+
//
|
|
16
|
+
// More complex shapes require the use of a `GltfContainer` component.
|
|
17
|
+
message PBMeshCollider {
|
|
18
|
+
// BoxMesh is a prism shape that contains the Entity.
|
|
19
|
+
message BoxMesh {}
|
|
20
|
+
|
|
21
|
+
// CylinderMesh is a truncated cone shape that contains the Entity.
|
|
22
|
+
message CylinderMesh {
|
|
23
|
+
optional float radius_top = 1; // (default 0.5)
|
|
24
|
+
optional float radius_bottom = 2; // (default 0.5)
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// PlaneMesh is a 2D rectangle described by the Entity's Transform.
|
|
28
|
+
message PlaneMesh {}
|
|
29
|
+
|
|
30
|
+
// SphereMesh is a sphere shape that contains the Entity.
|
|
31
|
+
message SphereMesh {}
|
|
32
|
+
|
|
33
|
+
// A collider constructed from a Gltf Mesh.
|
|
34
|
+
message GltfMesh {
|
|
35
|
+
string gltf_src = 1; // the GLTF file path as listed in the scene's manifest.
|
|
36
|
+
string name = 2; // the name of the mesh asset
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
optional uint32 collision_mask = 1; // enabled ColliderLayers (default CL_POINTER | CL_PHYSICS)
|
|
40
|
+
|
|
41
|
+
oneof mesh {
|
|
42
|
+
BoxMesh box = 2;
|
|
43
|
+
SphereMesh sphere = 3;
|
|
44
|
+
CylinderMesh cylinder = 4;
|
|
45
|
+
PlaneMesh plane = 5;
|
|
46
|
+
GltfMesh gltf = 6;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// ColliderLayer determines the kind of collision to detect, in OR-able bit flag form.
|
|
51
|
+
enum ColliderLayer {
|
|
52
|
+
CL_NONE = 0; // no collisions
|
|
53
|
+
CL_POINTER = 1; // collisions with the player's pointer ray (e.g. mouse cursor hovering)
|
|
54
|
+
CL_PHYSICS = 2; // collision affecting your player's physics i.e. walls, floor, moving platfroms
|
|
55
|
+
CL_PLAYER = 4; // layer corresponding to any player avatar
|
|
56
|
+
CL_RESERVED2 = 8;
|
|
57
|
+
CL_RESERVED3 = 16;
|
|
58
|
+
CL_RESERVED4 = 32;
|
|
59
|
+
CL_RESERVED5 = 64;
|
|
60
|
+
CL_RESERVED6 = 128;
|
|
61
|
+
CL_CUSTOM1 = 256;
|
|
62
|
+
CL_CUSTOM2 = 512;
|
|
63
|
+
CL_CUSTOM3 = 1024;
|
|
64
|
+
CL_CUSTOM4 = 2048;
|
|
65
|
+
CL_CUSTOM5 = 4096;
|
|
66
|
+
CL_CUSTOM6 = 8192;
|
|
67
|
+
CL_CUSTOM7 = 16384;
|
|
68
|
+
CL_CUSTOM8 = 32768;
|
|
69
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
package decentraland.sdk.components;
|
|
3
|
+
|
|
4
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
5
|
+
option (common.ecs_component_id) = 1018;
|
|
6
|
+
|
|
7
|
+
// The MeshRenderer component renders a basic geometric shape for an Entity. It can be a cube, a
|
|
8
|
+
// plane, a sphere, a cylinder, or a Gltf mesh.
|
|
9
|
+
//
|
|
10
|
+
// The cube and plane variants can include a UV texture mapping, so specific areas of a material
|
|
11
|
+
// texture are rendered on different faces of the shape. They are serialized as a sequence of 2D
|
|
12
|
+
// `float` coordinates, one for each corner of each side of each face.
|
|
13
|
+
message PBMeshRenderer {
|
|
14
|
+
|
|
15
|
+
// BoxMesh renders a prism shape.
|
|
16
|
+
message BoxMesh {
|
|
17
|
+
repeated float uvs = 1; // 96-value texture map (2D * 6 faces * 2 sides * 4 vertices)
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// CylinderMesh renders a truncated cone shape.
|
|
21
|
+
message CylinderMesh {
|
|
22
|
+
optional float radius_top = 1; // (default 0.5)
|
|
23
|
+
optional float radius_bottom = 2; // (default 0.5)
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// PlaneMesh renders a 2D rectangular shape.
|
|
27
|
+
message PlaneMesh {
|
|
28
|
+
repeated float uvs = 1; // 16-value texture map (2D * 1 face * 2 sides * 4 vertices)
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// SphereMesh renders a spherical shape.
|
|
32
|
+
message SphereMesh {
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// A mesh from a Gltf.
|
|
36
|
+
message GltfMesh {
|
|
37
|
+
string gltf_src = 1; // the GLTF file path as listed in the scene's manifest.
|
|
38
|
+
string name = 2; // the name of the mesh asset
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
oneof mesh {
|
|
42
|
+
BoxMesh box = 1;
|
|
43
|
+
SphereMesh sphere = 2;
|
|
44
|
+
CylinderMesh cylinder = 3;
|
|
45
|
+
PlaneMesh plane = 4;
|
|
46
|
+
GltfMesh gltf = 5;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package decentraland.sdk.components;
|
|
4
|
+
|
|
5
|
+
import "decentraland/common/colors.proto";
|
|
6
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
7
|
+
|
|
8
|
+
option (common.ecs_component_id) = 1040;
|
|
9
|
+
|
|
10
|
+
// The NftShape component renders a framed picture from an NFT. It supports PNG, JPEG and GIF files.
|
|
11
|
+
//
|
|
12
|
+
// The `urn` field is the URI of the NFT, and must follow the format 'urn:decentraland:<CHAIN>:<CONTRACT_STANDARD>:<CONTRACT_ADDRESS>:<TOKEN_ID>'
|
|
13
|
+
// Example: 'urn:decentraland:ethereum:erc721:0x00000000:123'
|
|
14
|
+
//
|
|
15
|
+
// The picture frame can have several different styles, plus a background color for images that have
|
|
16
|
+
// transparent pixels.
|
|
17
|
+
message PBNftShape {
|
|
18
|
+
string urn = 1; // the URI of the NFT
|
|
19
|
+
optional NftFrameType style = 2; // the frame style (default NFT_CLASSIC)
|
|
20
|
+
optional decentraland.common.Color3 color = 3; // RGB background (default [0.6404918, 0.611472, 0.8584906])
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// NftFrameType is a predefined framing style for the image.
|
|
24
|
+
enum NftFrameType {
|
|
25
|
+
NFT_CLASSIC = 0;
|
|
26
|
+
NFT_BAROQUE_ORNAMENT = 1;
|
|
27
|
+
NFT_DIAMOND_ORNAMENT = 2;
|
|
28
|
+
NFT_MINIMAL_WIDE = 3;
|
|
29
|
+
NFT_MINIMAL_GREY = 4;
|
|
30
|
+
NFT_BLOCKY = 5;
|
|
31
|
+
NFT_GOLD_EDGES = 6;
|
|
32
|
+
NFT_GOLD_CARVED = 7;
|
|
33
|
+
NFT_GOLD_WIDE = 8;
|
|
34
|
+
NFT_GOLD_ROUNDED = 9;
|
|
35
|
+
NFT_METAL_MEDIUM = 10;
|
|
36
|
+
NFT_METAL_WIDE = 11;
|
|
37
|
+
NFT_METAL_SLIM = 12;
|
|
38
|
+
NFT_METAL_ROUNDED = 13;
|
|
39
|
+
NFT_PINS = 14;
|
|
40
|
+
NFT_MINIMAL_BLACK = 15;
|
|
41
|
+
NFT_MINIMAL_WHITE = 16;
|
|
42
|
+
NFT_TAPE = 17;
|
|
43
|
+
NFT_WOOD_SLIM = 18;
|
|
44
|
+
NFT_WOOD_WIDE = 19;
|
|
45
|
+
NFT_WOOD_TWIGS = 20;
|
|
46
|
+
NFT_CANVAS = 21;
|
|
47
|
+
NFT_NONE = 22;
|
|
48
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package decentraland.sdk.components;
|
|
4
|
+
|
|
5
|
+
import "decentraland/common/colors.proto";
|
|
6
|
+
import "decentraland/common/floats.proto";
|
|
7
|
+
import "decentraland/common/texture.proto";
|
|
8
|
+
import "decentraland/common/vectors.proto";
|
|
9
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
10
|
+
|
|
11
|
+
option (common.ecs_component_id) = 1217;
|
|
12
|
+
|
|
13
|
+
message PBParticleSystem {
|
|
14
|
+
// --- Emission ---
|
|
15
|
+
optional bool active = 1; // default = true
|
|
16
|
+
optional float rate = 2; // default = 10. Particles emitted per second.
|
|
17
|
+
optional uint32 max_particles = 3; // default = 1000. Maximum number of live particles.
|
|
18
|
+
optional float lifetime = 4; // default = 5. Particle lifetime in seconds.
|
|
19
|
+
|
|
20
|
+
// --- Motion ---
|
|
21
|
+
optional float gravity = 5; // default = 0. Multiplier of Explorer's physics engine Gravity (normally -9.81)
|
|
22
|
+
optional decentraland.common.Vector3 additional_force = 6; // Constant force vector applied to each particle (world space).
|
|
23
|
+
|
|
24
|
+
// --- Size ---
|
|
25
|
+
optional decentraland.common.FloatRange initial_size = 7; // default = {1, 1}. Particle size at spawn.
|
|
26
|
+
optional decentraland.common.FloatRange size_over_time = 8; // default = {1, 1}. Particle size lerped from start to end over its lifetime.
|
|
27
|
+
|
|
28
|
+
// --- Rotation ---
|
|
29
|
+
optional decentraland.common.Quaternion initial_rotation = 9; // default = identity (0,0,0,1). 3D start rotation for each particle.
|
|
30
|
+
optional decentraland.common.Quaternion rotation_over_time = 10; // default = identity (0,0,0,1). Per-axis angular velocity as quaternion; converted to Euler XYZ.
|
|
31
|
+
optional bool face_travel_direction = 28; // default = false. Particles orient along their velocity direction.
|
|
32
|
+
|
|
33
|
+
// --- Color ---
|
|
34
|
+
optional decentraland.common.ColorRange initial_color = 11; // default = {white, white}. Particle color at spawn, randomized between start and end.
|
|
35
|
+
optional decentraland.common.ColorRange color_over_time = 12; // default = {white, white}. Particle color lerped from start to end over its lifetime.
|
|
36
|
+
|
|
37
|
+
// --- Velocity ---
|
|
38
|
+
optional decentraland.common.FloatRange initial_velocity_speed = 13; // default = {1, 1}. Initial speed in m/s, randomized between start and end.
|
|
39
|
+
|
|
40
|
+
// --- Rendering ---
|
|
41
|
+
optional decentraland.common.Texture texture = 14; // Particle texture. default = null (plain white quad).
|
|
42
|
+
optional BlendMode blend_mode = 15; // default = PSB_ALPHA
|
|
43
|
+
optional bool billboard = 16; // default = true
|
|
44
|
+
|
|
45
|
+
// --- Sprite Sheet Animation ---
|
|
46
|
+
optional SpriteSheetAnimation sprite_sheet = 17;
|
|
47
|
+
|
|
48
|
+
// --- Emitter Shape ---
|
|
49
|
+
oneof shape {
|
|
50
|
+
Point point = 18;
|
|
51
|
+
Sphere sphere = 19;
|
|
52
|
+
Cone cone = 20;
|
|
53
|
+
Box box = 21;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// --- Simulation ---
|
|
57
|
+
optional bool loop = 24; // default = true. Loop the emission cycle.
|
|
58
|
+
optional bool prewarm = 25; // default = false. Start as if already simulated for one full loop cycle. Requires loop = true.
|
|
59
|
+
optional SimulationSpace simulation_space = 27; // default = PSS_LOCAL. Controls whether particles simulate in local or world space.
|
|
60
|
+
|
|
61
|
+
// --- Limit Velocity Over Lifetime ---
|
|
62
|
+
optional LimitVelocity limit_velocity = 26; // Clamps particle speed over its lifetime.
|
|
63
|
+
|
|
64
|
+
// --- Playback ---
|
|
65
|
+
optional PlaybackState playback_state = 22; // default = PS_PLAYING
|
|
66
|
+
|
|
67
|
+
// --- Emission Bursts ---
|
|
68
|
+
repeated Burst bursts = 29;
|
|
69
|
+
|
|
70
|
+
// ---- Nested types ----
|
|
71
|
+
|
|
72
|
+
// Sprite sheet (texture atlas) animation settings.
|
|
73
|
+
message SpriteSheetAnimation {
|
|
74
|
+
uint32 tiles_x = 1; // Number of columns in the sprite sheet.
|
|
75
|
+
uint32 tiles_y = 2; // Number of rows in the sprite sheet.
|
|
76
|
+
optional float frames_per_second = 3; // default = 30. Playback speed in frames per second.
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// Clamps particle speed over lifetime.
|
|
80
|
+
message LimitVelocity {
|
|
81
|
+
float speed = 1; // Maximum particle speed (m/s).
|
|
82
|
+
optional float dampen = 2; // default = 1. Fraction (0–1) of excess velocity removed per frame. 1 = hard clamp.
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// Emitter spawns particles from a single point.
|
|
86
|
+
message Point {}
|
|
87
|
+
|
|
88
|
+
// Emitter spawns particles from the surface or volume of a sphere.
|
|
89
|
+
message Sphere {
|
|
90
|
+
optional float radius = 1; // default = 1
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// Emitter spawns particles from the base of a cone and projects them outward.
|
|
94
|
+
message Cone {
|
|
95
|
+
optional float angle = 1; // default = 25. Half-angle of the cone in degrees.
|
|
96
|
+
optional float radius = 2; // default = 1. Base radius in meters.
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// Emitter spawns particles from the surface or volume of a box.
|
|
100
|
+
message Box {
|
|
101
|
+
optional decentraland.common.Vector3 size = 1; // default = {1, 1, 1}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// Emission burst configuration.
|
|
105
|
+
message Burst {
|
|
106
|
+
float time = 1; // Seconds from start of cycle.
|
|
107
|
+
uint32 count = 2; // Particles to emit.
|
|
108
|
+
optional int32 cycles = 3; // default = 1. Repeat count (0 = infinite).
|
|
109
|
+
optional float interval = 4; // default = 0.01. Seconds between cycles.
|
|
110
|
+
optional float probability = 5; // default = 1.0. Emission chance [0,1].
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
enum BlendMode {
|
|
114
|
+
PSB_ALPHA = 0; // Standard alpha transparency.
|
|
115
|
+
PSB_ADD = 1; // Additive blending (brightens underlying pixels).
|
|
116
|
+
PSB_MULTIPLY = 2; // Multiply blending (darkens underlying pixels).
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
enum PlaybackState {
|
|
120
|
+
PS_PLAYING = 0; // Particle system is emitting and simulating.
|
|
121
|
+
PS_PAUSED = 1; // Simulation is frozen; no new particles are emitted.
|
|
122
|
+
PS_STOPPED = 2; // Simulation stopped and existing particles cleared.
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
enum SimulationSpace {
|
|
126
|
+
PSS_LOCAL = 0; // Particles move with the entity transform.
|
|
127
|
+
PSS_WORLD = 1; // Particles stay in world position after emission.
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package decentraland.sdk.components;
|
|
4
|
+
|
|
5
|
+
import "decentraland/common/vectors.proto";
|
|
6
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
7
|
+
|
|
8
|
+
option (common.ecs_component_id) = 1216;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* This component applies a continuous physics force.
|
|
12
|
+
|
|
13
|
+
* @remarks Low-level component. Use Physics.applyForceToPlayer()/.removeForceToPlayer() instead.
|
|
14
|
+
* Direct manipulation will conflict with the force accumulation registry.
|
|
15
|
+
* Summary component: stores the accumulated result of all active forces registered by the scene in the current frame.
|
|
16
|
+
|
|
17
|
+
* State-like component: the force is applied every physics tick while the component is present on the entity.
|
|
18
|
+
*/
|
|
19
|
+
message PBPhysicsCombinedForce {
|
|
20
|
+
decentraland.common.Vector3 vector = 1; // Includes force direction and magnitude
|
|
21
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package decentraland.sdk.components;
|
|
4
|
+
|
|
5
|
+
import "decentraland/common/vectors.proto";
|
|
6
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
7
|
+
|
|
8
|
+
option (common.ecs_component_id) = 1215;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* This component applies a one-shot physics summary impulse.
|
|
12
|
+
|
|
13
|
+
* @remarks Low-level component. Use Physics.applyImpulseToPlayer() instead.
|
|
14
|
+
* Direct manipulation will conflict with the force accumulation registry.
|
|
15
|
+
* Summary component: stores the accumulated result of all impulses registered by the scene in the current frame.
|
|
16
|
+
|
|
17
|
+
* Event-like component: each new impulse must increment the eventID to ensure delivery via CRDT, even if the direction is identical to the previous one.
|
|
18
|
+
* Renderer processes impulse with the unique ID only once. Increase eventID of the component to apply another impulse.
|
|
19
|
+
*/
|
|
20
|
+
message PBPhysicsCombinedImpulse {
|
|
21
|
+
decentraland.common.Vector3 vector = 1; // Includes impulse direction and magnitude
|
|
22
|
+
uint32 event_id = 2; // Monotonic counter to distinguish different impulses.
|
|
23
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
package decentraland.sdk.components;
|
|
3
|
+
|
|
4
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
5
|
+
option (common.ecs_component_id) = 1089;
|
|
6
|
+
|
|
7
|
+
// PlayerIdentityData is used to read the information about the avatar's
|
|
8
|
+
// identity. this component is written by the engine using the communications
|
|
9
|
+
// transports' data.
|
|
10
|
+
message PBPlayerIdentityData {
|
|
11
|
+
string address = 1; // ethereum address of this player
|
|
12
|
+
bool is_guest = 3;
|
|
13
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package decentraland.sdk.components;
|
|
4
|
+
|
|
5
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
6
|
+
import "decentraland/sdk/components/common/input_action.proto";
|
|
7
|
+
|
|
8
|
+
option (common.ecs_component_id) = 1062;
|
|
9
|
+
|
|
10
|
+
// PointerEvents adds configurable pointer-based interactions to the attached Entity.
|
|
11
|
+
//
|
|
12
|
+
// Events that match the criteria defined in the PointerEvents structure are reported back to the
|
|
13
|
+
// Entity via the PointerEventsResult component.
|
|
14
|
+
//
|
|
15
|
+
// Some examples of events that can be detected:
|
|
16
|
+
// - Pointer hovering over the Entity.
|
|
17
|
+
// - Held mouse button released over the Entity.
|
|
18
|
+
// - Controller button pressed while targeting the Entity.
|
|
19
|
+
// - Key pressed while targeting the Entity, but only in close range.
|
|
20
|
+
//
|
|
21
|
+
// It also supports simple visual feedback when interactions occur, by showing floating text.
|
|
22
|
+
// More sophisticated feedback requires the use of other components.
|
|
23
|
+
//
|
|
24
|
+
// Distance rules
|
|
25
|
+
// --------------
|
|
26
|
+
// PointerEvents can enforce interaction range using two independent distance checks:
|
|
27
|
+
//
|
|
28
|
+
// - Camera distance (`max_distance`): distance from the active camera to the target entity.
|
|
29
|
+
// - Player distance (`max_player_distance`): distance from the avatar/player position to the target entity.
|
|
30
|
+
//
|
|
31
|
+
// How the interaction checks are combined:
|
|
32
|
+
//
|
|
33
|
+
// 1) Only `max_distance` is present
|
|
34
|
+
// - The interaction is allowed only if the camera distance is <= `max_distance`.
|
|
35
|
+
//
|
|
36
|
+
// 2) Only `max_player_distance` is present
|
|
37
|
+
// - The interaction is allowed only if the player distance is <= `max_player_distance`.
|
|
38
|
+
//
|
|
39
|
+
// 3) Both `max_distance` and `max_player_distance` are present
|
|
40
|
+
// - The interaction is allowed if ANY of the checks passes (OR logic):
|
|
41
|
+
// (camera distance <= `max_distance`) OR (player distance <= `max_player_distance`).
|
|
42
|
+
//
|
|
43
|
+
// 4) Neither `max_distance` nor `max_player_distance` is present
|
|
44
|
+
// - The system behaves as if `max_distance` were set to its default value (10),
|
|
45
|
+
// i.e., it uses the camera distance check with a threshold of 10.
|
|
46
|
+
message PBPointerEvents {
|
|
47
|
+
message Info {
|
|
48
|
+
optional common.InputAction button = 1; // key/button in use (default IA_ANY)
|
|
49
|
+
optional string hover_text = 2; // feedback on hover (default 'Interact')
|
|
50
|
+
optional float max_distance = 3; // range of interaction (default 10)
|
|
51
|
+
optional bool show_feedback = 4; // enable or disable hover text and highlight (default true)
|
|
52
|
+
optional bool show_highlight = 5; // enable or disable hover highlight (default true)
|
|
53
|
+
optional float max_player_distance = 6; // range of interaction from the avatar's position (default 0)
|
|
54
|
+
optional uint32 priority = 7; // resolution order when multiple events overlap, higher wins (default 0)
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
message Entry {
|
|
58
|
+
common.PointerEventType event_type = 1; // the kind of interaction to detect
|
|
59
|
+
Info event_info = 2; // additional configuration for this detection
|
|
60
|
+
optional common.InteractionType interaction_type = 3; // the type of interaction source (default 0 == CURSOR)
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
repeated Entry pointer_events = 1; // the list of relevant events to detect
|
|
64
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package decentraland.sdk.components;
|
|
4
|
+
|
|
5
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
6
|
+
import "decentraland/sdk/components/common/input_action.proto";
|
|
7
|
+
import "decentraland/sdk/components/common/raycast_hit.proto";
|
|
8
|
+
|
|
9
|
+
option (common.ecs_component_id) = 1063;
|
|
10
|
+
|
|
11
|
+
// renderer append a new object of this in each command, there can be many commands per frames
|
|
12
|
+
message PBPointerEventsResult {
|
|
13
|
+
common.InputAction button = 1; // identifier of the input
|
|
14
|
+
common.RaycastHit hit = 2;
|
|
15
|
+
common.PointerEventType state = 4;
|
|
16
|
+
uint32 timestamp = 5; // monotonic counter
|
|
17
|
+
optional float analog = 6; // if the input is analog then we store it here
|
|
18
|
+
uint32 tick_number = 7; // number of tick in which the event was produced, equals to EngineInfo.tick_number
|
|
19
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
package decentraland.sdk.components;
|
|
3
|
+
|
|
4
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
5
|
+
option (common.ecs_component_id) = 1074;
|
|
6
|
+
|
|
7
|
+
// PointerLock indicates whether the mouse pointer is automatically following the camera’s point of
|
|
8
|
+
// focus (locked), or can move freely on the screen (unlocked).
|
|
9
|
+
message PBPointerLock {
|
|
10
|
+
bool is_pointer_locked = 1; // whether the pointer is locked
|
|
11
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
package decentraland.sdk.components;
|
|
3
|
+
|
|
4
|
+
import "decentraland/common/vectors.proto";
|
|
5
|
+
import "decentraland/sdk/components/common/id.proto";
|
|
6
|
+
|
|
7
|
+
option (common.ecs_component_id) = 1209;
|
|
8
|
+
|
|
9
|
+
// The PBPrimaryPointerInfo component provides information about the current state of the primary
|
|
10
|
+
// pointer input device (mouse, touch, gamepad, or VR controller). It tracks the pointer's position,
|
|
11
|
+
// movement, and interaction capabilities in both 2D screen space and 3D world space.
|
|
12
|
+
//
|
|
13
|
+
// This component is essential for:
|
|
14
|
+
// - Tracking cursor/pointer position and movement
|
|
15
|
+
// - Converting 2D screen coordinates to 3D world space interactions
|
|
16
|
+
// - Supporting multiple input methods (mouse, touch, gamepad, VR)
|
|
17
|
+
// - Enabling ray-based interactions for 3D object selection
|
|
18
|
+
//
|
|
19
|
+
// The component can be used to:
|
|
20
|
+
// - Implement drag-and-drop functionality
|
|
21
|
+
// - Handle touch interactions on mobile devices
|
|
22
|
+
// - Support gamepad navigation
|
|
23
|
+
// - Enable VR controller interactions
|
|
24
|
+
// - Convert screen coordinates to world space rays for 3D interactions
|
|
25
|
+
//
|
|
26
|
+
// Note: Touch, Pad, and Wand support, as well as dragging, will be added later.
|
|
27
|
+
message PBPrimaryPointerInfo {
|
|
28
|
+
optional PointerType pointer_type = 1; // The type of input device being used
|
|
29
|
+
optional decentraland.common.Vector2 screen_coordinates = 2; // Current position in screen space (pixels)
|
|
30
|
+
optional decentraland.common.Vector2 screen_delta = 3; // Movement since last frame (pixels)
|
|
31
|
+
// ray direction that can be used with the primary camera origin for
|
|
32
|
+
// raycasting from the cursor into the world
|
|
33
|
+
optional decentraland.common.Vector3 world_ray_direction = 4; // Direction vector for 3D ray casting
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// PointerType enumerates the different input devices that can be used for pointer interactions.
|
|
37
|
+
// Each type has specific characteristics and use cases in the virtual world.
|
|
38
|
+
enum PointerType {
|
|
39
|
+
POT_NONE = 0; // No pointer input
|
|
40
|
+
POT_MOUSE = 1; // Traditional mouse input
|
|
41
|
+
POT_PAD = 2;
|
|
42
|
+
POT_TOUCH = 3;
|
|
43
|
+
POT_WAND = 4;
|
|
44
|
+
}
|