-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvec.json
More file actions
64 lines (64 loc) · 1.75 KB
/
vec.json
File metadata and controls
64 lines (64 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"scene": {
"Active": true,
"Components": [
{
"CompData": {
"position": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotation": {
"w": 1.0,
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"scale": {
"x": 1.0,
"y": 1.0,
"z": 1.0
}
},
"TypeName": "Transform"
},
{
"CompData": {
"center": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"friction": 0.5,
"isTrigger": false,
"radius": 0.5,
"restitution": 0.0,
"size": {
"x": 1.0,
"y": 1.0,
"z": 1.0
}
},
"TypeName": "Collider"
},
{
"CompData": {
"_matHandle": 0,
"_meshHandle": 1,
"_visible": true
},
"TypeName": "Renderable"
},
{
"CompData": {
"className": "PlayerController",
"moduleName": "player"
},
"TypeName": "ScriptComponent"
}
],
"ID": 7249218318332928,
"Name": "Batman"
}
}