@dcl/protocol 1.0.0-4440731539.commit-a2174f5 → 1.0.0-4493564897.commit-c858f8a
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/out-js/decentraland/bff/authentication_service.gen.d.ts +6 -2
- package/out-js/decentraland/bff/authentication_service.gen.js +46 -24
- package/out-js/decentraland/bff/authentication_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_director_service.gen.d.ts +6 -2
- package/out-js/decentraland/bff/comms_director_service.gen.js +33 -18
- package/out-js/decentraland/bff/comms_director_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/comms_service.gen.d.ts +21 -7
- package/out-js/decentraland/bff/comms_service.gen.js +25 -17
- package/out-js/decentraland/bff/comms_service.gen.js.map +1 -1
- package/out-js/decentraland/bff/http_endpoints.gen.d.ts +3 -1
- package/out-js/decentraland/bff/http_endpoints.gen.js +197 -72
- package/out-js/decentraland/bff/http_endpoints.gen.js.map +1 -1
- package/out-js/decentraland/bff/topics_service.gen.d.ts +9 -3
- package/out-js/decentraland/bff/topics_service.gen.js +64 -32
- package/out-js/decentraland/bff/topics_service.gen.js.map +1 -1
- package/out-js/decentraland/common/border_rect.gen.js +21 -8
- package/out-js/decentraland/common/border_rect.gen.js.map +1 -1
- package/out-js/decentraland/common/colors.gen.js +38 -15
- package/out-js/decentraland/common/colors.gen.js.map +1 -1
- package/out-js/decentraland/common/content_mapping.gen.js +13 -6
- package/out-js/decentraland/common/content_mapping.gen.js.map +1 -1
- package/out-js/decentraland/common/sdk/user_data.gen.js +71 -26
- package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -1
- package/out-js/decentraland/common/texture.gen.js +68 -28
- package/out-js/decentraland/common/texture.gen.js.map +1 -1
- package/out-js/decentraland/common/vectors.gen.js +47 -20
- package/out-js/decentraland/common/vectors.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js +15 -10
- package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js +19 -11
- package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +18 -6
- package/out-js/decentraland/kernel/apis/engine_api.gen.js +443 -206
- package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +21 -7
- package/out-js/decentraland/kernel/apis/environment_api.gen.js +176 -96
- package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +15 -5
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +141 -72
- package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +9 -3
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +91 -47
- package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +6 -2
- package/out-js/decentraland/kernel/apis/permissions.gen.js +42 -28
- package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/players.gen.d.ts +9 -3
- package/out-js/decentraland/kernel/apis/players.gen.js +49 -31
- package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +12 -4
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +81 -48
- package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +21 -7
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +123 -69
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +6 -2
- package/out-js/decentraland/kernel/apis/runtime.gen.js +55 -29
- package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/scene.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/scene.gen.js +27 -13
- package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +82 -35
- package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/social_controller.gen.js +28 -16
- package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +3 -1
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js +15 -10
- package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +6 -2
- package/out-js/decentraland/kernel/apis/user_identity.gen.js +30 -20
- package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +148 -59
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +142 -63
- package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +201 -86
- package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/animator.gen.js +42 -16
- package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_source.gen.js +25 -9
- package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/audio_stream.gen.js +17 -7
- package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js +13 -6
- package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +19 -10
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +49 -15
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/billboard.gen.js +9 -5
- package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode.gen.js +9 -5
- package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +13 -6
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/camera_type.gen.d.ts +2 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.js +7 -0
- package/out-js/decentraland/sdk/components/common/camera_type.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +10 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.js +47 -1
- package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +173 -0
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +156 -0
- package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/gltf_container.gen.js +9 -5
- package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/material.gen.js +103 -34
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +16 -1
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +139 -28
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +61 -34
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/nft_shape.gen.js +17 -7
- package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +1 -11
- package/out-js/decentraland/sdk/components/pointer_events.gen.js +46 -68
- package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +10 -11
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +35 -20
- package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js +9 -5
- package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast.gen.d.ts +239 -38
- package/out-js/decentraland/sdk/components/raycast.gen.js +166 -28
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +26 -176
- package/out-js/decentraland/sdk/components/raycast_result.gen.js +42 -172
- package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/text_shape.gen.js +89 -25
- package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_background.gen.js +27 -12
- package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +41 -13
- package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +9 -5
- package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input.gen.js +37 -12
- package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js +9 -5
- package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.js +25 -9
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +209 -55
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/video_player.gen.js +29 -10
- package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/visibility_component.gen.js +9 -5
- package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -1
- package/out-js/decentraland/social/friendships/friendships.gen.d.ts +12 -4
- package/out-js/decentraland/social/friendships/friendships.gen.js +231 -113
- package/out-js/decentraland/social/friendships/friendships.gen.js.map +1 -1
- package/out-js/google/protobuf/descriptor.gen.js +579 -226
- package/out-js/google/protobuf/descriptor.gen.js.map +1 -1
- package/out-js/google/protobuf/empty.gen.js +5 -4
- package/out-js/google/protobuf/empty.gen.js.map +1 -1
- package/out-ts/decentraland/bff/authentication_service.gen.ts +52 -24
- package/out-ts/decentraland/bff/comms_director_service.gen.ts +37 -18
- package/out-ts/decentraland/bff/comms_service.gen.ts +27 -17
- package/out-ts/decentraland/bff/http_endpoints.gen.ts +236 -72
- package/out-ts/decentraland/bff/topics_service.gen.ts +73 -32
- package/out-ts/decentraland/common/border_rect.gen.ts +25 -8
- package/out-ts/decentraland/common/colors.gen.ts +45 -15
- package/out-ts/decentraland/common/content_mapping.gen.ts +15 -6
- package/out-ts/decentraland/common/sdk/user_data.gen.ts +85 -26
- package/out-ts/decentraland/common/texture.gen.ts +80 -28
- package/out-ts/decentraland/common/vectors.gen.ts +55 -20
- package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +16 -10
- package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +21 -11
- package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +511 -206
- package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +197 -96
- package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +160 -72
- package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +103 -47
- package/out-ts/decentraland/kernel/apis/permissions.gen.ts +50 -26
- package/out-ts/decentraland/kernel/apis/players.gen.ts +53 -31
- package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +89 -48
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +137 -69
- package/out-ts/decentraland/kernel/apis/runtime.gen.ts +62 -29
- package/out-ts/decentraland/kernel/apis/scene.gen.ts +31 -13
- package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +96 -35
- package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +31 -16
- package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +16 -10
- package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +32 -20
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +175 -59
- package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +165 -63
- package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +235 -86
- package/out-ts/decentraland/sdk/components/animator.gen.ts +50 -16
- package/out-ts/decentraland/sdk/components/audio_source.gen.ts +30 -9
- package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +20 -7
- package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +15 -6
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +24 -9
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +60 -15
- package/out-ts/decentraland/sdk/components/billboard.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +15 -6
- package/out-ts/decentraland/sdk/components/common/camera_type.gen.ts +7 -0
- package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +46 -0
- package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +204 -0
- package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/material.gen.ts +125 -34
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +146 -28
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +73 -32
- package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +20 -7
- package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +58 -66
- package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +41 -14
- package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +205 -34
- package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +49 -211
- package/out-ts/decentraland/sdk/components/text_shape.gen.ts +110 -25
- package/out-ts/decentraland/sdk/components/ui_background.gen.ts +34 -11
- package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +50 -13
- package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/ui_input.gen.ts +45 -12
- package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +10 -5
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +30 -9
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +260 -55
- package/out-ts/decentraland/sdk/components/video_player.gen.ts +35 -10
- package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +10 -5
- package/out-ts/decentraland/social/friendships/friendships.gen.ts +264 -113
- package/out-ts/google/protobuf/descriptor.gen.ts +700 -221
- package/out-ts/google/protobuf/empty.gen.ts +5 -4
- package/package.json +2 -2
- package/proto/decentraland/sdk/components/common/camera_type.proto +1 -0
- package/proto/decentraland/sdk/components/common/input_action.proto +8 -0
- package/proto/decentraland/sdk/components/common/raycast_hit.proto +16 -0
- package/proto/decentraland/sdk/components/mesh_collider.proto +17 -3
- package/proto/decentraland/sdk/components/pointer_events.proto +1 -9
- package/proto/decentraland/sdk/components/pointer_events_result.proto +5 -6
- package/proto/decentraland/sdk/components/raycast.proto +39 -4
- package/proto/decentraland/sdk/components/raycast_result.proto +9 -19
- package/out-js/decentraland/common/entity.gen.d.ts +0 -89
- package/out-js/decentraland/common/entity.gen.js +0 -107
- package/out-js/decentraland/common/entity.gen.js.map +0 -1
- package/out-js/decentraland/renderer/common/friend_request_common.gen.d.ts +0 -69
- package/out-js/decentraland/renderer/common/friend_request_common.gen.js +0 -179
- package/out-js/decentraland/renderer/common/friend_request_common.gen.js.map +0 -1
- package/out-js/decentraland/renderer/engine_interface.gen.d.ts +0 -18476
- package/out-js/decentraland/renderer/engine_interface.gen.js +0 -7796
- package/out-js/decentraland/renderer/engine_interface.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/analytics.gen.d.ts +0 -670
- package/out-js/decentraland/renderer/kernel_services/analytics.gen.js +0 -846
- package/out-js/decentraland/renderer/kernel_services/analytics.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.d.ts +0 -96
- package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.js +0 -120
- package/out-js/decentraland/renderer/kernel_services/emotes_kernel.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.d.ts +0 -2326
- package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.js +0 -968
- package/out-js/decentraland/renderer/kernel_services/friend_request_kernel.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.d.ts +0 -111
- package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.js +0 -162
- package/out-js/decentraland/renderer/kernel_services/friends_kernel.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.d.ts +0 -103
- package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.js +0 -122
- package/out-js/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.js.map +0 -1
- package/out-js/decentraland/renderer/kernel_services/sign_request.gen.d.ts +0 -148
- package/out-js/decentraland/renderer/kernel_services/sign_request.gen.js +0 -239
- package/out-js/decentraland/renderer/kernel_services/sign_request.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/crdt.gen.d.ts +0 -182
- package/out-js/decentraland/renderer/renderer_services/crdt.gen.js +0 -235
- package/out-js/decentraland/renderer/renderer_services/crdt.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.d.ts +0 -87
- package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.js +0 -109
- package/out-js/decentraland/renderer/renderer_services/emotes_renderer.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.d.ts +0 -335
- package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.js +0 -380
- package/out-js/decentraland/renderer/renderer_services/friend_request_renderer.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.d.ts +0 -494
- package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.js +0 -473
- package/out-js/decentraland/renderer/renderer_services/scene_controller.gen.js.map +0 -1
- package/out-js/decentraland/renderer/renderer_services/transport.gen.d.ts +0 -88
- package/out-js/decentraland/renderer/renderer_services/transport.gen.js +0 -114
- package/out-js/decentraland/renderer/renderer_services/transport.gen.js.map +0 -1
- package/out-js/renderer-interface.gen.d.ts +0 -1
- package/out-js/renderer-interface.gen.js +0 -6
- package/out-js/renderer-interface.gen.js.map +0 -1
- package/out-ts/decentraland/common/entity.gen.ts +0 -126
- package/out-ts/decentraland/renderer/common/friend_request_common.gen.ts +0 -206
- package/out-ts/decentraland/renderer/engine_interface.gen.ts +0 -8939
- package/out-ts/decentraland/renderer/kernel_services/analytics.gen.ts +0 -1004
- package/out-ts/decentraland/renderer/kernel_services/emotes_kernel.gen.ts +0 -151
- package/out-ts/decentraland/renderer/kernel_services/friend_request_kernel.gen.ts +0 -1146
- package/out-ts/decentraland/renderer/kernel_services/friends_kernel.gen.ts +0 -191
- package/out-ts/decentraland/renderer/kernel_services/mutual_friends_kernel.gen.ts +0 -151
- package/out-ts/decentraland/renderer/kernel_services/sign_request.gen.ts +0 -277
- package/out-ts/decentraland/renderer/renderer_services/crdt.gen.ts +0 -284
- package/out-ts/decentraland/renderer/renderer_services/emotes_renderer.gen.ts +0 -147
- package/out-ts/decentraland/renderer/renderer_services/friend_request_renderer.gen.ts +0 -470
- package/out-ts/decentraland/renderer/renderer_services/scene_controller.gen.ts +0 -579
- package/out-ts/decentraland/renderer/renderer_services/transport.gen.ts +0 -141
- package/out-ts/renderer-interface.gen.ts +0 -3
- package/proto/decentraland/renderer/common/friend_request_common.proto +0 -20
- package/proto/decentraland/renderer/engine_interface.proto +0 -709
- package/proto/decentraland/renderer/kernel_services/analytics.proto +0 -69
- package/proto/decentraland/renderer/kernel_services/emotes_kernel.proto +0 -16
- package/proto/decentraland/renderer/kernel_services/friend_request_kernel.proto +0 -100
- package/proto/decentraland/renderer/kernel_services/friends_kernel.proto +0 -22
- package/proto/decentraland/renderer/kernel_services/mutual_friends_kernel.proto +0 -15
- package/proto/decentraland/renderer/kernel_services/sign_request.proto +0 -27
- package/proto/decentraland/renderer/renderer_services/crdt.proto +0 -29
- package/proto/decentraland/renderer/renderer_services/emotes_renderer.proto +0 -15
- package/proto/decentraland/renderer/renderer_services/friend_request_renderer.proto +0 -36
- package/proto/decentraland/renderer/renderer_services/scene_controller.proto +0 -54
- package/proto/decentraland/renderer/renderer_services/transport.proto +0 -14
- package/public/renderer-interface.proto +0 -14
|
@@ -1,709 +0,0 @@
|
|
|
1
|
-
// WARNING: This protocol is deprecated, it only exists as a migration plan to the
|
|
2
|
-
// new CRDT based protocol.
|
|
3
|
-
|
|
4
|
-
syntax = "proto3";
|
|
5
|
-
|
|
6
|
-
package decentraland.renderer;
|
|
7
|
-
// option csharp_namespace = "DCL.Interface";
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import "google/protobuf/empty.proto";
|
|
11
|
-
|
|
12
|
-
message PB_CreateEntity {
|
|
13
|
-
string id = 1;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
message PB_RemoveEntity {
|
|
17
|
-
string id = 1;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
message PB_SetEntityParent {
|
|
21
|
-
string entityId = 1;
|
|
22
|
-
string parentId = 2;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
message PB_ComponentRemoved {
|
|
26
|
-
string entityId = 1;
|
|
27
|
-
string name = 2;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
message PB_Component {
|
|
31
|
-
oneof model {
|
|
32
|
-
PB_Transform transform = 1;
|
|
33
|
-
PB_UUIDCallback uuidCallback = 8;
|
|
34
|
-
|
|
35
|
-
PB_BoxShape box = 16;
|
|
36
|
-
PB_SphereShape sphere = 17;
|
|
37
|
-
PB_PlaneShape plane = 18;
|
|
38
|
-
PB_ConeShape cone = 19;
|
|
39
|
-
PB_CylinderShape cylinder = 20;
|
|
40
|
-
|
|
41
|
-
PB_TextShape text = 21;
|
|
42
|
-
|
|
43
|
-
PB_NFTShape nft = 22;
|
|
44
|
-
|
|
45
|
-
PB_UIContainerRect containerRect = 25;
|
|
46
|
-
PB_UIContainerStack containerStack = 26;
|
|
47
|
-
|
|
48
|
-
PB_UITextShape uiTextShape = 27;
|
|
49
|
-
PB_UIInputText uiInputTextShape = 28;
|
|
50
|
-
PB_UIImage uiImageShape = 29;
|
|
51
|
-
|
|
52
|
-
PB_CircleShape circle = 31;
|
|
53
|
-
PB_Billboard billboard = 32;
|
|
54
|
-
|
|
55
|
-
PB_GLTFShape gltf = 54;
|
|
56
|
-
PB_OBJShape obj = 55;
|
|
57
|
-
PB_AvatarShape avatar = 56;
|
|
58
|
-
|
|
59
|
-
PB_BasicMaterial basicMaterial = 64;
|
|
60
|
-
|
|
61
|
-
PB_Texture texture = 68;
|
|
62
|
-
PB_AudioClip audioClip = 200;
|
|
63
|
-
PB_AudioSource audioSource = 201;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
message PB_Color4 {
|
|
68
|
-
float r = 1;
|
|
69
|
-
float g = 2;
|
|
70
|
-
float b = 3;
|
|
71
|
-
float a = 4;
|
|
72
|
-
}
|
|
73
|
-
message PB_Color3 {
|
|
74
|
-
float r = 1;
|
|
75
|
-
float g = 2;
|
|
76
|
-
float b = 3;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
message PB_TextShapeModel {
|
|
80
|
-
bool billboard = 1;
|
|
81
|
-
string value = 2;
|
|
82
|
-
PB_Color3 color = 3;
|
|
83
|
-
float opacity = 4;
|
|
84
|
-
float fontSize = 5;
|
|
85
|
-
bool fontAutoSize = 6;
|
|
86
|
-
string fontWeight = 7;
|
|
87
|
-
string hTextAlign = 8;
|
|
88
|
-
string vTextAlign = 9;
|
|
89
|
-
float width = 10;
|
|
90
|
-
float height = 11;
|
|
91
|
-
bool adaptWidth = 12;
|
|
92
|
-
bool adaptHeight = 13;
|
|
93
|
-
float paddingTop = 14;
|
|
94
|
-
float paddingRight = 15;
|
|
95
|
-
float paddingBottom = 16;
|
|
96
|
-
float paddingLeft = 17;
|
|
97
|
-
float lineSpacing = 18;
|
|
98
|
-
int32 lineCount = 19;
|
|
99
|
-
bool textWrapping = 20;
|
|
100
|
-
float shadowBlur = 21;
|
|
101
|
-
float shadowOffsetX = 22;
|
|
102
|
-
float shadowOffsetY = 23;
|
|
103
|
-
PB_Color3 shadowColor = 24;
|
|
104
|
-
float outlineWidth = 25;
|
|
105
|
-
PB_Color3 outlineColor = 26;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
message PB_Vector3 {
|
|
109
|
-
float x = 1;
|
|
110
|
-
float y = 2;
|
|
111
|
-
float z = 3;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
message PB_Quaternion {
|
|
115
|
-
double x = 1;
|
|
116
|
-
double y = 2;
|
|
117
|
-
double z = 3;
|
|
118
|
-
double w = 4;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
message PB_Transform {
|
|
122
|
-
PB_Vector3 position = 1;
|
|
123
|
-
PB_Quaternion rotation = 2;
|
|
124
|
-
PB_Vector3 scale = 3;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
message PB_UpdateEntityComponent {
|
|
128
|
-
string entityId = 1;
|
|
129
|
-
int32 classId = 2;
|
|
130
|
-
string name = 3;
|
|
131
|
-
string data = 4;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
message PB_ComponentCreated {
|
|
135
|
-
string id = 1;
|
|
136
|
-
int32 classid = 2;
|
|
137
|
-
string name = 3;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
message PB_AttachEntityComponent {
|
|
141
|
-
string entityId = 1;
|
|
142
|
-
string name = 2;
|
|
143
|
-
string id = 3;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
message PB_ComponentDisposed {
|
|
147
|
-
string id = 1;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
message PB_ComponentUpdated {
|
|
151
|
-
string id = 1;
|
|
152
|
-
string json = 2;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
message PB_Ray {
|
|
156
|
-
PB_Vector3 origin = 1;
|
|
157
|
-
PB_Vector3 direction = 2;
|
|
158
|
-
float distance = 3;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
message PB_RayQuery {
|
|
162
|
-
string queryId = 1;
|
|
163
|
-
string queryType = 2;
|
|
164
|
-
PB_Ray ray = 3;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
message PB_Query {
|
|
168
|
-
string queryId = 1;
|
|
169
|
-
string payload = 2;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
message PB_SendSceneMessage {
|
|
173
|
-
string sceneId = 1;
|
|
174
|
-
string tag = 2;
|
|
175
|
-
oneof payload {
|
|
176
|
-
PB_CreateEntity createEntity = 3;
|
|
177
|
-
PB_RemoveEntity removeEntity = 4;
|
|
178
|
-
PB_SetEntityParent setEntityParent = 5;
|
|
179
|
-
PB_UpdateEntityComponent updateEntityComponent = 6;
|
|
180
|
-
PB_AttachEntityComponent attachEntityComponent = 7;
|
|
181
|
-
PB_ComponentCreated componentCreated = 8;
|
|
182
|
-
PB_ComponentDisposed componentDisposed = 9;
|
|
183
|
-
PB_ComponentRemoved componentRemoved = 10;
|
|
184
|
-
PB_ComponentUpdated componentUpdated = 11;
|
|
185
|
-
PB_Query query = 12;
|
|
186
|
-
google.protobuf.Empty sceneStarted = 13;
|
|
187
|
-
PB_OpenExternalUrl openExternalUrl = 14;
|
|
188
|
-
PB_OpenNFTDialog openNFTDialog = 15;
|
|
189
|
-
}
|
|
190
|
-
int32 sceneNumber = 99;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
message PB_SetPosition {
|
|
194
|
-
float x = 1;
|
|
195
|
-
float y = 2;
|
|
196
|
-
float z = 3;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
message PB_ContentMapping {
|
|
200
|
-
string file = 1;
|
|
201
|
-
string hash = 2;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
message PB_Position {
|
|
205
|
-
float x = 1;
|
|
206
|
-
float y = 2;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
message PB_LoadParcelScenes {
|
|
210
|
-
string id = 1;
|
|
211
|
-
PB_Position basePosition = 2;
|
|
212
|
-
repeated PB_Position parcels = 3;
|
|
213
|
-
repeated PB_ContentMapping contents = 4;
|
|
214
|
-
string baseUrl = 5;
|
|
215
|
-
// ILand land = 6;
|
|
216
|
-
int32 sceneNumber = 99;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
message PB_CreateUIScene {
|
|
220
|
-
string id = 1;
|
|
221
|
-
string baseUrl = 2;
|
|
222
|
-
int32 sceneNumber = 99;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
message PB_UnloadScene {
|
|
226
|
-
string sceneId = 1;
|
|
227
|
-
int32 sceneNumber = 99;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
message PB_DclMessage {
|
|
231
|
-
oneof message {
|
|
232
|
-
google.protobuf.Empty setDebug = 1;
|
|
233
|
-
google.protobuf.Empty setSceneDebugPanel = 2;
|
|
234
|
-
google.protobuf.Empty setEngineDebugPanel = 3;
|
|
235
|
-
PB_SendSceneMessage sendSceneMessage = 4;
|
|
236
|
-
PB_LoadParcelScenes loadParcelScenes = 5;
|
|
237
|
-
PB_UnloadScene unloadScene = 6;
|
|
238
|
-
PB_SetPosition setPosition = 7;
|
|
239
|
-
google.protobuf.Empty reset = 8;
|
|
240
|
-
PB_CreateUIScene createUIScene = 9;
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
message PB_AnimationState {
|
|
245
|
-
string clip = 1;
|
|
246
|
-
bool looping = 2;
|
|
247
|
-
float weight = 3;
|
|
248
|
-
bool playing = 4;
|
|
249
|
-
bool shouldReset = 5;
|
|
250
|
-
float speed = 6;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
message PB_Animator {
|
|
254
|
-
bool withCollisions = 1;
|
|
255
|
-
bool visible = 2;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
message PB_AudioClip {
|
|
259
|
-
string url = 1;
|
|
260
|
-
bool loop = 2;
|
|
261
|
-
float volume = 3;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
message PB_AudioSource {
|
|
265
|
-
PB_AudioClip audioClip = 1;
|
|
266
|
-
string audioClipId = 2;
|
|
267
|
-
bool loop = 3;
|
|
268
|
-
float volume = 4;
|
|
269
|
-
bool playing = 5;
|
|
270
|
-
float pitch = 6;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
message PB_AvatarShape {
|
|
274
|
-
string id = 1;
|
|
275
|
-
string baseUrl = 2;
|
|
276
|
-
string name = 3;
|
|
277
|
-
PB_Wearable bodyShape = 4;
|
|
278
|
-
repeated PB_Wearable wearables = 5;
|
|
279
|
-
PB_Skin skin = 6;
|
|
280
|
-
PB_Hair hair = 7;
|
|
281
|
-
PB_Eyes eyes = 8;
|
|
282
|
-
PB_Face eyebrows = 9;
|
|
283
|
-
PB_Face mouth = 10;
|
|
284
|
-
bool useDummyModel = 11;
|
|
285
|
-
|
|
286
|
-
string expressionTriggerId = 12;
|
|
287
|
-
uint64 expressionTriggerTimestamp = 14;
|
|
288
|
-
|
|
289
|
-
repeated string emotes = 15;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
message PB_Wearable {
|
|
293
|
-
string categody = 1;
|
|
294
|
-
string contentName = 2;
|
|
295
|
-
repeated PB_ContentMapping contents = 3;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
message PB_Face {
|
|
299
|
-
string texture = 1;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
message PB_Eyes {
|
|
303
|
-
string texture = 1;
|
|
304
|
-
string mask = 2;
|
|
305
|
-
PB_Color4 color = 3;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
message PB_Hair {
|
|
309
|
-
PB_Color4 color = 1;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
message PB_Skin {
|
|
313
|
-
PB_Color4 color = 1;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
message PB_BasicMaterial {
|
|
317
|
-
PB_Texture texture = 1;
|
|
318
|
-
float alphaTest = 2;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
message PB_Billboard {
|
|
322
|
-
bool x = 1;
|
|
323
|
-
bool y = 2;
|
|
324
|
-
bool z = 3;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
message PB_BoxShape {
|
|
328
|
-
bool withCollisions = 1;
|
|
329
|
-
bool visible = 2;
|
|
330
|
-
repeated float uvs = 3;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
message PB_CircleShape {
|
|
334
|
-
bool withCollisions = 1;
|
|
335
|
-
bool visible = 2;
|
|
336
|
-
float segments = 3;
|
|
337
|
-
float arc = 4;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
message PB_ConeShape {
|
|
341
|
-
bool withCollisions = 1;
|
|
342
|
-
bool visible = 2;
|
|
343
|
-
float radiusTop = 3;
|
|
344
|
-
float radiusBottom = 4;
|
|
345
|
-
float segmentsHeight = 5;
|
|
346
|
-
float segmentsRadial = 6;
|
|
347
|
-
bool openEnded = 7;
|
|
348
|
-
float radius = 8;
|
|
349
|
-
float arc = 9;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
message PB_CylinderShape {
|
|
353
|
-
bool withCollisions = 1;
|
|
354
|
-
bool visible = 2;
|
|
355
|
-
float radiusTop = 3;
|
|
356
|
-
float radiusBottom = 4;
|
|
357
|
-
float segmentsHeight = 5;
|
|
358
|
-
float segmentsRadial = 6;
|
|
359
|
-
bool openEnded = 7;
|
|
360
|
-
float radius = 8;
|
|
361
|
-
float arc = 9;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
message PB_GlobalPointerDown {}
|
|
365
|
-
|
|
366
|
-
message PB_GlobalPointerUp {}
|
|
367
|
-
|
|
368
|
-
message PB_GLTFShape {
|
|
369
|
-
bool withCollisions = 1;
|
|
370
|
-
bool visible = 2;
|
|
371
|
-
string src = 3;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
message PB_Material {
|
|
375
|
-
float alpha = 1;
|
|
376
|
-
PB_Color3 albedoColor = 2;
|
|
377
|
-
PB_Color3 emissiveColor = 3;
|
|
378
|
-
float metallic = 4;
|
|
379
|
-
float roughness = 5;
|
|
380
|
-
PB_Color3 ambientColor = 6;
|
|
381
|
-
PB_Color3 reflectionColor = 7;
|
|
382
|
-
PB_Color3 reflectivityColor = 8;
|
|
383
|
-
float directIntensity = 9;
|
|
384
|
-
float microSurface = 10;
|
|
385
|
-
float emissiveIntensity = 11;
|
|
386
|
-
float environmentIntensity = 12;
|
|
387
|
-
float specularIntensity = 13;
|
|
388
|
-
PB_Texture albedoTexture = 14;
|
|
389
|
-
PB_Texture alphaTexture = 15;
|
|
390
|
-
PB_Texture emissiveTexture = 16;
|
|
391
|
-
PB_Texture bumpTexture = 17;
|
|
392
|
-
PB_Texture refractionTexture = 18;
|
|
393
|
-
bool disableLighting = 19;
|
|
394
|
-
float transparencyMode = 20;
|
|
395
|
-
bool hasAlpha = 21;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
message PB_NFTShape {
|
|
399
|
-
bool withCollisions = 1;
|
|
400
|
-
bool visible = 2;
|
|
401
|
-
string src = 3;
|
|
402
|
-
PB_Color3 color = 4;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
message PB_OBJShape {
|
|
406
|
-
bool withCollisions = 1;
|
|
407
|
-
bool visible = 2;
|
|
408
|
-
string src = 3;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
message PB_PlaneShape {
|
|
412
|
-
bool withCollisions = 1;
|
|
413
|
-
bool visible = 2;
|
|
414
|
-
float width = 3;
|
|
415
|
-
float height = 4;
|
|
416
|
-
repeated float uvs = 5;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
message PB_Shape {
|
|
420
|
-
bool withCollisions = 1;
|
|
421
|
-
bool visible = 2;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
message PB_SphereShape {
|
|
425
|
-
bool withCollisions = 1;
|
|
426
|
-
bool visible = 2;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
message PB_TextShape {
|
|
430
|
-
bool withCollisions = 1;
|
|
431
|
-
bool visible = 2;
|
|
432
|
-
float outlineWidth = 3;
|
|
433
|
-
PB_Color3 outlineColor = 4;
|
|
434
|
-
PB_Color3 color = 5;
|
|
435
|
-
float fontSize = 6;
|
|
436
|
-
string fontWeight = 7;
|
|
437
|
-
float opacity = 8;
|
|
438
|
-
string value = 9;
|
|
439
|
-
string lineSpacing = 10;
|
|
440
|
-
float lineCount = 11;
|
|
441
|
-
bool resizeToFit = 12;
|
|
442
|
-
bool textWrapping = 13;
|
|
443
|
-
float shadowBlur = 14;
|
|
444
|
-
float shadowOffsetX = 15;
|
|
445
|
-
float shadowOffsetY = 16;
|
|
446
|
-
PB_Color3 shadowColor = 17;
|
|
447
|
-
float zIndex = 18;
|
|
448
|
-
string hTextAlign = 19;
|
|
449
|
-
string vTextAlign = 20;
|
|
450
|
-
float width = 21;
|
|
451
|
-
float height = 22;
|
|
452
|
-
float paddingTop = 23;
|
|
453
|
-
float paddingRight = 24;
|
|
454
|
-
float paddingBottom = 25;
|
|
455
|
-
float paddingLeft = 26;
|
|
456
|
-
bool isPickable = 27;
|
|
457
|
-
bool billboard = 28;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
message PB_Texture {
|
|
461
|
-
string src = 1;
|
|
462
|
-
float samplingMode = 2;
|
|
463
|
-
float wrap = 3;
|
|
464
|
-
bool hasAlpha = 4;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
message PB_UIButton {
|
|
468
|
-
string name = 1;
|
|
469
|
-
bool visible = 2;
|
|
470
|
-
float opacity = 3;
|
|
471
|
-
string hAlign = 4;
|
|
472
|
-
string vAlign = 5;
|
|
473
|
-
string width = 6;
|
|
474
|
-
string height = 7;
|
|
475
|
-
string positionX = 8;
|
|
476
|
-
string positionY = 9;
|
|
477
|
-
bool isPointerBlocker = 10;
|
|
478
|
-
PB_UIShape parent = 11;
|
|
479
|
-
float fontSize = 12;
|
|
480
|
-
string fontWeight = 13;
|
|
481
|
-
float thickness = 14;
|
|
482
|
-
float cornerRadius = 15;
|
|
483
|
-
PB_Color4 color = 16;
|
|
484
|
-
PB_Color4 background = 17;
|
|
485
|
-
float paddingTop = 18;
|
|
486
|
-
float paddingRight = 19;
|
|
487
|
-
float paddingBottom = 20;
|
|
488
|
-
float paddingLeft = 21;
|
|
489
|
-
float shadowBlur = 22;
|
|
490
|
-
float shadowOffsetX = 23;
|
|
491
|
-
float shadowOffsetY = 24;
|
|
492
|
-
PB_Color4 shadowColor = 25;
|
|
493
|
-
string text = 26;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
message PB_UICanvas {
|
|
497
|
-
string name = 1;
|
|
498
|
-
bool visible = 2;
|
|
499
|
-
float opacity = 3;
|
|
500
|
-
string hAlign = 4;
|
|
501
|
-
string vAlign = 5;
|
|
502
|
-
string width = 6;
|
|
503
|
-
string height = 7;
|
|
504
|
-
string positionX = 8;
|
|
505
|
-
string positionY = 9;
|
|
506
|
-
bool isPointerBlocker = 10;
|
|
507
|
-
PB_UIShape parent = 11;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
message PB_UIContainerRect {
|
|
511
|
-
string name = 1;
|
|
512
|
-
bool visible = 2;
|
|
513
|
-
float opacity = 3;
|
|
514
|
-
string hAlign = 4;
|
|
515
|
-
string vAlign = 5;
|
|
516
|
-
string width = 6;
|
|
517
|
-
string height = 7;
|
|
518
|
-
string positionX = 8;
|
|
519
|
-
string positionY = 9;
|
|
520
|
-
bool isPointerBlocker = 10;
|
|
521
|
-
PB_UIShape parent = 11;
|
|
522
|
-
bool adaptWidth = 12;
|
|
523
|
-
bool adaptHeight = 13;
|
|
524
|
-
float thickness = 14;
|
|
525
|
-
PB_Color4 color = 15;
|
|
526
|
-
bool alignmentUsesSize = 16;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
message PB_UIContainerStack {
|
|
530
|
-
string name = 1;
|
|
531
|
-
bool visible = 2;
|
|
532
|
-
float opacity = 3;
|
|
533
|
-
string hAlign = 4;
|
|
534
|
-
string vAlign = 5;
|
|
535
|
-
string width = 6;
|
|
536
|
-
string height = 7;
|
|
537
|
-
string positionX = 8;
|
|
538
|
-
string positionY = 9;
|
|
539
|
-
bool isPointerBlocker = 10;
|
|
540
|
-
PB_UIShape parent = 11;
|
|
541
|
-
bool adaptWidth = 12;
|
|
542
|
-
bool adaptHeight = 13;
|
|
543
|
-
PB_Color4 color = 14;
|
|
544
|
-
PB_UIStackOrientation stackOrientation = 15;
|
|
545
|
-
float spacing = 16;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
enum PB_UIStackOrientation {
|
|
549
|
-
VERTICAL = 0;
|
|
550
|
-
HORIZONTAL = 1;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
message PB_UIImage {
|
|
554
|
-
string name = 1;
|
|
555
|
-
bool visible = 2;
|
|
556
|
-
float opacity = 3;
|
|
557
|
-
string hAlign = 4;
|
|
558
|
-
string vAlign = 5;
|
|
559
|
-
string width = 6;
|
|
560
|
-
string height = 7;
|
|
561
|
-
string positionX = 8;
|
|
562
|
-
string positionY = 9;
|
|
563
|
-
bool isPointerBlocker = 10;
|
|
564
|
-
PB_UIShape parent = 11;
|
|
565
|
-
float sourceLeft = 12;
|
|
566
|
-
float sourceTop = 13;
|
|
567
|
-
float sourceWidth = 14;
|
|
568
|
-
float sourceHeight = 15;
|
|
569
|
-
PB_Texture source = 16;
|
|
570
|
-
float paddingTop = 17;
|
|
571
|
-
float paddingRight = 18;
|
|
572
|
-
float paddingBottom = 19;
|
|
573
|
-
float paddingLeft = 20;
|
|
574
|
-
bool sizeInPixels = 21;
|
|
575
|
-
PB_UUIDCallback onClick = 22;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
message PB_UUIDCallback {
|
|
579
|
-
string type = 1;
|
|
580
|
-
string uuid = 2;
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
message PB_UIInputText {
|
|
584
|
-
string name = 1;
|
|
585
|
-
bool visible = 2;
|
|
586
|
-
float opacity = 3;
|
|
587
|
-
string hAlign = 4;
|
|
588
|
-
string vAlign = 5;
|
|
589
|
-
string width = 6;
|
|
590
|
-
string height = 7;
|
|
591
|
-
string positionX = 8;
|
|
592
|
-
string positionY = 9;
|
|
593
|
-
bool isPointerBlocker = 10;
|
|
594
|
-
PB_UIShape parent = 11;
|
|
595
|
-
float outlineWidth = 12;
|
|
596
|
-
PB_Color4 outlineColor = 13;
|
|
597
|
-
PB_Color4 color = 14;
|
|
598
|
-
float thickness = 15;
|
|
599
|
-
float fontSize = 16;
|
|
600
|
-
string fontWeight = 17;
|
|
601
|
-
string value = 18;
|
|
602
|
-
PB_Color4 placeholderColor = 19;
|
|
603
|
-
string placeholder = 20;
|
|
604
|
-
float margin = 21;
|
|
605
|
-
float maxWidth = 22;
|
|
606
|
-
string hTextAlign = 23;
|
|
607
|
-
string vTextAlign = 24;
|
|
608
|
-
bool autoStretchWidth = 25;
|
|
609
|
-
PB_Color4 background = 26;
|
|
610
|
-
PB_Color4 focusedBackground = 27;
|
|
611
|
-
bool textWrapping = 28;
|
|
612
|
-
float shadowBlur = 29;
|
|
613
|
-
float shadowOffsetX = 30;
|
|
614
|
-
float shadowOffsetY = 31;
|
|
615
|
-
PB_Color4 shadowColor = 32;
|
|
616
|
-
float paddingTop = 33;
|
|
617
|
-
float paddingRight = 34;
|
|
618
|
-
float paddingBottom = 35;
|
|
619
|
-
float paddingLeft = 36;
|
|
620
|
-
PB_UUIDCallback onTextSubmit = 37;
|
|
621
|
-
PB_UUIDCallback onChanged = 38;
|
|
622
|
-
PB_UUIDCallback onFocus = 39;
|
|
623
|
-
PB_UUIDCallback onBlur = 40;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
message PB_UIScrollRect {
|
|
627
|
-
string name = 1;
|
|
628
|
-
bool visible = 2;
|
|
629
|
-
float opacity = 3;
|
|
630
|
-
string hAlign = 4;
|
|
631
|
-
string vAlign = 5;
|
|
632
|
-
string width = 6;
|
|
633
|
-
string height = 7;
|
|
634
|
-
string positionX = 8;
|
|
635
|
-
string positionY = 9;
|
|
636
|
-
bool isPointerBlocker = 10;
|
|
637
|
-
PB_UIShape parent = 11;
|
|
638
|
-
float valueX = 12;
|
|
639
|
-
float valueY = 13;
|
|
640
|
-
PB_Color4 borderColor = 14;
|
|
641
|
-
PB_Color4 backgroundColor = 15;
|
|
642
|
-
bool isHorizontal = 16;
|
|
643
|
-
bool isVertical = 17;
|
|
644
|
-
float paddingTop = 18;
|
|
645
|
-
float paddingRight = 19;
|
|
646
|
-
float paddingBottom = 20;
|
|
647
|
-
float paddingLeft = 21;
|
|
648
|
-
PB_UUIDCallback onChanged = 22;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
message PB_UIShape {
|
|
652
|
-
string name = 1;
|
|
653
|
-
bool visible = 2;
|
|
654
|
-
float opacity = 3;
|
|
655
|
-
string hAlign = 4;
|
|
656
|
-
string vAlign = 5;
|
|
657
|
-
string width = 6;
|
|
658
|
-
string height = 7;
|
|
659
|
-
string positionX = 8;
|
|
660
|
-
string positionY = 9;
|
|
661
|
-
bool isPointerBlocker = 10;
|
|
662
|
-
PB_UIShape parent = 11;
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
message PB_UITextShape {
|
|
666
|
-
string name = 1;
|
|
667
|
-
bool visible = 2;
|
|
668
|
-
float opacity = 3;
|
|
669
|
-
string hAlign = 4;
|
|
670
|
-
string vAlign = 5;
|
|
671
|
-
string width = 6;
|
|
672
|
-
string height = 7;
|
|
673
|
-
string positionX = 8;
|
|
674
|
-
string positionY = 9;
|
|
675
|
-
bool isPointerBlocker = 10;
|
|
676
|
-
PB_UIShape parent = 11;
|
|
677
|
-
float outlineWidth = 12;
|
|
678
|
-
PB_Color4 outlineColor = 13;
|
|
679
|
-
PB_Color4 color = 14;
|
|
680
|
-
float fontSize = 15;
|
|
681
|
-
bool fontAutoSize = 16;
|
|
682
|
-
string fontWeight = 17;
|
|
683
|
-
string value = 18;
|
|
684
|
-
float lineSpacing = 19;
|
|
685
|
-
float lineCount = 20;
|
|
686
|
-
bool adaptWidth = 21;
|
|
687
|
-
bool adaptHeight = 22;
|
|
688
|
-
bool textWrapping = 23;
|
|
689
|
-
float shadowBlur = 24;
|
|
690
|
-
float shadowOffsetX = 25;
|
|
691
|
-
float shadowOffsetY = 26;
|
|
692
|
-
PB_Color4 shadowColor = 27;
|
|
693
|
-
string hTextAlign = 28;
|
|
694
|
-
string vTextAlign = 29;
|
|
695
|
-
float paddingTop = 30;
|
|
696
|
-
float paddingRight = 31;
|
|
697
|
-
float paddingBottom = 32;
|
|
698
|
-
float paddingLeft = 33;
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
message PB_OpenExternalUrl {
|
|
702
|
-
string url = 1;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
message PB_OpenNFTDialog {
|
|
706
|
-
string assetContractAddress = 1;
|
|
707
|
-
string tokenId = 2;
|
|
708
|
-
string comment = 3;
|
|
709
|
-
}
|