@dcl/protocol 1.0.0-3220294254.commit-23e191b → 1.0.0-3227242807.commit-ad14cba
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/protocol",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-3227242807.commit-ad14cba",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"*.proto",
|
|
30
30
|
"out-ts"
|
|
31
31
|
],
|
|
32
|
-
"commit": "
|
|
32
|
+
"commit": "ad14cbafa5a21a0ae25ca8fdef21507b37336603"
|
|
33
33
|
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "ecs/components/common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1060;
|
|
5
|
-
import "ecs/components/common/ActionButton.proto";
|
|
6
|
-
|
|
7
|
-
message PBOnPointerDown {
|
|
8
|
-
optional ActionButton button = 1; // default=ActionButton.ANY
|
|
9
|
-
optional string hover_text = 2; // default='Interact'
|
|
10
|
-
optional float max_distance = 3; // default=10
|
|
11
|
-
optional bool show_feedback = 4; // default=true
|
|
12
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "ecs/components/common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1066;
|
|
5
|
-
import "ecs/components/common/Vector3.proto";
|
|
6
|
-
import "ecs/components/common/ActionButton.proto";
|
|
7
|
-
|
|
8
|
-
message PBOnPointerDownResult {
|
|
9
|
-
ActionButton button = 2;
|
|
10
|
-
string meshName = 3;
|
|
11
|
-
Vector3 origin = 4;
|
|
12
|
-
Vector3 direction = 5;
|
|
13
|
-
Vector3 point = 6;
|
|
14
|
-
Vector3 normal = 7;
|
|
15
|
-
float distance = 8;
|
|
16
|
-
int32 timestamp = 9;
|
|
17
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "ecs/components/common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1061;
|
|
5
|
-
import "ecs/components/common/ActionButton.proto";
|
|
6
|
-
|
|
7
|
-
message PBOnPointerUp {
|
|
8
|
-
optional ActionButton button = 1; // default=ActionButton.ANY
|
|
9
|
-
optional string hover_text = 2; // default='Interact'
|
|
10
|
-
optional float max_distance = 3; // default=10
|
|
11
|
-
optional bool show_feedback = 4; // default=true
|
|
12
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "ecs/components/common/id.proto";
|
|
4
|
-
option (ecs_component_id) = 1065;
|
|
5
|
-
import "ecs/components/common/Vector3.proto";
|
|
6
|
-
import "ecs/components/common/ActionButton.proto";
|
|
7
|
-
|
|
8
|
-
message PBOnPointerUpResult {
|
|
9
|
-
ActionButton button = 2;
|
|
10
|
-
string meshName = 3;
|
|
11
|
-
Vector3 origin = 4;
|
|
12
|
-
Vector3 direction = 5;
|
|
13
|
-
Vector3 point = 6;
|
|
14
|
-
Vector3 normal = 7;
|
|
15
|
-
float distance = 8;
|
|
16
|
-
int32 timestamp = 9;
|
|
17
|
-
}
|