@dcl/protocol 1.0.0-2731649607.commit-890a990 → 1.0.0-27358757907.commit-3c70e8a
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 +266 -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 +105 -0
- package/out-js/decentraland/common/texture.gen.js +475 -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 +206 -0
- package/out-js/decentraland/kernel/apis/comms_api.gen.js +792 -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 +303 -0
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +1056 -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 +334 -0
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +2093 -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 +36 -0
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js +90 -0
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +60 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +153 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +82 -0
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +298 -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 +48 -0
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +85 -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 +41 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.js +209 -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 +35 -0
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +70 -0
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.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/material.gen.d.ts +108 -0
- package/out-js/decentraland/sdk/components/material.gen.js +536 -0
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +130 -0
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +471 -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 +104 -0
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +382 -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 +79 -0
- package/out-js/decentraland/sdk/components/raycast.gen.js +274 -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 +44 -0
- package/out-js/decentraland/sdk/components/ui_input.gen.js +172 -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 +50 -0
- package/out-js/decentraland/sdk/components/ui_text.gen.js +177 -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 +238 -0
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +1547 -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 +539 -0
- package/out-ts/decentraland/common/vectors.gen.ts +377 -0
- package/out-ts/decentraland/kernel/apis/comms_api.gen.ts +884 -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 +1150 -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 +2389 -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 +105 -0
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +188 -0
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +383 -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 +115 -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 +206 -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 +89 -0
- package/out-ts/decentraland/sdk/components/gltf_node_modifiers.gen.ts +204 -0
- package/out-ts/decentraland/sdk/components/material.gen.ts +655 -0
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +536 -0
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +454 -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 +333 -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 +215 -0
- package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +97 -0
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +219 -0
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +1775 -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 +27 -10
- 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/options.proto +30 -0
- package/proto/decentraland/common/quantization_example.proto +132 -0
- package/{kernel/apis/UserIdentity.proto → proto/decentraland/common/sdk/user_data.proto} +1 -17
- package/proto/decentraland/common/texture.proto +45 -0
- package/proto/decentraland/common/vectors.proto +26 -0
- package/proto/decentraland/kernel/apis/comms_api.proto +61 -0
- package/proto/decentraland/kernel/apis/communications_controller.proto +29 -0
- package/{kernel/apis/DevTools.proto → proto/decentraland/kernel/apis/dev_tools.proto} +3 -0
- package/proto/decentraland/kernel/apis/engine_api.proto +118 -0
- package/proto/decentraland/kernel/apis/environment_api.proto +76 -0
- package/{kernel/apis/EthereumController.proto → proto/decentraland/kernel/apis/ethereum_controller.proto} +12 -1
- package/{kernel/apis/ParcelIdentity.proto → proto/decentraland/kernel/apis/parcel_identity.proto} +6 -5
- 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 +100 -0
- package/proto/decentraland/kernel/apis/runtime.proto +71 -0
- package/proto/decentraland/kernel/apis/scene.proto +16 -0
- package/{kernel/apis/SignedFetch.proto → proto/decentraland/kernel/apis/signed_fetch.proto} +9 -0
- package/proto/decentraland/kernel/apis/social_controller.proto +19 -0
- package/proto/decentraland/kernel/apis/testing.proto +100 -0
- package/{kernel/apis/UserActionModule.proto → proto/decentraland/kernel/apis/user_action_module.proto} +2 -0
- package/proto/decentraland/kernel/apis/user_identity.proto +22 -0
- package/proto/decentraland/kernel/comms/rfc4/comms.proto +176 -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/pulse/pulse_client.proto +77 -0
- package/proto/decentraland/pulse/pulse_server.proto +138 -0
- package/proto/decentraland/pulse/pulse_shared.proto +48 -0
- package/proto/decentraland/quests/definitions.proto +185 -0
- package/proto/decentraland/realm/about.proto +138 -0
- package/{ecs → proto/decentraland/sdk}/components/README.md +3 -3
- 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_analysis.proto +44 -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 +13 -0
- package/proto/decentraland/sdk/components/avatar_locomotion_settings.proto +21 -0
- package/proto/decentraland/sdk/components/avatar_modifier_area.proto +32 -0
- package/proto/decentraland/sdk/components/avatar_shape.proto +49 -0
- package/proto/decentraland/sdk/components/billboard.proto +29 -0
- package/proto/decentraland/sdk/components/camera_mode.proto +12 -0
- package/proto/decentraland/sdk/components/camera_mode_area.proto +25 -0
- package/proto/decentraland/sdk/components/common/camera_transition.proto +11 -0
- package/proto/decentraland/sdk/components/common/camera_type.proto +9 -0
- package/{ecs → proto/decentraland/sdk}/components/common/id.proto +1 -0
- package/proto/decentraland/sdk/components/common/input_action.proto +37 -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/gltf_container.proto +19 -0
- package/proto/decentraland/sdk/components/gltf_container_loading_state.proto +13 -0
- package/proto/decentraland/sdk/components/gltf_node_modifiers.proto +25 -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 +57 -0
- package/proto/decentraland/sdk/components/mesh_collider.proto +62 -0
- package/proto/decentraland/sdk/components/mesh_renderer.proto +43 -0
- package/proto/decentraland/sdk/components/nft_shape.proto +48 -0
- package/proto/decentraland/sdk/components/particle_system.proto +133 -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 +39 -0
- package/proto/decentraland/sdk/components/raycast.proto +58 -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/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_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 +20 -0
- package/proto/decentraland/sdk/components/ui_input_result.proto +12 -0
- package/proto/decentraland/sdk/components/ui_text.proto +26 -0
- package/proto/decentraland/sdk/components/ui_transform.proto +178 -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 +18 -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/protoc-gen-bitwise/generator_csharp.py +176 -0
- package/protoc-gen-bitwise/options_pb2.py +171 -0
- package/protoc-gen-bitwise/plugin.py +92 -0
- package/protoc-gen-bitwise/runtime/cs/BitReader.cs +112 -0
- package/protoc-gen-bitwise/runtime/cs/BitWriter.cs +117 -0
- package/protoc-gen-bitwise/runtime/cs/Quantize.cs +35 -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 +43 -0
- package/public/sdk-development.proto +5 -0
- package/public/social.proto +6 -0
- package/ecs/components/Animator.proto +0 -18
- package/ecs/components/AudioSource.proto +0 -12
- package/ecs/components/AudioStream.proto +0 -10
- package/ecs/components/AvatarAttach.proto +0 -16
- package/ecs/components/AvatarModifierArea.proto +0 -16
- package/ecs/components/AvatarShape.proto +0 -20
- package/ecs/components/Billboard.proto +0 -10
- package/ecs/components/BoxShape.proto +0 -11
- package/ecs/components/CameraModeArea.proto +0 -15
- package/ecs/components/CylinderShape.proto +0 -12
- package/ecs/components/GLTFShape.proto +0 -11
- package/ecs/components/NFTShape.proto +0 -16
- package/ecs/components/OnPointerDown.proto +0 -12
- package/ecs/components/OnPointerDownResult.proto +0 -17
- package/ecs/components/OnPointerUp.proto +0 -12
- package/ecs/components/OnPointerUpResult.proto +0 -17
- package/ecs/components/PlaneShape.proto +0 -11
- package/ecs/components/SphereShape.proto +0 -10
- package/ecs/components/TextShape.proto +0 -33
- package/ecs/components/UiTransform.proto +0 -159
- package/ecs/components/common/ActionButton.proto +0 -18
- package/ecs/components/common/Color3.proto +0 -8
- package/ecs/components/common/Vector3.proto +0 -7
- package/kernel/apis/CommunicationsController.proto +0 -11
- package/kernel/apis/EngineAPI.proto +0 -180
- package/kernel/apis/EnvironmentAPI.proto +0 -70
- package/kernel/apis/ExperimentalAPI.proto +0 -16
- package/kernel/apis/Permissions.proto +0 -30
- package/kernel/apis/Players.proto +0 -28
- package/kernel/apis/PortableExperiences.proto +0 -40
- package/kernel/apis/RestrictedActions.proto +0 -25
- package/kernel/apis/SceneStateStorageController.proto +0 -114
- package/kernel/apis/SocialController.proto +0 -15
- package/kernel/comms/v1/broker.proto +0 -114
- package/kernel/comms/v1/comms.proto +0 -68
- package/kernel/comms/v2/comms.proto +0 -59
- package/renderer-protocol/RendererProtocol.proto +0 -24
- /package/{ecs → proto/decentraland/sdk}/components/Transform.md +0 -0
- /package/{ecs → proto/decentraland/sdk}/components/common/id.md +0 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// Decentraland.Networking.Bitwise — Quantize
|
|
2
|
+
// Copy this file into your project alongside generated *.Bitwise.cs files.
|
|
3
|
+
// ReSharper disable once RedundantUsingDirective
|
|
4
|
+
|
|
5
|
+
using System;
|
|
6
|
+
|
|
7
|
+
namespace Decentraland.Networking.Bitwise
|
|
8
|
+
// ReSharper disable once ArrangeNamespaceBody
|
|
9
|
+
{
|
|
10
|
+
/// <summary>
|
|
11
|
+
/// Static helpers for quantizing float values to/from unsigned integers.
|
|
12
|
+
/// Intended for use with protobuf uint32 fields: the integer is transmitted
|
|
13
|
+
/// as a protobuf varint, while the float accessor lives in a generated partial class.
|
|
14
|
+
/// </summary>
|
|
15
|
+
public static class Quantize
|
|
16
|
+
{
|
|
17
|
+
/// <summary>
|
|
18
|
+
/// Encodes <paramref name="value" /> to a quantized <see cref="uint" />.
|
|
19
|
+
/// Values outside [<paramref name="min" />, <paramref name="max" />] are clamped.
|
|
20
|
+
/// </summary>
|
|
21
|
+
public static uint Encode(float value, float min, float max, int bits)
|
|
22
|
+
{
|
|
23
|
+
var steps = (1u << bits) - 1;
|
|
24
|
+
var t = Math.Clamp((value - min) / (max - min), 0f, 1f);
|
|
25
|
+
return (uint)MathF.Round(t * steps);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/// <summary>Decodes a quantized <see cref="uint" /> back to a float.</summary>
|
|
29
|
+
public static float Decode(uint encoded, float min, float max, int bits)
|
|
30
|
+
{
|
|
31
|
+
var steps = (1u << bits) - 1;
|
|
32
|
+
return (float)encoded / steps * (max - min) + min;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package decentraland.sdk;
|
|
4
|
+
// This file only imports all the modules exposed to the scenes to help the compiler
|
|
5
|
+
// resolve all files without conflicts
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
import public "decentraland/kernel/apis/communications_controller.proto";
|
|
9
|
+
import public "decentraland/kernel/apis/dev_tools.proto";
|
|
10
|
+
import public "decentraland/kernel/apis/engine_api.proto";
|
|
11
|
+
import public "decentraland/kernel/apis/environment_api.proto";
|
|
12
|
+
import public "decentraland/kernel/apis/ethereum_controller.proto";
|
|
13
|
+
import public "decentraland/kernel/apis/parcel_identity.proto";
|
|
14
|
+
import public "decentraland/kernel/apis/permissions.proto";
|
|
15
|
+
import public "decentraland/kernel/apis/players.proto";
|
|
16
|
+
import public "decentraland/kernel/apis/portable_experiences.proto";
|
|
17
|
+
import public "decentraland/kernel/apis/restricted_actions.proto";
|
|
18
|
+
import public "decentraland/kernel/apis/runtime.proto";
|
|
19
|
+
import public "decentraland/kernel/apis/testing.proto";
|
|
20
|
+
import public "decentraland/kernel/apis/signed_fetch.proto";
|
|
21
|
+
import public "decentraland/kernel/apis/social_controller.proto";
|
|
22
|
+
import public "decentraland/kernel/apis/user_action_module.proto";
|
|
23
|
+
import public "decentraland/kernel/apis/user_identity.proto";
|
|
24
|
+
import public "decentraland/kernel/apis/scene.proto";
|
|
25
|
+
import public "decentraland/kernel/apis/comms_api.proto";
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package decentraland.sdk.components;
|
|
4
|
+
import public "decentraland/sdk/components/animator.proto";
|
|
5
|
+
import public "decentraland/sdk/components/audio_source.proto";
|
|
6
|
+
import public "decentraland/sdk/components/audio_stream.proto";
|
|
7
|
+
import public "decentraland/sdk/components/avatar_attach.proto";
|
|
8
|
+
import public "decentraland/sdk/components/avatar_base.proto";
|
|
9
|
+
import public "decentraland/sdk/components/avatar_emote_command.proto";
|
|
10
|
+
import public "decentraland/sdk/components/avatar_equipped_data.proto";
|
|
11
|
+
import public "decentraland/sdk/components/avatar_modifier_area.proto";
|
|
12
|
+
import public "decentraland/sdk/components/avatar_shape.proto";
|
|
13
|
+
import public "decentraland/sdk/components/billboard.proto";
|
|
14
|
+
import public "decentraland/sdk/components/camera_mode_area.proto";
|
|
15
|
+
import public "decentraland/sdk/components/camera_mode.proto";
|
|
16
|
+
import public "decentraland/sdk/components/engine_info.proto";
|
|
17
|
+
import public "decentraland/sdk/components/gltf_container.proto";
|
|
18
|
+
import public "decentraland/sdk/components/gltf_node_modifiers.proto";
|
|
19
|
+
import public "decentraland/sdk/components/gltf_container_loading_state.proto";
|
|
20
|
+
import public "decentraland/sdk/components/material.proto";
|
|
21
|
+
import public "decentraland/sdk/components/mesh_collider.proto";
|
|
22
|
+
import public "decentraland/sdk/components/mesh_renderer.proto";
|
|
23
|
+
import public "decentraland/sdk/components/nft_shape.proto";
|
|
24
|
+
import public "decentraland/sdk/components/player_identity_data.proto";
|
|
25
|
+
import public "decentraland/sdk/components/pointer_events_result.proto";
|
|
26
|
+
import public "decentraland/sdk/components/pointer_events.proto";
|
|
27
|
+
import public "decentraland/sdk/components/pointer_lock.proto";
|
|
28
|
+
import public "decentraland/sdk/components/raycast_result.proto";
|
|
29
|
+
import public "decentraland/sdk/components/raycast.proto";
|
|
30
|
+
import public "decentraland/sdk/components/realm_info.proto";
|
|
31
|
+
import public "decentraland/sdk/components/text_shape.proto";
|
|
32
|
+
import public "decentraland/sdk/components/tween.proto";
|
|
33
|
+
import public "decentraland/sdk/components/tween_state.proto";
|
|
34
|
+
import public "decentraland/sdk/components/tween_sequence.proto";
|
|
35
|
+
import public "decentraland/sdk/components/ui_background.proto";
|
|
36
|
+
import public "decentraland/sdk/components/ui_dropdown_result.proto";
|
|
37
|
+
import public "decentraland/sdk/components/ui_dropdown.proto";
|
|
38
|
+
import public "decentraland/sdk/components/ui_input_result.proto";
|
|
39
|
+
import public "decentraland/sdk/components/ui_input.proto";
|
|
40
|
+
import public "decentraland/sdk/components/ui_text.proto";
|
|
41
|
+
import public "decentraland/sdk/components/ui_transform.proto";
|
|
42
|
+
import public "decentraland/sdk/components/video_player.proto";
|
|
43
|
+
import public "decentraland/sdk/components/visibility_component.proto";
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1042;
|
|
5
|
-
|
|
6
|
-
message PBAnimator {
|
|
7
|
-
repeated PBAnimationState states = 1;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
message PBAnimationState {
|
|
11
|
-
string name = 1;
|
|
12
|
-
string clip = 2;
|
|
13
|
-
bool playing = 3;
|
|
14
|
-
float weight = 4;
|
|
15
|
-
float speed = 5;
|
|
16
|
-
bool loop = 6;
|
|
17
|
-
bool should_reset = 7;
|
|
18
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1073;
|
|
5
|
-
|
|
6
|
-
enum AvatarAnchorPoint {
|
|
7
|
-
POSITION = 0;
|
|
8
|
-
NAME_TAG = 1;
|
|
9
|
-
LEFT_HAND = 2;
|
|
10
|
-
RIGHT_HAND = 3;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
message PBAvatarAttach {
|
|
14
|
-
string avatar_id = 1;
|
|
15
|
-
AvatarAnchorPoint anchor_point_id = 2;
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1070;
|
|
5
|
-
import "common/Vector3.proto";
|
|
6
|
-
|
|
7
|
-
enum AvatarModifier {
|
|
8
|
-
HIDE_AVATARS = 0;
|
|
9
|
-
DISABLE_PASSPORTS = 1;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
message PBAvatarModifierArea {
|
|
13
|
-
Vector3 area = 1;
|
|
14
|
-
repeated string exclude_ids = 2;
|
|
15
|
-
repeated AvatarModifier modifiers = 3;
|
|
16
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1080;
|
|
5
|
-
import "common/Color3.proto";
|
|
6
|
-
|
|
7
|
-
message PBAvatarShape {
|
|
8
|
-
string id = 1;
|
|
9
|
-
string name = 2;
|
|
10
|
-
string body_shape = 3;
|
|
11
|
-
Color3 skin_color = 4;
|
|
12
|
-
Color3 hair_color = 5;
|
|
13
|
-
Color3 eye_color = 6;
|
|
14
|
-
repeated string wearables = 7;
|
|
15
|
-
string expression_trigger_id = 8;
|
|
16
|
-
int64 expression_trigger_timestamp = 9;
|
|
17
|
-
string sticker_trigger_id = 10;
|
|
18
|
-
int64 sticker_trigger_timestamp = 11;
|
|
19
|
-
bool talking = 12;
|
|
20
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1071;
|
|
5
|
-
import "common/Vector3.proto";
|
|
6
|
-
|
|
7
|
-
enum CameraMode {
|
|
8
|
-
FIRST_PERSON = 0;
|
|
9
|
-
THIRD_PERSON = 1;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
message PBCameraModeArea {
|
|
13
|
-
Vector3 area = 1;
|
|
14
|
-
CameraMode mode = 2;
|
|
15
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1040;
|
|
5
|
-
|
|
6
|
-
import "common/Color3.proto";
|
|
7
|
-
|
|
8
|
-
message PBNFTShape {
|
|
9
|
-
bool with_collisions = 1;
|
|
10
|
-
bool is_pointer_blocker = 2;
|
|
11
|
-
bool visible = 3;
|
|
12
|
-
string src = 4;
|
|
13
|
-
string asset_id = 5;
|
|
14
|
-
int32 style = 6;
|
|
15
|
-
Color3 color = 7;
|
|
16
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1060;
|
|
5
|
-
import "common/ActionButton.proto";
|
|
6
|
-
|
|
7
|
-
message PBOnPointerDown {
|
|
8
|
-
ActionButton button = 1;
|
|
9
|
-
string hover_text = 2;
|
|
10
|
-
float distance = 3;
|
|
11
|
-
bool show_feedback = 4;
|
|
12
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1066;
|
|
5
|
-
import "common/Vector3.proto";
|
|
6
|
-
import "common/ActionButton.proto";
|
|
7
|
-
|
|
8
|
-
message PBOnPointerDownResult {
|
|
9
|
-
ActionButton button = 2;
|
|
10
|
-
string meshName = 3;
|
|
11
|
-
Vector3 origin = 4;
|
|
12
|
-
Vector3 direction = 5;
|
|
13
|
-
Vector3 point = 6;
|
|
14
|
-
Vector3 normal = 7;
|
|
15
|
-
float distance = 8;
|
|
16
|
-
int32 timestamp = 9;
|
|
17
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1061;
|
|
5
|
-
import "common/ActionButton.proto";
|
|
6
|
-
|
|
7
|
-
message PBOnPointerUp {
|
|
8
|
-
ActionButton button = 1;
|
|
9
|
-
string hover_text = 2;
|
|
10
|
-
float distance = 3;
|
|
11
|
-
bool show_feedback = 4;
|
|
12
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1065;
|
|
5
|
-
import "common/Vector3.proto";
|
|
6
|
-
import "common/ActionButton.proto";
|
|
7
|
-
|
|
8
|
-
message PBOnPointerUpResult {
|
|
9
|
-
ActionButton button = 2;
|
|
10
|
-
string meshName = 3;
|
|
11
|
-
Vector3 origin = 4;
|
|
12
|
-
Vector3 direction = 5;
|
|
13
|
-
Vector3 point = 6;
|
|
14
|
-
Vector3 normal = 7;
|
|
15
|
-
float distance = 8;
|
|
16
|
-
int32 timestamp = 9;
|
|
17
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1030;
|
|
5
|
-
|
|
6
|
-
import "common/Color3.proto";
|
|
7
|
-
|
|
8
|
-
message PBTextShape {
|
|
9
|
-
string text = 1;
|
|
10
|
-
bool visible = 2;
|
|
11
|
-
string font = 3;
|
|
12
|
-
float opacity = 4;
|
|
13
|
-
float font_Size = 5;
|
|
14
|
-
bool font_autoSize = 6;
|
|
15
|
-
string h_text_align = 7;
|
|
16
|
-
string v_text_align = 8;
|
|
17
|
-
float width = 9;
|
|
18
|
-
float height = 10;
|
|
19
|
-
float padding_top = 11;
|
|
20
|
-
float padding_right = 12;
|
|
21
|
-
float padding_bottom = 13;
|
|
22
|
-
float padding_left = 14;
|
|
23
|
-
float line_spacing = 15;
|
|
24
|
-
int32 line_count = 16;
|
|
25
|
-
bool text_wrapping = 17;
|
|
26
|
-
float shadow_blur = 18;
|
|
27
|
-
float shadow_offsetX = 19;
|
|
28
|
-
float shadow_offsetY = 20;
|
|
29
|
-
float outline_width = 21;
|
|
30
|
-
Color3 shadow_color = 22;
|
|
31
|
-
Color3 outline_color = 23;
|
|
32
|
-
Color3 text_color = 24;
|
|
33
|
-
}
|
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1050;
|
|
5
|
-
|
|
6
|
-
enum YGPositionType {
|
|
7
|
-
YGPositionTypeStatic = 0;
|
|
8
|
-
YGPositionTypeRelative = 1;
|
|
9
|
-
YGPositionTypeAbsolute = 2;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
enum YGAlign {
|
|
13
|
-
YGAlignAuto = 0;
|
|
14
|
-
YGAlignFlexStart = 1;
|
|
15
|
-
YGAlignCenter = 2;
|
|
16
|
-
YGAlignFlexEnd = 3;
|
|
17
|
-
YGAlignStretch = 4;
|
|
18
|
-
YGAlignBaseline = 5;
|
|
19
|
-
YGAlignSpaceBetween = 6;
|
|
20
|
-
YGAlignSpaceAround = 7;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
enum YGUnit {
|
|
24
|
-
YGUnitUndefined = 0;
|
|
25
|
-
YGUnitPoint = 1;
|
|
26
|
-
YGUnitPercent = 2;
|
|
27
|
-
YGUnitAuto = 3;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
enum YGDirection {
|
|
31
|
-
YGDirectionInherit = 0;
|
|
32
|
-
YGDirectionLTR = 1;
|
|
33
|
-
YGDirectionRTL = 2;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
enum YGFlexDirection {
|
|
37
|
-
YGFlexDirectionColumn = 0;
|
|
38
|
-
YGFlexDirectionColumnReverse = 1;
|
|
39
|
-
YGFlexDirectionRow = 2;
|
|
40
|
-
YGFlexDirectionRowReverse = 3;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
enum YGWrap {
|
|
44
|
-
YGWrapNoWrap = 0;
|
|
45
|
-
YGWrapWrap = 1;
|
|
46
|
-
YGWrapWrapReverse = 2;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
enum YGJustify {
|
|
50
|
-
YGJustifyFlexStart = 0;
|
|
51
|
-
YGJustifyCenter = 1;
|
|
52
|
-
YGJustifyFlexEnd = 2;
|
|
53
|
-
YGJustifySpaceBetween = 3;
|
|
54
|
-
YGJustifySpaceAround = 4;
|
|
55
|
-
YGJustifySpaceEvenly = 5;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
enum YGOverflow {
|
|
59
|
-
YGOverflowVisible = 0;
|
|
60
|
-
YGOverflowHidden = 1;
|
|
61
|
-
YGOverflowScroll = 2;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
enum YGDisplay {
|
|
65
|
-
YGDisplayFlex = 0;
|
|
66
|
-
YGDisplayNone = 1;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
enum YGEdge {
|
|
70
|
-
YGEdgeLeft = 0;
|
|
71
|
-
YGEdgeTop = 1;
|
|
72
|
-
YGEdgeRight = 2;
|
|
73
|
-
YGEdgeBottom = 3;
|
|
74
|
-
YGEdgeStart = 4;
|
|
75
|
-
YGEdgeEnd = 5;
|
|
76
|
-
YGEdgeHorizontal = 6;
|
|
77
|
-
YGEdgeVertical = 7;
|
|
78
|
-
YGEdgeAll = 8;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
message PBUiTransform {
|
|
82
|
-
YGPositionType position_type = 1;
|
|
83
|
-
|
|
84
|
-
YGAlign align_content = 2;
|
|
85
|
-
YGAlign align_items = 3;
|
|
86
|
-
YGAlign align_self = 4;
|
|
87
|
-
YGFlexDirection flex_direction = 5;
|
|
88
|
-
YGWrap flex_wrap = 6;
|
|
89
|
-
YGJustify justify_content = 7;
|
|
90
|
-
|
|
91
|
-
YGOverflow overflow = 8;
|
|
92
|
-
YGDisplay display = 9;
|
|
93
|
-
YGDirection direction = 10;
|
|
94
|
-
|
|
95
|
-
float flex = 11;
|
|
96
|
-
|
|
97
|
-
YGUnit flex_basis_unit = 13;
|
|
98
|
-
float flex_basis = 14;
|
|
99
|
-
|
|
100
|
-
float flex_grow = 15;
|
|
101
|
-
float flex_shrink = 16;
|
|
102
|
-
|
|
103
|
-
YGUnit width_unit = 17;
|
|
104
|
-
float width = 18;
|
|
105
|
-
YGUnit height_unit = 19;
|
|
106
|
-
float height = 20;
|
|
107
|
-
|
|
108
|
-
YGUnit min_width_unit = 21;
|
|
109
|
-
float min_width = 22;
|
|
110
|
-
YGUnit min_height_unit = 23;
|
|
111
|
-
float min_height = 24;
|
|
112
|
-
|
|
113
|
-
YGUnit max_width_unit = 31;
|
|
114
|
-
float max_width = 32;
|
|
115
|
-
YGUnit max_height_unit = 33;
|
|
116
|
-
float max_height = 34;
|
|
117
|
-
|
|
118
|
-
// non-standard
|
|
119
|
-
reserved 40; // float aspect_ratio = 40;
|
|
120
|
-
|
|
121
|
-
YGUnit position_left_unit = 41;
|
|
122
|
-
float position_left = 42;
|
|
123
|
-
YGUnit position_top_unit = 43;
|
|
124
|
-
float position_top = 44;
|
|
125
|
-
YGUnit position_right_unit = 45;
|
|
126
|
-
float position_right = 46;
|
|
127
|
-
YGUnit position_bottom_unit = 47;
|
|
128
|
-
float position_bottom = 48;
|
|
129
|
-
|
|
130
|
-
// margin
|
|
131
|
-
YGUnit margin_left_unit = 51;
|
|
132
|
-
float margin_left = 52;
|
|
133
|
-
YGUnit margin_top_unit = 53;
|
|
134
|
-
float margin_top = 54;
|
|
135
|
-
YGUnit margin_right_unit = 55;
|
|
136
|
-
float margin_right = 56;
|
|
137
|
-
YGUnit margin_bottom_unit = 57;
|
|
138
|
-
float margin_bottom = 58;
|
|
139
|
-
|
|
140
|
-
YGUnit padding_left_unit = 61;
|
|
141
|
-
float padding_left = 62;
|
|
142
|
-
YGUnit padding_top_unit = 63;
|
|
143
|
-
float padding_top = 64;
|
|
144
|
-
YGUnit padding_right_unit = 65;
|
|
145
|
-
float padding_right = 66;
|
|
146
|
-
YGUnit padding_bottom_unit = 67;
|
|
147
|
-
float padding_bottom = 68;
|
|
148
|
-
|
|
149
|
-
reserved 71; // YGUnit border_left_unit = 71;
|
|
150
|
-
float border_left = 72;
|
|
151
|
-
reserved 73; // YGUnit border_top_unit = 73;
|
|
152
|
-
float border_top = 74;
|
|
153
|
-
reserved 75; // YGUnit border_right_unit = 75;
|
|
154
|
-
float border_right = 76;
|
|
155
|
-
reserved 77; // YGUnit border_bottom_unit = 77;
|
|
156
|
-
float border_bottom = 78;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
enum ActionButton {
|
|
4
|
-
POINTER = 0;
|
|
5
|
-
PRIMARY = 1;
|
|
6
|
-
SECONDARY = 2;
|
|
7
|
-
ANY = 3;
|
|
8
|
-
FORWARD = 4;
|
|
9
|
-
BACKWARD = 5;
|
|
10
|
-
RIGHT = 6;
|
|
11
|
-
LEFT = 7;
|
|
12
|
-
JUMP = 8;
|
|
13
|
-
WALK = 9;
|
|
14
|
-
ACTION_3 = 10;
|
|
15
|
-
ACTION_4 = 11;
|
|
16
|
-
ACTION_5 = 12;
|
|
17
|
-
ACTION_6 = 13;
|
|
18
|
-
}
|