@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.
Files changed (528) hide show
  1. package/README.md +266 -0
  2. package/out-js/about.gen.d.ts +1 -0
  3. package/out-js/about.gen.js +6 -0
  4. package/out-js/about.gen.js.map +1 -0
  5. package/out-js/comms.gen.d.ts +1 -0
  6. package/out-js/comms.gen.js +6 -0
  7. package/out-js/comms.gen.js.map +1 -0
  8. package/out-js/decentraland/common/border_rect.gen.d.ts +49 -0
  9. package/out-js/decentraland/common/border_rect.gen.js +201 -0
  10. package/out-js/decentraland/common/border_rect.gen.js.map +1 -0
  11. package/out-js/decentraland/common/colors.gen.d.ts +59 -0
  12. package/out-js/decentraland/common/colors.gen.js +260 -0
  13. package/out-js/decentraland/common/colors.gen.js.map +1 -0
  14. package/out-js/decentraland/common/content_mapping.gen.d.ts +31 -0
  15. package/out-js/decentraland/common/content_mapping.gen.js +80 -0
  16. package/out-js/decentraland/common/content_mapping.gen.js.map +1 -0
  17. package/out-js/decentraland/common/sdk/user_data.gen.d.ts +63 -0
  18. package/out-js/decentraland/common/sdk/user_data.gen.js +330 -0
  19. package/out-js/decentraland/common/sdk/user_data.gen.js.map +1 -0
  20. package/out-js/decentraland/common/texture.gen.d.ts +105 -0
  21. package/out-js/decentraland/common/texture.gen.js +475 -0
  22. package/out-js/decentraland/common/texture.gen.js.map +1 -0
  23. package/out-js/decentraland/common/vectors.gen.d.ts +71 -0
  24. package/out-js/decentraland/common/vectors.gen.js +338 -0
  25. package/out-js/decentraland/common/vectors.gen.js.map +1 -0
  26. package/out-js/decentraland/kernel/apis/comms_api.gen.d.ts +206 -0
  27. package/out-js/decentraland/kernel/apis/comms_api.gen.js +792 -0
  28. package/out-js/decentraland/kernel/apis/comms_api.gen.js.map +1 -0
  29. package/out-js/decentraland/kernel/apis/communications_controller.gen.d.ts +105 -0
  30. package/out-js/decentraland/kernel/apis/communications_controller.gen.js +400 -0
  31. package/out-js/decentraland/kernel/apis/communications_controller.gen.js.map +1 -0
  32. package/out-js/decentraland/kernel/apis/dev_tools.gen.d.ts +58 -0
  33. package/out-js/decentraland/kernel/apis/dev_tools.gen.js +142 -0
  34. package/out-js/decentraland/kernel/apis/dev_tools.gen.js.map +1 -0
  35. package/out-js/decentraland/kernel/apis/engine_api.gen.d.ts +338 -0
  36. package/out-js/decentraland/kernel/apis/engine_api.gen.js +1452 -0
  37. package/out-js/decentraland/kernel/apis/engine_api.gen.js.map +1 -0
  38. package/out-js/decentraland/kernel/apis/environment_api.gen.d.ts +283 -0
  39. package/out-js/decentraland/kernel/apis/environment_api.gen.js +1122 -0
  40. package/out-js/decentraland/kernel/apis/environment_api.gen.js.map +1 -0
  41. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.d.ts +225 -0
  42. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js +878 -0
  43. package/out-js/decentraland/kernel/apis/ethereum_controller.gen.js.map +1 -0
  44. package/out-js/decentraland/kernel/apis/parcel_identity.gen.d.ts +146 -0
  45. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js +557 -0
  46. package/out-js/decentraland/kernel/apis/parcel_identity.gen.js.map +1 -0
  47. package/out-js/decentraland/kernel/apis/permissions.gen.d.ts +100 -0
  48. package/out-js/decentraland/kernel/apis/permissions.gen.js +360 -0
  49. package/out-js/decentraland/kernel/apis/permissions.gen.js.map +1 -0
  50. package/out-js/decentraland/kernel/apis/players.gen.d.ts +127 -0
  51. package/out-js/decentraland/kernel/apis/players.gen.js +372 -0
  52. package/out-js/decentraland/kernel/apis/players.gen.js.map +1 -0
  53. package/out-js/decentraland/kernel/apis/portable_experiences.gen.d.ts +178 -0
  54. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js +607 -0
  55. package/out-js/decentraland/kernel/apis/portable_experiences.gen.js.map +1 -0
  56. package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +303 -0
  57. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +1056 -0
  58. package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -0
  59. package/out-js/decentraland/kernel/apis/runtime.gen.d.ts +217 -0
  60. package/out-js/decentraland/kernel/apis/runtime.gen.js +801 -0
  61. package/out-js/decentraland/kernel/apis/runtime.gen.js.map +1 -0
  62. package/out-js/decentraland/kernel/apis/scene.gen.d.ts +59 -0
  63. package/out-js/decentraland/kernel/apis/scene.gen.js +171 -0
  64. package/out-js/decentraland/kernel/apis/scene.gen.js.map +1 -0
  65. package/out-js/decentraland/kernel/apis/signed_fetch.gen.d.ts +139 -0
  66. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js +615 -0
  67. package/out-js/decentraland/kernel/apis/signed_fetch.gen.js.map +1 -0
  68. package/out-js/decentraland/kernel/apis/social_controller.gen.d.ts +72 -0
  69. package/out-js/decentraland/kernel/apis/social_controller.gen.js +207 -0
  70. package/out-js/decentraland/kernel/apis/social_controller.gen.js.map +1 -0
  71. package/out-js/decentraland/kernel/apis/testing.gen.d.ts +249 -0
  72. package/out-js/decentraland/kernel/apis/testing.gen.js +1073 -0
  73. package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -0
  74. package/out-js/decentraland/kernel/apis/user_action_module.gen.d.ts +56 -0
  75. package/out-js/decentraland/kernel/apis/user_action_module.gen.js +128 -0
  76. package/out-js/decentraland/kernel/apis/user_action_module.gen.js.map +1 -0
  77. package/out-js/decentraland/kernel/apis/user_identity.gen.d.ts +86 -0
  78. package/out-js/decentraland/kernel/apis/user_identity.gen.js +236 -0
  79. package/out-js/decentraland/kernel/apis/user_identity.gen.js.map +1 -0
  80. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +334 -0
  81. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +2093 -0
  82. package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -0
  83. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.d.ts +183 -0
  84. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js +906 -0
  85. package/out-js/decentraland/kernel/comms/rfc5/ws_comms.gen.js.map +1 -0
  86. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.d.ts +224 -0
  87. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js +1204 -0
  88. package/out-js/decentraland/kernel/comms/v3/archipelago.gen.js.map +1 -0
  89. package/out-js/decentraland/quests/definitions.gen.d.ts +541 -0
  90. package/out-js/decentraland/quests/definitions.gen.js +2728 -0
  91. package/out-js/decentraland/quests/definitions.gen.js.map +1 -0
  92. package/out-js/decentraland/realm/about.gen.d.ts +229 -0
  93. package/out-js/decentraland/realm/about.gen.js +1185 -0
  94. package/out-js/decentraland/realm/about.gen.js.map +1 -0
  95. package/out-js/decentraland/sdk/components/animator.gen.d.ts +62 -0
  96. package/out-js/decentraland/sdk/components/animator.gen.js +192 -0
  97. package/out-js/decentraland/sdk/components/animator.gen.js.map +1 -0
  98. package/out-js/decentraland/sdk/components/audio_source.gen.d.ts +61 -0
  99. package/out-js/decentraland/sdk/components/audio_source.gen.js +151 -0
  100. package/out-js/decentraland/sdk/components/audio_source.gen.js.map +1 -0
  101. package/out-js/decentraland/sdk/components/audio_stream.gen.d.ts +50 -0
  102. package/out-js/decentraland/sdk/components/audio_stream.gen.js +138 -0
  103. package/out-js/decentraland/sdk/components/audio_stream.gen.js.map +1 -0
  104. package/out-js/decentraland/sdk/components/avatar_attach.gen.d.ts +76 -0
  105. package/out-js/decentraland/sdk/components/avatar_attach.gen.js +262 -0
  106. package/out-js/decentraland/sdk/components/avatar_attach.gen.js.map +1 -0
  107. package/out-js/decentraland/sdk/components/avatar_base.gen.d.ts +36 -0
  108. package/out-js/decentraland/sdk/components/avatar_base.gen.js +129 -0
  109. package/out-js/decentraland/sdk/components/avatar_base.gen.js.map +1 -0
  110. package/out-js/decentraland/sdk/components/avatar_emote_command.gen.d.ts +37 -0
  111. package/out-js/decentraland/sdk/components/avatar_emote_command.gen.js +95 -0
  112. package/out-js/decentraland/sdk/components/avatar_emote_command.gen.js.map +1 -0
  113. package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.d.ts +36 -0
  114. package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js +90 -0
  115. package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js.map +1 -0
  116. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +60 -0
  117. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +153 -0
  118. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -0
  119. package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +82 -0
  120. package/out-js/decentraland/sdk/components/avatar_shape.gen.js +298 -0
  121. package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -0
  122. package/out-js/decentraland/sdk/components/billboard.gen.d.ts +54 -0
  123. package/out-js/decentraland/sdk/components/billboard.gen.js +128 -0
  124. package/out-js/decentraland/sdk/components/billboard.gen.js.map +1 -0
  125. package/out-js/decentraland/sdk/components/camera_mode.gen.d.ts +36 -0
  126. package/out-js/decentraland/sdk/components/camera_mode.gen.js +70 -0
  127. package/out-js/decentraland/sdk/components/camera_mode.gen.js.map +1 -0
  128. package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +48 -0
  129. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +85 -0
  130. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -0
  131. package/out-js/decentraland/sdk/components/common/camera_type.gen.d.ts +10 -0
  132. package/out-js/decentraland/sdk/components/common/camera_type.gen.js +46 -0
  133. package/out-js/decentraland/sdk/components/common/camera_type.gen.js.map +1 -0
  134. package/out-js/decentraland/sdk/components/common/id.gen.d.ts +1 -0
  135. package/out-js/decentraland/sdk/components/common/id.gen.js +6 -0
  136. package/out-js/decentraland/sdk/components/common/id.gen.js.map +1 -0
  137. package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +41 -0
  138. package/out-js/decentraland/sdk/components/common/input_action.gen.js +209 -0
  139. package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -0
  140. package/out-js/decentraland/sdk/components/common/loading_state.gen.d.ts +11 -0
  141. package/out-js/decentraland/sdk/components/common/loading_state.gen.js +57 -0
  142. package/out-js/decentraland/sdk/components/common/loading_state.gen.js.map +1 -0
  143. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.d.ts +45 -0
  144. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js +163 -0
  145. package/out-js/decentraland/sdk/components/common/raycast_hit.gen.js.map +1 -0
  146. package/out-js/decentraland/sdk/components/common/texts.gen.d.ts +23 -0
  147. package/out-js/decentraland/sdk/components/common/texts.gen.js +120 -0
  148. package/out-js/decentraland/sdk/components/common/texts.gen.js.map +1 -0
  149. package/out-js/decentraland/sdk/components/engine_info.gen.d.ts +41 -0
  150. package/out-js/decentraland/sdk/components/engine_info.gen.js +95 -0
  151. package/out-js/decentraland/sdk/components/engine_info.gen.js.map +1 -0
  152. package/out-js/decentraland/sdk/components/gltf_container.gen.d.ts +41 -0
  153. package/out-js/decentraland/sdk/components/gltf_container.gen.js +101 -0
  154. package/out-js/decentraland/sdk/components/gltf_container.gen.js.map +1 -0
  155. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +35 -0
  156. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +70 -0
  157. package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -0
  158. package/out-js/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts +57 -0
  159. package/out-js/decentraland/sdk/components/gltf_node_modifiers.gen.js +164 -0
  160. package/out-js/decentraland/sdk/components/gltf_node_modifiers.gen.js.map +1 -0
  161. package/out-js/decentraland/sdk/components/material.gen.d.ts +108 -0
  162. package/out-js/decentraland/sdk/components/material.gen.js +536 -0
  163. package/out-js/decentraland/sdk/components/material.gen.js.map +1 -0
  164. package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +130 -0
  165. package/out-js/decentraland/sdk/components/mesh_collider.gen.js +471 -0
  166. package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -0
  167. package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +104 -0
  168. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +382 -0
  169. package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -0
  170. package/out-js/decentraland/sdk/components/nft_shape.gen.d.ts +74 -0
  171. package/out-js/decentraland/sdk/components/nft_shape.gen.js +259 -0
  172. package/out-js/decentraland/sdk/components/nft_shape.gen.js.map +1 -0
  173. package/out-js/decentraland/sdk/components/player_identity_data.gen.d.ts +37 -0
  174. package/out-js/decentraland/sdk/components/player_identity_data.gen.js +83 -0
  175. package/out-js/decentraland/sdk/components/player_identity_data.gen.js.map +1 -0
  176. package/out-js/decentraland/sdk/components/pointer_events.gen.d.ts +110 -0
  177. package/out-js/decentraland/sdk/components/pointer_events.gen.js +306 -0
  178. package/out-js/decentraland/sdk/components/pointer_events.gen.js.map +1 -0
  179. package/out-js/decentraland/sdk/components/pointer_events_result.gen.d.ts +42 -0
  180. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js +133 -0
  181. package/out-js/decentraland/sdk/components/pointer_events_result.gen.js.map +1 -0
  182. package/out-js/decentraland/sdk/components/pointer_lock.gen.d.ts +35 -0
  183. package/out-js/decentraland/sdk/components/pointer_lock.gen.js +69 -0
  184. package/out-js/decentraland/sdk/components/pointer_lock.gen.js.map +1 -0
  185. package/out-js/decentraland/sdk/components/raycast.gen.d.ts +79 -0
  186. package/out-js/decentraland/sdk/components/raycast.gen.js +274 -0
  187. package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -0
  188. package/out-js/decentraland/sdk/components/raycast_result.gen.d.ts +48 -0
  189. package/out-js/decentraland/sdk/components/raycast_result.gen.js +132 -0
  190. package/out-js/decentraland/sdk/components/raycast_result.gen.js.map +1 -0
  191. package/out-js/decentraland/sdk/components/realm_info.gen.d.ts +43 -0
  192. package/out-js/decentraland/sdk/components/realm_info.gen.js +151 -0
  193. package/out-js/decentraland/sdk/components/realm_info.gen.js.map +1 -0
  194. package/out-js/decentraland/sdk/components/text_shape.gen.d.ts +81 -0
  195. package/out-js/decentraland/sdk/components/text_shape.gen.js +345 -0
  196. package/out-js/decentraland/sdk/components/text_shape.gen.js.map +1 -0
  197. package/out-js/decentraland/sdk/components/tween.gen.d.ts +220 -0
  198. package/out-js/decentraland/sdk/components/tween.gen.js +1213 -0
  199. package/out-js/decentraland/sdk/components/tween.gen.js.map +1 -0
  200. package/out-js/decentraland/sdk/components/tween_sequence.gen.d.ts +39 -0
  201. package/out-js/decentraland/sdk/components/tween_sequence.gen.js +122 -0
  202. package/out-js/decentraland/sdk/components/tween_sequence.gen.js.map +1 -0
  203. package/out-js/decentraland/sdk/components/tween_state.gen.d.ts +40 -0
  204. package/out-js/decentraland/sdk/components/tween_state.gen.js +122 -0
  205. package/out-js/decentraland/sdk/components/tween_state.gen.js.map +1 -0
  206. package/out-js/decentraland/sdk/components/ui_background.gen.d.ts +63 -0
  207. package/out-js/decentraland/sdk/components/ui_background.gen.js +197 -0
  208. package/out-js/decentraland/sdk/components/ui_background.gen.js.map +1 -0
  209. package/out-js/decentraland/sdk/components/ui_dropdown.gen.d.ts +45 -0
  210. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js +187 -0
  211. package/out-js/decentraland/sdk/components/ui_dropdown.gen.js.map +1 -0
  212. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.d.ts +30 -0
  213. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js +69 -0
  214. package/out-js/decentraland/sdk/components/ui_dropdown_result.gen.js.map +1 -0
  215. package/out-js/decentraland/sdk/components/ui_input.gen.d.ts +44 -0
  216. package/out-js/decentraland/sdk/components/ui_input.gen.js +172 -0
  217. package/out-js/decentraland/sdk/components/ui_input.gen.js.map +1 -0
  218. package/out-js/decentraland/sdk/components/ui_input_result.gen.d.ts +32 -0
  219. package/out-js/decentraland/sdk/components/ui_input_result.gen.js +83 -0
  220. package/out-js/decentraland/sdk/components/ui_input_result.gen.js.map +1 -0
  221. package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +50 -0
  222. package/out-js/decentraland/sdk/components/ui_text.gen.js +177 -0
  223. package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -0
  224. package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +238 -0
  225. package/out-js/decentraland/sdk/components/ui_transform.gen.js +1547 -0
  226. package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -0
  227. package/out-js/decentraland/sdk/components/video_player.gen.d.ts +51 -0
  228. package/out-js/decentraland/sdk/components/video_player.gen.js +177 -0
  229. package/out-js/decentraland/sdk/components/video_player.gen.js.map +1 -0
  230. package/out-js/decentraland/sdk/components/visibility_component.gen.d.ts +39 -0
  231. package/out-js/decentraland/sdk/components/visibility_component.gen.js +83 -0
  232. package/out-js/decentraland/sdk/components/visibility_component.gen.js.map +1 -0
  233. package/out-js/decentraland/sdk/development/local_development.gen.d.ts +70 -0
  234. package/out-js/decentraland/sdk/development/local_development.gen.js +283 -0
  235. package/out-js/decentraland/sdk/development/local_development.gen.js.map +1 -0
  236. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.d.ts +1005 -0
  237. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js +7842 -0
  238. package/out-js/decentraland/sdk/ecs6/components_ecs6.gen.js.map +1 -0
  239. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.d.ts +398 -0
  240. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js +2512 -0
  241. package/out-js/decentraland/sdk/ecs6/engine_interface_ecs6.gen.js.map +1 -0
  242. package/out-js/decentraland/social_service/errors.gen.d.ts +96 -0
  243. package/out-js/decentraland/social_service/errors.gen.js +405 -0
  244. package/out-js/decentraland/social_service/errors.gen.js.map +1 -0
  245. package/out-js/decentraland/social_service/v1/social_service_v1.gen.d.ts +501 -0
  246. package/out-js/decentraland/social_service/v1/social_service_v1.gen.js +2517 -0
  247. package/out-js/decentraland/social_service/v1/social_service_v1.gen.js.map +1 -0
  248. package/out-js/decentraland/social_service/v2/social_service_v2.gen.d.ts +1827 -0
  249. package/out-js/decentraland/social_service/v2/social_service_v2.gen.js +9308 -0
  250. package/out-js/decentraland/social_service/v2/social_service_v2.gen.js.map +1 -0
  251. package/out-js/google/protobuf/descriptor.gen.d.ts +436 -0
  252. package/out-js/google/protobuf/descriptor.gen.js +3173 -0
  253. package/out-js/google/protobuf/descriptor.gen.js.map +1 -0
  254. package/out-js/google/protobuf/empty.gen.d.ts +38 -0
  255. package/out-js/google/protobuf/empty.gen.js +54 -0
  256. package/out-js/google/protobuf/empty.gen.js.map +1 -0
  257. package/out-js/quests.gen.d.ts +1 -0
  258. package/out-js/quests.gen.js +6 -0
  259. package/out-js/quests.gen.js.map +1 -0
  260. package/out-js/sdk-apis.gen.d.ts +1 -0
  261. package/out-js/sdk-apis.gen.js +6 -0
  262. package/out-js/sdk-apis.gen.js.map +1 -0
  263. package/out-js/sdk-components.gen.d.ts +1 -0
  264. package/out-js/sdk-components.gen.js +6 -0
  265. package/out-js/sdk-components.gen.js.map +1 -0
  266. package/out-js/sdk-development.gen.d.ts +1 -0
  267. package/out-js/sdk-development.gen.js +6 -0
  268. package/out-js/sdk-development.gen.js.map +1 -0
  269. package/out-js/social.gen.d.ts +1 -0
  270. package/out-js/social.gen.js +6 -0
  271. package/out-js/social.gen.js.map +1 -0
  272. package/out-ts/about.gen.ts +3 -0
  273. package/out-ts/comms.gen.ts +3 -0
  274. package/out-ts/decentraland/common/border_rect.gen.ts +230 -0
  275. package/out-ts/decentraland/common/colors.gen.ts +293 -0
  276. package/out-ts/decentraland/common/content_mapping.gen.ts +93 -0
  277. package/out-ts/decentraland/common/sdk/user_data.gen.ts +370 -0
  278. package/out-ts/decentraland/common/texture.gen.ts +539 -0
  279. package/out-ts/decentraland/common/vectors.gen.ts +377 -0
  280. package/out-ts/decentraland/kernel/apis/comms_api.gen.ts +884 -0
  281. package/out-ts/decentraland/kernel/apis/communications_controller.gen.ts +434 -0
  282. package/out-ts/decentraland/kernel/apis/dev_tools.gen.ts +161 -0
  283. package/out-ts/decentraland/kernel/apis/engine_api.gen.ts +1587 -0
  284. package/out-ts/decentraland/kernel/apis/environment_api.gen.ts +1264 -0
  285. package/out-ts/decentraland/kernel/apis/ethereum_controller.gen.ts +982 -0
  286. package/out-ts/decentraland/kernel/apis/parcel_identity.gen.ts +608 -0
  287. package/out-ts/decentraland/kernel/apis/permissions.gen.ts +397 -0
  288. package/out-ts/decentraland/kernel/apis/players.gen.ts +415 -0
  289. package/out-ts/decentraland/kernel/apis/portable_experiences.gen.ts +668 -0
  290. package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +1150 -0
  291. package/out-ts/decentraland/kernel/apis/runtime.gen.ts +911 -0
  292. package/out-ts/decentraland/kernel/apis/scene.gen.ts +192 -0
  293. package/out-ts/decentraland/kernel/apis/signed_fetch.gen.ts +691 -0
  294. package/out-ts/decentraland/kernel/apis/social_controller.gen.ts +230 -0
  295. package/out-ts/decentraland/kernel/apis/testing.gen.ts +1270 -0
  296. package/out-ts/decentraland/kernel/apis/user_action_module.gen.ts +146 -0
  297. package/out-ts/decentraland/kernel/apis/user_identity.gen.ts +264 -0
  298. package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +2389 -0
  299. package/out-ts/decentraland/kernel/comms/rfc5/ws_comms.gen.ts +1029 -0
  300. package/out-ts/decentraland/kernel/comms/v3/archipelago.gen.ts +1338 -0
  301. package/out-ts/decentraland/quests/definitions.gen.ts +3020 -0
  302. package/out-ts/decentraland/realm/about.gen.ts +1415 -0
  303. package/out-ts/decentraland/sdk/components/animator.gen.ts +240 -0
  304. package/out-ts/decentraland/sdk/components/audio_source.gen.ts +209 -0
  305. package/out-ts/decentraland/sdk/components/audio_stream.gen.ts +182 -0
  306. package/out-ts/decentraland/sdk/components/avatar_attach.gen.ts +289 -0
  307. package/out-ts/decentraland/sdk/components/avatar_base.gen.ts +149 -0
  308. package/out-ts/decentraland/sdk/components/avatar_emote_command.gen.ts +115 -0
  309. package/out-ts/decentraland/sdk/components/avatar_equipped_data.gen.ts +105 -0
  310. package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +188 -0
  311. package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +383 -0
  312. package/out-ts/decentraland/sdk/components/billboard.gen.ts +148 -0
  313. package/out-ts/decentraland/sdk/components/camera_mode.gen.ts +86 -0
  314. package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +115 -0
  315. package/out-ts/decentraland/sdk/components/common/camera_type.gen.ts +43 -0
  316. package/out-ts/decentraland/sdk/components/common/id.gen.ts +3 -0
  317. package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +206 -0
  318. package/out-ts/decentraland/sdk/components/common/loading_state.gen.ts +54 -0
  319. package/out-ts/decentraland/sdk/components/common/raycast_hit.gen.ts +204 -0
  320. package/out-ts/decentraland/sdk/components/common/texts.gen.ts +117 -0
  321. package/out-ts/decentraland/sdk/components/engine_info.gen.ts +119 -0
  322. package/out-ts/decentraland/sdk/components/gltf_container.gen.ts +127 -0
  323. package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +89 -0
  324. package/out-ts/decentraland/sdk/components/gltf_node_modifiers.gen.ts +204 -0
  325. package/out-ts/decentraland/sdk/components/material.gen.ts +655 -0
  326. package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +536 -0
  327. package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +454 -0
  328. package/out-ts/decentraland/sdk/components/nft_shape.gen.ts +288 -0
  329. package/out-ts/decentraland/sdk/components/player_identity_data.gen.ts +102 -0
  330. package/out-ts/decentraland/sdk/components/pointer_events.gen.ts +415 -0
  331. package/out-ts/decentraland/sdk/components/pointer_events_result.gen.ts +170 -0
  332. package/out-ts/decentraland/sdk/components/pointer_lock.gen.ts +85 -0
  333. package/out-ts/decentraland/sdk/components/raycast.gen.ts +333 -0
  334. package/out-ts/decentraland/sdk/components/raycast_result.gen.ts +168 -0
  335. package/out-ts/decentraland/sdk/components/realm_info.gen.ts +183 -0
  336. package/out-ts/decentraland/sdk/components/text_shape.gen.ts +470 -0
  337. package/out-ts/decentraland/sdk/components/tween.gen.ts +1336 -0
  338. package/out-ts/decentraland/sdk/components/tween_sequence.gen.ts +134 -0
  339. package/out-ts/decentraland/sdk/components/tween_state.gen.ts +136 -0
  340. package/out-ts/decentraland/sdk/components/ui_background.gen.ts +223 -0
  341. package/out-ts/decentraland/sdk/components/ui_dropdown.gen.ts +231 -0
  342. package/out-ts/decentraland/sdk/components/ui_dropdown_result.gen.ts +80 -0
  343. package/out-ts/decentraland/sdk/components/ui_input.gen.ts +215 -0
  344. package/out-ts/decentraland/sdk/components/ui_input_result.gen.ts +97 -0
  345. package/out-ts/decentraland/sdk/components/ui_text.gen.ts +219 -0
  346. package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +1775 -0
  347. package/out-ts/decentraland/sdk/components/video_player.gen.ts +231 -0
  348. package/out-ts/decentraland/sdk/components/visibility_component.gen.ts +108 -0
  349. package/out-ts/decentraland/sdk/development/local_development.gen.ts +316 -0
  350. package/out-ts/decentraland/sdk/ecs6/components_ecs6.gen.ts +8957 -0
  351. package/out-ts/decentraland/sdk/ecs6/engine_interface_ecs6.gen.ts +2886 -0
  352. package/out-ts/decentraland/social_service/errors.gen.ts +442 -0
  353. package/out-ts/decentraland/social_service/v1/social_service_v1.gen.ts +2799 -0
  354. package/out-ts/decentraland/social_service/v2/social_service_v2.gen.ts +10674 -0
  355. package/out-ts/google/protobuf/descriptor.gen.ts +3470 -0
  356. package/out-ts/google/protobuf/empty.gen.ts +72 -0
  357. package/out-ts/quests.gen.ts +3 -0
  358. package/out-ts/sdk-apis.gen.ts +3 -0
  359. package/out-ts/sdk-components.gen.ts +3 -0
  360. package/out-ts/sdk-development.gen.ts +3 -0
  361. package/out-ts/social.gen.ts +3 -0
  362. package/package.json +27 -10
  363. package/proto/decentraland/common/border_rect.proto +18 -0
  364. package/proto/decentraland/common/colors.proto +21 -0
  365. package/proto/decentraland/common/content_mapping.proto +7 -0
  366. package/proto/decentraland/common/entity.proto +13 -0
  367. package/proto/decentraland/common/floats.proto +8 -0
  368. package/proto/decentraland/common/options.proto +30 -0
  369. package/proto/decentraland/common/quantization_example.proto +132 -0
  370. package/{kernel/apis/UserIdentity.proto → proto/decentraland/common/sdk/user_data.proto} +1 -17
  371. package/proto/decentraland/common/texture.proto +45 -0
  372. package/proto/decentraland/common/vectors.proto +26 -0
  373. package/proto/decentraland/kernel/apis/comms_api.proto +61 -0
  374. package/proto/decentraland/kernel/apis/communications_controller.proto +29 -0
  375. package/{kernel/apis/DevTools.proto → proto/decentraland/kernel/apis/dev_tools.proto} +3 -0
  376. package/proto/decentraland/kernel/apis/engine_api.proto +118 -0
  377. package/proto/decentraland/kernel/apis/environment_api.proto +76 -0
  378. package/{kernel/apis/EthereumController.proto → proto/decentraland/kernel/apis/ethereum_controller.proto} +12 -1
  379. package/{kernel/apis/ParcelIdentity.proto → proto/decentraland/kernel/apis/parcel_identity.proto} +6 -5
  380. package/proto/decentraland/kernel/apis/permissions.proto +36 -0
  381. package/proto/decentraland/kernel/apis/players.proto +35 -0
  382. package/proto/decentraland/kernel/apis/portable_experiences.proto +55 -0
  383. package/proto/decentraland/kernel/apis/restricted_actions.proto +100 -0
  384. package/proto/decentraland/kernel/apis/runtime.proto +71 -0
  385. package/proto/decentraland/kernel/apis/scene.proto +16 -0
  386. package/{kernel/apis/SignedFetch.proto → proto/decentraland/kernel/apis/signed_fetch.proto} +9 -0
  387. package/proto/decentraland/kernel/apis/social_controller.proto +19 -0
  388. package/proto/decentraland/kernel/apis/testing.proto +100 -0
  389. package/{kernel/apis/UserActionModule.proto → proto/decentraland/kernel/apis/user_action_module.proto} +2 -0
  390. package/proto/decentraland/kernel/apis/user_identity.proto +22 -0
  391. package/proto/decentraland/kernel/comms/rfc4/comms.proto +176 -0
  392. package/proto/decentraland/kernel/comms/rfc5/ws_comms.proto +104 -0
  393. package/proto/decentraland/kernel/comms/v1/broker.proto +114 -0
  394. package/proto/decentraland/kernel/comms/v1/comms.proto +68 -0
  395. package/proto/decentraland/kernel/comms/v2/comms.proto +61 -0
  396. package/proto/decentraland/kernel/comms/v3/archipelago.proto +86 -0
  397. package/proto/decentraland/kernel/comms/v3/comms.proto +64 -0
  398. package/proto/decentraland/pulse/pulse_client.proto +77 -0
  399. package/proto/decentraland/pulse/pulse_server.proto +138 -0
  400. package/proto/decentraland/pulse/pulse_shared.proto +48 -0
  401. package/proto/decentraland/quests/definitions.proto +185 -0
  402. package/proto/decentraland/realm/about.proto +138 -0
  403. package/{ecs → proto/decentraland/sdk}/components/README.md +3 -3
  404. package/proto/decentraland/sdk/components/animator.proto +31 -0
  405. package/proto/decentraland/sdk/components/asset_load.proto +10 -0
  406. package/proto/decentraland/sdk/components/asset_load_loading_state.proto +16 -0
  407. package/proto/decentraland/sdk/components/audio_analysis.proto +44 -0
  408. package/proto/decentraland/sdk/components/audio_event.proto +12 -0
  409. package/proto/decentraland/sdk/components/audio_source.proto +31 -0
  410. package/proto/decentraland/sdk/components/audio_stream.proto +22 -0
  411. package/proto/decentraland/sdk/components/avatar_attach.proto +51 -0
  412. package/proto/decentraland/sdk/components/avatar_base.proto +15 -0
  413. package/proto/decentraland/sdk/components/avatar_emote_command.proto +13 -0
  414. package/proto/decentraland/sdk/components/avatar_equipped_data.proto +13 -0
  415. package/proto/decentraland/sdk/components/avatar_locomotion_settings.proto +21 -0
  416. package/proto/decentraland/sdk/components/avatar_modifier_area.proto +32 -0
  417. package/proto/decentraland/sdk/components/avatar_shape.proto +49 -0
  418. package/proto/decentraland/sdk/components/billboard.proto +29 -0
  419. package/proto/decentraland/sdk/components/camera_mode.proto +12 -0
  420. package/proto/decentraland/sdk/components/camera_mode_area.proto +25 -0
  421. package/proto/decentraland/sdk/components/common/camera_transition.proto +11 -0
  422. package/proto/decentraland/sdk/components/common/camera_type.proto +9 -0
  423. package/{ecs → proto/decentraland/sdk}/components/common/id.proto +1 -0
  424. package/proto/decentraland/sdk/components/common/input_action.proto +37 -0
  425. package/proto/decentraland/sdk/components/common/loading_state.proto +10 -0
  426. package/proto/decentraland/sdk/components/common/media_state.proto +13 -0
  427. package/proto/decentraland/sdk/components/common/raycast_hit.proto +16 -0
  428. package/proto/decentraland/sdk/components/common/texts.proto +21 -0
  429. package/proto/decentraland/sdk/components/engine_info.proto +15 -0
  430. package/proto/decentraland/sdk/components/gltf_container.proto +19 -0
  431. package/proto/decentraland/sdk/components/gltf_container_loading_state.proto +13 -0
  432. package/proto/decentraland/sdk/components/gltf_node_modifiers.proto +25 -0
  433. package/proto/decentraland/sdk/components/input_modifier.proto +22 -0
  434. package/proto/decentraland/sdk/components/light_source.proto +28 -0
  435. package/proto/decentraland/sdk/components/main_camera.proto +11 -0
  436. package/proto/decentraland/sdk/components/map_pin.proto +16 -0
  437. package/proto/decentraland/sdk/components/material.proto +57 -0
  438. package/proto/decentraland/sdk/components/mesh_collider.proto +62 -0
  439. package/proto/decentraland/sdk/components/mesh_renderer.proto +43 -0
  440. package/proto/decentraland/sdk/components/nft_shape.proto +48 -0
  441. package/proto/decentraland/sdk/components/particle_system.proto +133 -0
  442. package/proto/decentraland/sdk/components/physics_combined_force.proto +21 -0
  443. package/proto/decentraland/sdk/components/physics_combined_impulse.proto +23 -0
  444. package/proto/decentraland/sdk/components/player_identity_data.proto +13 -0
  445. package/proto/decentraland/sdk/components/pointer_events.proto +64 -0
  446. package/proto/decentraland/sdk/components/pointer_events_result.proto +19 -0
  447. package/proto/decentraland/sdk/components/pointer_lock.proto +11 -0
  448. package/proto/decentraland/sdk/components/primary_pointer_info.proto +39 -0
  449. package/proto/decentraland/sdk/components/raycast.proto +58 -0
  450. package/proto/decentraland/sdk/components/raycast_result.proto +21 -0
  451. package/proto/decentraland/sdk/components/realm_info.proto +15 -0
  452. package/proto/decentraland/sdk/components/skybox_time.proto +20 -0
  453. package/proto/decentraland/sdk/components/text_shape.proto +45 -0
  454. package/proto/decentraland/sdk/components/trigger_area.proto +23 -0
  455. package/proto/decentraland/sdk/components/trigger_area_result.proto +34 -0
  456. package/proto/decentraland/sdk/components/tween.proto +117 -0
  457. package/proto/decentraland/sdk/components/tween_sequence.proto +18 -0
  458. package/proto/decentraland/sdk/components/tween_state.proto +18 -0
  459. package/proto/decentraland/sdk/components/ui_background.proto +34 -0
  460. package/proto/decentraland/sdk/components/ui_canvas_information.proto +30 -0
  461. package/proto/decentraland/sdk/components/ui_dropdown.proto +22 -0
  462. package/proto/decentraland/sdk/components/ui_dropdown_result.proto +11 -0
  463. package/proto/decentraland/sdk/components/ui_input.proto +20 -0
  464. package/proto/decentraland/sdk/components/ui_input_result.proto +12 -0
  465. package/proto/decentraland/sdk/components/ui_text.proto +26 -0
  466. package/proto/decentraland/sdk/components/ui_transform.proto +178 -0
  467. package/proto/decentraland/sdk/components/video_event.proto +25 -0
  468. package/proto/decentraland/sdk/components/video_player.proto +24 -0
  469. package/proto/decentraland/sdk/components/virtual_camera.proto +18 -0
  470. package/proto/decentraland/sdk/components/visibility_component.proto +16 -0
  471. package/proto/decentraland/sdk/development/local_development.proto +29 -0
  472. package/proto/decentraland/sdk/ecs6/components_ecs6.proto +678 -0
  473. package/proto/decentraland/sdk/ecs6/engine_interface_ecs6.proto +151 -0
  474. package/proto/decentraland/social_service/errors.proto +30 -0
  475. package/proto/decentraland/social_service/v1/social_service_v1.proto +163 -0
  476. package/proto/decentraland/social_service/v2/social_service_v2.proto +721 -0
  477. package/protoc-gen-bitwise/generator_csharp.py +176 -0
  478. package/protoc-gen-bitwise/options_pb2.py +171 -0
  479. package/protoc-gen-bitwise/plugin.py +92 -0
  480. package/protoc-gen-bitwise/runtime/cs/BitReader.cs +112 -0
  481. package/protoc-gen-bitwise/runtime/cs/BitWriter.cs +117 -0
  482. package/protoc-gen-bitwise/runtime/cs/Quantize.cs +35 -0
  483. package/public/about.proto +5 -0
  484. package/public/comms.proto +5 -0
  485. package/public/quests.proto +5 -0
  486. package/public/sdk-apis.proto +25 -0
  487. package/public/sdk-components.proto +43 -0
  488. package/public/sdk-development.proto +5 -0
  489. package/public/social.proto +6 -0
  490. package/ecs/components/Animator.proto +0 -18
  491. package/ecs/components/AudioSource.proto +0 -12
  492. package/ecs/components/AudioStream.proto +0 -10
  493. package/ecs/components/AvatarAttach.proto +0 -16
  494. package/ecs/components/AvatarModifierArea.proto +0 -16
  495. package/ecs/components/AvatarShape.proto +0 -20
  496. package/ecs/components/Billboard.proto +0 -10
  497. package/ecs/components/BoxShape.proto +0 -11
  498. package/ecs/components/CameraModeArea.proto +0 -15
  499. package/ecs/components/CylinderShape.proto +0 -12
  500. package/ecs/components/GLTFShape.proto +0 -11
  501. package/ecs/components/NFTShape.proto +0 -16
  502. package/ecs/components/OnPointerDown.proto +0 -12
  503. package/ecs/components/OnPointerDownResult.proto +0 -17
  504. package/ecs/components/OnPointerUp.proto +0 -12
  505. package/ecs/components/OnPointerUpResult.proto +0 -17
  506. package/ecs/components/PlaneShape.proto +0 -11
  507. package/ecs/components/SphereShape.proto +0 -10
  508. package/ecs/components/TextShape.proto +0 -33
  509. package/ecs/components/UiTransform.proto +0 -159
  510. package/ecs/components/common/ActionButton.proto +0 -18
  511. package/ecs/components/common/Color3.proto +0 -8
  512. package/ecs/components/common/Vector3.proto +0 -7
  513. package/kernel/apis/CommunicationsController.proto +0 -11
  514. package/kernel/apis/EngineAPI.proto +0 -180
  515. package/kernel/apis/EnvironmentAPI.proto +0 -70
  516. package/kernel/apis/ExperimentalAPI.proto +0 -16
  517. package/kernel/apis/Permissions.proto +0 -30
  518. package/kernel/apis/Players.proto +0 -28
  519. package/kernel/apis/PortableExperiences.proto +0 -40
  520. package/kernel/apis/RestrictedActions.proto +0 -25
  521. package/kernel/apis/SceneStateStorageController.proto +0 -114
  522. package/kernel/apis/SocialController.proto +0 -15
  523. package/kernel/comms/v1/broker.proto +0 -114
  524. package/kernel/comms/v1/comms.proto +0 -68
  525. package/kernel/comms/v2/comms.proto +0 -59
  526. package/renderer-protocol/RendererProtocol.proto +0 -24
  527. /package/{ecs → proto/decentraland/sdk}/components/Transform.md +0 -0
  528. /package/{ecs → proto/decentraland/sdk}/components/common/id.md +0 -0
@@ -0,0 +1,13 @@
1
+ syntax = "proto3";
2
+ package decentraland.sdk.components;
3
+
4
+ import "decentraland/sdk/components/common/id.proto";
5
+ option (common.ecs_component_id) = 1089;
6
+
7
+ // PlayerIdentityData is used to read the information about the avatar's
8
+ // identity. this component is written by the engine using the communications
9
+ // transports' data.
10
+ message PBPlayerIdentityData {
11
+ string address = 1; // ethereum address of this player
12
+ bool is_guest = 3;
13
+ }
@@ -0,0 +1,64 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/sdk/components/common/id.proto";
6
+ import "decentraland/sdk/components/common/input_action.proto";
7
+
8
+ option (common.ecs_component_id) = 1062;
9
+
10
+ // PointerEvents adds configurable pointer-based interactions to the attached Entity.
11
+ //
12
+ // Events that match the criteria defined in the PointerEvents structure are reported back to the
13
+ // Entity via the PointerEventsResult component.
14
+ //
15
+ // Some examples of events that can be detected:
16
+ // - Pointer hovering over the Entity.
17
+ // - Held mouse button released over the Entity.
18
+ // - Controller button pressed while targeting the Entity.
19
+ // - Key pressed while targeting the Entity, but only in close range.
20
+ //
21
+ // It also supports simple visual feedback when interactions occur, by showing floating text.
22
+ // More sophisticated feedback requires the use of other components.
23
+ //
24
+ // Distance rules
25
+ // --------------
26
+ // PointerEvents can enforce interaction range using two independent distance checks:
27
+ //
28
+ // - Camera distance (`max_distance`): distance from the active camera to the target entity.
29
+ // - Player distance (`max_player_distance`): distance from the avatar/player position to the target entity.
30
+ //
31
+ // How the interaction checks are combined:
32
+ //
33
+ // 1) Only `max_distance` is present
34
+ // - The interaction is allowed only if the camera distance is <= `max_distance`.
35
+ //
36
+ // 2) Only `max_player_distance` is present
37
+ // - The interaction is allowed only if the player distance is <= `max_player_distance`.
38
+ //
39
+ // 3) Both `max_distance` and `max_player_distance` are present
40
+ // - The interaction is allowed if ANY of the checks passes (OR logic):
41
+ // (camera distance <= `max_distance`) OR (player distance <= `max_player_distance`).
42
+ //
43
+ // 4) Neither `max_distance` nor `max_player_distance` is present
44
+ // - The system behaves as if `max_distance` were set to its default value (10),
45
+ // i.e., it uses the camera distance check with a threshold of 10.
46
+ message PBPointerEvents {
47
+ message Info {
48
+ optional common.InputAction button = 1; // key/button in use (default IA_ANY)
49
+ optional string hover_text = 2; // feedback on hover (default 'Interact')
50
+ optional float max_distance = 3; // range of interaction (default 10)
51
+ optional bool show_feedback = 4; // enable or disable hover text and highlight (default true)
52
+ optional bool show_highlight = 5; // enable or disable hover highlight (default true)
53
+ optional float max_player_distance = 6; // range of interaction from the avatar's position (default 0)
54
+ optional uint32 priority = 7; // resolution order when multiple events overlap, higher wins (default 0)
55
+ }
56
+
57
+ message Entry {
58
+ common.PointerEventType event_type = 1; // the kind of interaction to detect
59
+ Info event_info = 2; // additional configuration for this detection
60
+ optional common.InteractionType interaction_type = 3; // the type of interaction source (default 0 == CURSOR)
61
+ }
62
+
63
+ repeated Entry pointer_events = 1; // the list of relevant events to detect
64
+ }
@@ -0,0 +1,19 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/sdk/components/common/id.proto";
6
+ import "decentraland/sdk/components/common/input_action.proto";
7
+ import "decentraland/sdk/components/common/raycast_hit.proto";
8
+
9
+ option (common.ecs_component_id) = 1063;
10
+
11
+ // renderer append a new object of this in each command, there can be many commands per frames
12
+ message PBPointerEventsResult {
13
+ common.InputAction button = 1; // identifier of the input
14
+ common.RaycastHit hit = 2;
15
+ common.PointerEventType state = 4;
16
+ uint32 timestamp = 5; // monotonic counter
17
+ optional float analog = 6; // if the input is analog then we store it here
18
+ uint32 tick_number = 7; // number of tick in which the event was produced, equals to EngineInfo.tick_number
19
+ }
@@ -0,0 +1,11 @@
1
+ syntax = "proto3";
2
+ package decentraland.sdk.components;
3
+
4
+ import "decentraland/sdk/components/common/id.proto";
5
+ option (common.ecs_component_id) = 1074;
6
+
7
+ // PointerLock indicates whether the mouse pointer is automatically following the camera’s point of
8
+ // focus (locked), or can move freely on the screen (unlocked).
9
+ message PBPointerLock {
10
+ bool is_pointer_locked = 1; // whether the pointer is locked
11
+ }
@@ -0,0 +1,39 @@
1
+ syntax = "proto3";
2
+ package decentraland.sdk.components;
3
+
4
+ import "decentraland/common/vectors.proto";
5
+ import "decentraland/sdk/components/common/id.proto";
6
+
7
+ option (common.ecs_component_id) = 1209;
8
+
9
+ // The PBPrimaryPointerInfo component provides information about the current state of the primary
10
+ // pointer input device (mouse, touch, gamepad, or VR controller). It tracks the pointer's position,
11
+ // movement, and interaction capabilities in both 2D screen space and 3D world space.
12
+ //
13
+ // This component is essential for:
14
+ // - Tracking cursor/pointer position and movement
15
+ // - Converting 2D screen coordinates to 3D world space interactions
16
+ // - Supporting multiple input methods (mouse, touch, gamepad, VR)
17
+ // - Enabling ray-based interactions for 3D object selection
18
+ //
19
+ // The component can be used to:
20
+ // - Implement drag-and-drop functionality
21
+ // - Handle touch interactions on mobile devices
22
+ // - Support gamepad navigation
23
+ // - Enable VR controller interactions
24
+ // - Convert screen coordinates to world space rays for 3D interactions
25
+ //
26
+ // Note: Touch, Pad, and Wand support, as well as dragging, will be added later.
27
+ message PBPrimaryPointerInfo {
28
+ optional PointerType pointer_type = 1; // The type of input device being used
29
+ optional decentraland.common.Vector2 screen_coordinates = 2; // Current position in screen space (pixels)
30
+ optional decentraland.common.Vector2 screen_delta = 3; // Movement since last frame (pixels)
31
+ optional decentraland.common.Vector3 world_ray_direction = 4; // Direction vector for 3D ray casting
32
+ }
33
+
34
+ // PointerType enumerates the different input devices that can be used for pointer interactions.
35
+ // Each type has specific characteristics and use cases in the virtual world.
36
+ enum PointerType {
37
+ POT_NONE = 0; // No pointer input
38
+ POT_MOUSE = 1; // Traditional mouse input
39
+ }
@@ -0,0 +1,58 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/common/vectors.proto";
6
+ import "decentraland/sdk/components/common/id.proto";
7
+
8
+ option (common.ecs_component_id) = 1067;
9
+
10
+ // The PBRaycast component and PBRaycastResult are defined in https://adr.decentraland.org/adr/ADR-200
11
+ //
12
+ // The Raycast component allows scenes to request raycasting from the game engine. The results will
13
+ // be available in a RaycastResult component set later on the same Entity.
14
+ message PBRaycast {
15
+ // Correlation ID, defined by the scene and used internally by the scene
16
+ optional uint32 timestamp = 1;
17
+
18
+ // How much to offset the starting point of the ray, relative to the entity's transform.
19
+ // Defaults to vec3(0,0,0)
20
+ optional decentraland.common.Vector3 origin_offset = 2;
21
+
22
+ oneof direction {
23
+ // The direction of the ray in local coordinates (relative to the origin point)
24
+ decentraland.common.Vector3 local_direction = 6;
25
+
26
+ // The direction of the ray in global coordinates (relative to origin)
27
+ decentraland.common.Vector3 global_direction = 3;
28
+
29
+ // Target coordinates of the raycast, in global coordinates
30
+ decentraland.common.Vector3 global_target = 7;
31
+
32
+ // Will point to the final world position of another entity
33
+ uint32 target_entity = 10;
34
+ }
35
+
36
+ // Maximum length of the ray in virtual meters (global space)
37
+ float max_distance = 4;
38
+
39
+ // the RaycastQueryType behavior
40
+ RaycastQueryType query_type = 5;
41
+
42
+ // Indicates the renderer to perform the raycast on every scene tick (ADR-148),
43
+ // otherwise it will be performed only once, defaults to false
44
+ optional bool continuous = 8;
45
+
46
+ // Collision mask, by default CL_POINTER | CL_PHYSICS
47
+ optional uint32 collision_mask = 9;
48
+ }
49
+
50
+ // RaycastQueryType indicates whether the ray should stop on the first collition, or continue.
51
+ enum RaycastQueryType {
52
+ // Pick the first (not necessarily the closest) hit within the range
53
+ RQT_HIT_FIRST = 0;
54
+ // Pick all hits within the range
55
+ RQT_QUERY_ALL = 1;
56
+ // Do not perform the raycast, only set the raycast result with empty hits
57
+ RQT_NONE = 2;
58
+ }
@@ -0,0 +1,21 @@
1
+ syntax = "proto3";
2
+ package decentraland.sdk.components;
3
+
4
+ import "decentraland/common/vectors.proto";
5
+ import "decentraland/sdk/components/common/id.proto";
6
+ import "decentraland/sdk/components/common/raycast_hit.proto";
7
+
8
+ option (common.ecs_component_id) = 1068;
9
+
10
+ // The PBRaycast component and PBRaycastResult are defined in https://adr.decentraland.org/adr/ADR-200
11
+ //
12
+ // The RaycastResult component is added to an Entity when the results of a previously attached
13
+ // Raycast component are available. It contains information about the ray and any objects it
14
+ // collided with.
15
+ message PBRaycastResult {
16
+ optional uint32 timestamp = 1; // timestamp is a correlation id, copied from the PBRaycast
17
+ decentraland.common.Vector3 global_origin = 2; // the starting point of the ray in global coordinates
18
+ decentraland.common.Vector3 direction = 3; // the direction vector of the ray in global coordinates
19
+ repeated decentraland.sdk.components.common.RaycastHit hits = 4; // zero or more hits
20
+ uint32 tick_number = 5; // number of tick in which the event was produced, equals to EngineInfo.tick_number
21
+ }
@@ -0,0 +1,15 @@
1
+ syntax = "proto3";
2
+ package decentraland.sdk.components;
3
+
4
+ import "decentraland/sdk/components/common/id.proto";
5
+ option (common.ecs_component_id) = 1106;
6
+
7
+ message PBRealmInfo {
8
+ string base_url = 1; // the domain of the realm server
9
+ string realm_name = 2; // the name of the realm server (more info https://adr.decentraland.org/adr/ADR-110)
10
+ int32 network_id = 3; // the network id (1=Ethereum, more info https://chainlist.org/)
11
+ string comms_adapter = 4; // comms adapter (more info https://adr.decentraland.org/adr/ADR-180)
12
+ bool is_preview = 5; // true if the scene is running as a local preview, instead of published in Decentraland.
13
+ optional string room = 6; // the room session id.
14
+ optional bool is_connected_scene_room = 7; // true if the user is connected to the scene room.
15
+ }
@@ -0,0 +1,20 @@
1
+ syntax = "proto3";
2
+ package decentraland.sdk.components;
3
+
4
+
5
+ import "decentraland/sdk/components/common/id.proto";
6
+
7
+ option (common.ecs_component_id) = 1210;
8
+
9
+ // The SkyboxTime component allows controlling the time of day for the skybox,
10
+ // affecting the lighting and appearance of the sky in the scene.
11
+ message PBSkyboxTime {
12
+ uint32 fixed_time = 1; // fixed time of day, represented as a number of seconds since the start of the day, where 0 is 00:00hs, 43200 is 12:00hs and 86400 is 24:00hs
13
+ optional TransitionMode transition_mode = 2; // default = TransitionMode.TM_FORWARD, controls the direction of time transitions
14
+ }
15
+
16
+ // Controls the direction for animated skybox transitions
17
+ enum TransitionMode {
18
+ TM_FORWARD = 0; // transitions forward (default)
19
+ TM_BACKWARD = 1; // transitions backward
20
+ }
@@ -0,0 +1,45 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/common/colors.proto";
6
+ import "decentraland/sdk/components/common/id.proto";
7
+ import "decentraland/sdk/components/common/texts.proto";
8
+
9
+ option (common.ecs_component_id) = 1030;
10
+
11
+ // The TextShape component renders customizable floating text.
12
+ //
13
+ // The position and rotation of the text are defined by the Entity's Transform, while its size
14
+ // can either scale with the Transform or be fixed by a font size.
15
+ //
16
+ // Several options can be configured, including color, padding, line spacing and drop shadows.
17
+ message PBTextShape {
18
+ string text = 1; // the content
19
+
20
+ optional common.Font font = 2; // the font (default F_SANS_SERIF)
21
+ optional float font_size = 3; // the font size (default 10)
22
+ optional bool font_auto_size = 4; // override `font_size` to automatically fit in `width`/`height`
23
+
24
+ optional common.TextAlignMode text_align = 5; // X and Y alignment (default TAM_CENTER_CENTER)
25
+
26
+ optional float width = 6; // available horizontal space (default 1)
27
+ optional float height = 7; // available vertical space (default 1)
28
+ optional float padding_top = 8; // distance from text to top border (default 0)
29
+ optional float padding_right = 9; // distance from text to right border (default 0)
30
+ optional float padding_bottom = 10; // distance from text to bottom border (default 0)
31
+ optional float padding_left = 11; // distance from text to left border (default 0)
32
+
33
+ optional float line_spacing = 12; // extra distance between lines (default 0)
34
+ optional int32 line_count = 13; // maximum number of lines to display
35
+ optional bool text_wrapping = 14; // wrap text when the border is reached (default false)
36
+
37
+ optional float shadow_blur = 15; // blurriness of the drop shadow (default 0)
38
+ optional float shadow_offset_x = 16; // horizontal length of the shadow (default 0)
39
+ optional float shadow_offset_y = 17; // vertical length of the shadow (default 0)
40
+ optional float outline_width = 18; // width of the stroke outlining each letter (default 0)
41
+
42
+ optional decentraland.common.Color3 shadow_color = 19; // drop shadow color (default [1.0, 1.0, 1.0])
43
+ optional decentraland.common.Color3 outline_color = 20; // outline stroke color (default [1.0, 1.0, 1.0])
44
+ optional decentraland.common.Color4 text_color = 21; // text color (default [1.0, 1.0, 1.0])
45
+ }
@@ -0,0 +1,23 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/sdk/components/common/id.proto";
6
+
7
+ option (common.ecs_component_id) = 1060;
8
+
9
+ // The PBTriggerArea component is used to raise collision triggering events (through the TriggerAreaResult component)
10
+ // when entities enter this component's defined area.
11
+ //
12
+ // ADR: https://github.com/decentraland/adr/blob/2b30a5e2b4f359a7c22a68fb827db282f6e5f887/content/ADR-258-trigger-areas.md
13
+ //
14
+ // The area size and rotation is defined by the Entity's Transform.
15
+ message PBTriggerArea {
16
+ optional TriggerAreaMeshType mesh = 1; // default: MT_BOX
17
+ optional uint32 collision_mask = 2; // default: CL_PLAYER
18
+ }
19
+
20
+ enum TriggerAreaMeshType {
21
+ TAMT_BOX = 0;
22
+ TAMT_SPHERE = 1;
23
+ }
@@ -0,0 +1,34 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/common/vectors.proto";
6
+ import "decentraland/sdk/components/common/id.proto";
7
+
8
+ option (common.ecs_component_id) = 1061;
9
+
10
+ // The PBTriggerAreaResult component is used to transport the trigger collision event data for the PBTriggerArea component.
11
+ // ADR: https://github.com/decentraland/adr/blob/2b30a5e2b4f359a7c22a68fb827db282f6e5f887/content/ADR-258-trigger-areas.md
12
+ message PBTriggerAreaResult {
13
+ // Trigger data object
14
+ message Trigger {
15
+ uint32 entity = 1; // The entity that triggered the Trigger Area
16
+ uint32 layers = 2; // The collision layermask of the entity that triggered the Trigger Area
17
+ decentraland.common.Vector3 position = 3; // The position of the entity that triggered the trigger
18
+ decentraland.common.Quaternion rotation = 4; // The rotation of the entity that triggered the trigger
19
+ decentraland.common.Vector3 scale = 5; // The scale of the entity that triggered the trigger
20
+ }
21
+
22
+ uint32 triggered_entity = 1; // The entity that was triggered (this is the entity that owns the trigger area)
23
+ decentraland.common.Vector3 triggered_entity_position = 2; // The position of the triggered entity at the time of the trigger
24
+ decentraland.common.Quaternion triggered_entity_rotation = 3; // The rotation of the triggered entity at the time of the trigger
25
+ TriggerAreaEventType event_type = 4; // The state of the trigger event (ENTER, STAY, EXIT)
26
+ uint32 timestamp = 5; // The timestamp of the trigger event
27
+ Trigger trigger = 6;
28
+ }
29
+
30
+ enum TriggerAreaEventType {
31
+ TAET_ENTER = 0;
32
+ TAET_STAY = 1;
33
+ TAET_EXIT = 2;
34
+ }
@@ -0,0 +1,117 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/common/vectors.proto";
6
+ import "decentraland/sdk/components/common/id.proto";
7
+
8
+ option (common.ecs_component_id) = 1102;
9
+
10
+ message PBTween {
11
+ float duration = 1; // in milliseconds
12
+ EasingFunction easing_function = 2;
13
+
14
+ oneof mode {
15
+ Move move = 3;
16
+ Rotate rotate = 4;
17
+ Scale scale = 5;
18
+ TextureMove texture_move = 8;
19
+ RotateContinuous rotate_continuous = 9;
20
+ MoveContinuous move_continuous = 10;
21
+ TextureMoveContinuous texture_move_continuous = 11;
22
+ MoveRotateScale move_rotate_scale = 12;
23
+ }
24
+
25
+ optional bool playing = 6; // default true (pause or running)
26
+ optional float current_time = 7; // between 0 and 1
27
+ }
28
+
29
+ message Move {
30
+ decentraland.common.Vector3 start = 1;
31
+ decentraland.common.Vector3 end = 2;
32
+ optional bool face_direction = 3;
33
+ }
34
+
35
+ message Rotate {
36
+ decentraland.common.Quaternion start = 1;
37
+ decentraland.common.Quaternion end = 2;
38
+ }
39
+
40
+ message Scale {
41
+ decentraland.common.Vector3 start = 1;
42
+ decentraland.common.Vector3 end = 2;
43
+ }
44
+
45
+ message MoveRotateScale {
46
+ decentraland.common.Vector3 position_start = 1;
47
+ decentraland.common.Vector3 position_end = 2;
48
+ decentraland.common.Quaternion rotation_start = 3;
49
+ decentraland.common.Quaternion rotation_end = 4;
50
+ decentraland.common.Vector3 scale_start = 5;
51
+ decentraland.common.Vector3 scale_end = 6;
52
+ }
53
+
54
+ // This tween mode allows to move the texture of a PbrMaterial or UnlitMaterial.
55
+ // You can also specify the movement type (offset or tiling)
56
+ message TextureMove {
57
+ decentraland.common.Vector2 start = 1;
58
+ decentraland.common.Vector2 end = 2;
59
+ optional TextureMovementType movement_type = 3; // default = TextureMovementType.TMT_OFFSET
60
+ }
61
+
62
+ message RotateContinuous {
63
+ decentraland.common.Quaternion direction = 1;
64
+ float speed = 2;
65
+ }
66
+
67
+ message MoveContinuous {
68
+ decentraland.common.Vector3 direction = 1;
69
+ float speed = 2;
70
+ }
71
+
72
+ message TextureMoveContinuous {
73
+ decentraland.common.Vector2 direction = 1;
74
+ float speed = 2;
75
+ optional TextureMovementType movement_type = 3; // default = TextureMovementType.TMT_OFFSET
76
+ }
77
+
78
+ enum TextureMovementType {
79
+ TMT_OFFSET = 0; // default = TextureMovementType.TMT_OFFSET
80
+ TMT_TILING = 1;
81
+ }
82
+
83
+ // Implementation guidelines for these easing functions can be found
84
+ // at https://github.com/ai/easings.net/blob/6fcd5f852a470bf1a7890e8178afa0f471d5f2ec/src/easings/easingsFunctions.ts
85
+ enum EasingFunction {
86
+ EF_LINEAR = 0; // default
87
+ EF_EASEINQUAD = 1;
88
+ EF_EASEOUTQUAD = 2;
89
+ EF_EASEQUAD = 3;
90
+ EF_EASEINSINE = 4;
91
+ EF_EASEOUTSINE = 5;
92
+ EF_EASESINE = 6;
93
+ EF_EASEINEXPO = 7;
94
+ EF_EASEOUTEXPO = 8;
95
+ EF_EASEEXPO = 9;
96
+ EF_EASEINELASTIC = 10;
97
+ EF_EASEOUTELASTIC = 11;
98
+ EF_EASEELASTIC = 12;
99
+ EF_EASEINBOUNCE = 13;
100
+ EF_EASEOUTBOUNCE = 14;
101
+ EF_EASEBOUNCE = 15;
102
+ EF_EASEINCUBIC = 16;
103
+ EF_EASEOUTCUBIC = 17;
104
+ EF_EASECUBIC = 18;
105
+ EF_EASEINQUART = 19;
106
+ EF_EASEOUTQUART = 20;
107
+ EF_EASEQUART = 21;
108
+ EF_EASEINQUINT = 22;
109
+ EF_EASEOUTQUINT = 23;
110
+ EF_EASEQUINT = 24;
111
+ EF_EASEINCIRC = 25;
112
+ EF_EASEOUTCIRC = 26;
113
+ EF_EASECIRC = 27;
114
+ EF_EASEINBACK = 28;
115
+ EF_EASEOUTBACK = 29;
116
+ EF_EASEBACK = 30;
117
+ }
@@ -0,0 +1,18 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/sdk/components/common/id.proto";
6
+ import "decentraland/sdk/components/tween.proto";
7
+
8
+ option (common.ecs_component_id) = 1104;
9
+
10
+ message PBTweenSequence {
11
+ repeated PBTween sequence = 1;
12
+ optional TweenLoop loop = 2;
13
+ }
14
+
15
+ enum TweenLoop {
16
+ TL_RESTART = 0;
17
+ TL_YOYO = 1;
18
+ }
@@ -0,0 +1,18 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/sdk/components/common/id.proto";
6
+
7
+ option (common.ecs_component_id) = 1103;
8
+
9
+ message PBTweenState {
10
+ TweenStateStatus state = 1;
11
+ float current_time = 2; // between 0 and 1
12
+ }
13
+
14
+ enum TweenStateStatus {
15
+ TS_ACTIVE = 0;
16
+ TS_COMPLETED = 1;
17
+ TS_PAUSED= 2;
18
+ }
@@ -0,0 +1,34 @@
1
+ syntax = "proto3";
2
+ package decentraland.sdk.components;
3
+
4
+ import "decentraland/sdk/components/common/id.proto";
5
+ option (common.ecs_component_id) = 1053;
6
+
7
+ import "decentraland/common/colors.proto";
8
+ import "decentraland/common/texture.proto";
9
+ import "decentraland/common/border_rect.proto";
10
+
11
+ message PBUiBackground {
12
+ optional decentraland.common.Color4 color = 1; // default=(1.0, 1.0, 1.0, 1.0), pixel = color * sample2D(texture, uv)
13
+ optional decentraland.common.TextureUnion texture = 2;
14
+ BackgroundTextureMode texture_mode = 3;
15
+ optional decentraland.common.BorderRect texture_slices = 4; // default=(1/3, 1/3, 1/3, 1/3)
16
+ repeated float uvs = 5; // default=[0,0,0,1,1,0,1,0]: starting from bottom-left vertex clock-wise
17
+ }
18
+
19
+ enum BackgroundTextureMode {
20
+ // https://docs.unity3d.com/Manual/UIE-USS-SupportedProperties.html (Slicing section)
21
+ // https://forum.unity.com/threads/how-does-slicing-in-ui-tookkit-works.1235863/
22
+ // https://docs.unity3d.com/Manual/9SliceSprites.html
23
+ // https://developer.mozilla.org/en-US/docs/Web/CSS/border-image-slice
24
+ NINE_SLICES = 0;
25
+
26
+ // CENTER enables the texture to be rendered centered in relation to the
27
+ // element. If the element is smaller than the texture then the background
28
+ // should use the element as stencil to cut off the out-of-bounds area
29
+ CENTER = 1;
30
+
31
+ // STRETCH enables the texture to cover all the area of the container,
32
+ // adopting its aspect ratio.
33
+ STRETCH = 2;
34
+ }
@@ -0,0 +1,30 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/common/border_rect.proto";
6
+
7
+ import "decentraland/sdk/components/common/id.proto";
8
+ option (common.ecs_component_id) = 1054;
9
+
10
+ // This component is created by the renderer and used by the scenes to know the resolution of the UI canvas
11
+ message PBUiCanvasInformation {
12
+ // informs the scene about the resolution used for the UI rendering
13
+ float device_pixel_ratio = 1;
14
+ // informs about the width of the canvas, in virtual pixels. this value does not change when the pixel ratio changes.
15
+ int32 width = 2;
16
+ // informs about the height of the canvas, in virtual pixels. this value does not change when the pixel ratio changes.
17
+ int32 height = 3;
18
+ // informs the sdk about the interactable area. some implementations may change
19
+ // this area depending on the HUD that is being shown. this value may change at
20
+ // any time by the Renderer to create reactive UIs. as an example, an explorer with the
21
+ // chat UI hidden and with no minimap could have a rect that covers the whole screen.
22
+ // on the contrary, if the chat UI is shown, the rect would be smaller.
23
+ decentraland.common.BorderRect interactable_area = 4;
24
+ // informs the sdk about the screen inset area (safe margins). these are the
25
+ // insets from each edge of the screen that are reserved by the device or
26
+ // platform UI (for example: the notch, status bar, home indicator, or rounded
27
+ // corners on mobile). scenes should avoid placing critical UI within these
28
+ // insets to ensure it is not occluded. on desktop this is typically (0, 0, 0, 0).
29
+ optional decentraland.common.BorderRect screen_inset_area = 5;
30
+ }
@@ -0,0 +1,22 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/common/colors.proto";
6
+ import "decentraland/sdk/components/common/id.proto";
7
+ import "decentraland/sdk/components/common/texts.proto";
8
+
9
+ option (common.ecs_component_id) = 1094;
10
+
11
+ message PBUiDropdown {
12
+ bool accept_empty = 1;
13
+ optional string empty_label = 2;
14
+ repeated string options = 3;
15
+ optional int32 selected_index = 4; // default=null when accept_empty==true; default=0 when accept_empty==false
16
+ bool disabled = 5;
17
+ optional decentraland.common.Color4 color = 6; // default=(0.0,0.0,0.0,1.0)
18
+
19
+ optional common.TextAlignMode text_align = 10; // default='center'
20
+ optional common.Font font = 11; // default=0
21
+ optional int32 font_size = 12; // default=10
22
+ }
@@ -0,0 +1,11 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/sdk/components/common/id.proto";
6
+
7
+ option (common.ecs_component_id) = 1096;
8
+
9
+ message PBUiDropdownResult {
10
+ int32 value = 1;
11
+ }
@@ -0,0 +1,20 @@
1
+ syntax = "proto3";
2
+
3
+ package decentraland.sdk.components;
4
+
5
+ import "decentraland/common/colors.proto";
6
+ import "decentraland/sdk/components/common/id.proto";
7
+ import "decentraland/sdk/components/common/texts.proto";
8
+
9
+ option (common.ecs_component_id) = 1093;
10
+
11
+ message PBUiInput {
12
+ string placeholder = 1;
13
+ optional decentraland.common.Color4 color = 2; // default=(0.0,0.0,0.0,1.0)
14
+ optional decentraland.common.Color4 placeholder_color = 3; // default=(0.3,0.3,0.3,1.0)
15
+ bool disabled = 4;
16
+ optional common.TextAlignMode text_align = 10; // default='center'
17
+ optional common.Font font = 11; // default=0
18
+ optional int32 font_size = 12; // default=10
19
+ optional string value = 13;
20
+ }