summaryrefslogtreecommitdiff
path: root/VRCSDK3Worlds/Assets/VRChat Examples/UdonProgramSources/Projectile.asset
blob: 0cee258692533546300521d4560a27b9422f8773 (plain)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
  m_ObjectHideFlags: 0
  m_CorrespondingSourceObject: {fileID: 0}
  m_PrefabInstance: {fileID: 0}
  m_PrefabAsset: {fileID: 0}
  m_GameObject: {fileID: 0}
  m_Enabled: 1
  m_EditorHideFlags: 0
  m_Script: {fileID: 11500000, guid: 4f11136daadff0b44ac2278a314682ab, type: 3}
  m_Name: Projectile
  m_EditorClassIdentifier: 
  serializedUdonProgramAsset: {fileID: 11400000, guid: 6194406d4a3ec6d458cac0b703ec802f,
    type: 2}
  udonAssembly: ".data_start\r\n\r\n    .export textField\r\n    .export rigidbody\r\n   
    .export force\r\n    \r\n    __instance_0: %UnityEngineUIText, null\r\n    __value_0:
    %SystemString, null\r\n    __format_0: %SystemString, null\r\n    __arg0_0: %SystemObject,
    null\r\n    __VRCPlayerApi_0: %VRCSDKBaseVRCPlayerApi, null\r\n    onPlayerCollisionEnterPlayer:
    %VRCSDKBaseVRCPlayerApi, null\r\n    __instance_1: %VRCSDKBaseVRCPlayerApi, null\r\n   
    __hand_0: %VRCSDKBaseVRC_PickupPickupHand, null\r\n    __duration_0: %SystemSingle,
    null\r\n    __amplitude_0: %SystemSingle, null\r\n    __frequency_0: %SystemSingle,
    null\r\n    __instance_2: %VRCSDKBaseVRCPlayerApi, null\r\n    __hand_1: %VRCSDKBaseVRC_PickupPickupHand,
    null\r\n    __duration_1: %SystemSingle, null\r\n    __amplitude_1: %SystemSingle,
    null\r\n    __frequency_1: %SystemSingle, null\r\n    __instance_3: %UnityEngineUIText,
    null\r\n    __value_1: %SystemString, null\r\n    __format_1: %SystemString,
    null\r\n    __arg0_1: %SystemObject, null\r\n    __VRCPlayerApi_1: %VRCSDKBaseVRCPlayerApi,
    null\r\n    onPlayerCollisionExitPlayer: %VRCSDKBaseVRCPlayerApi, null\r\n   
    __instance_4: %UnityEngineRigidbody, null\r\n    __value_2: %UnityEngineVector3,
    null\r\n    __instance_5: %UnityEngineRigidbody, null\r\n    __value_3: %UnityEngineQuaternion,
    null\r\n    __instance_6: %UnityEngineRigidbody, null\r\n    __value_4: %UnityEngineVector3,
    null\r\n    __instance_7: %UnityEngineRigidbody, null\r\n    __value_5: %UnityEngineVector3,
    null\r\n    __instance_8: %UnityEngineConstantForce, null\r\n    __value_6: %SystemBoolean,
    null\r\n    __instance_9: %UnityEngineRigidbody, null\r\n    __value_7: %UnityEngineVector3,
    null\r\n    __instance_A: %UnityEngineRigidbody, null\r\n    __value_8: %UnityEngineQuaternion,
    null\r\n    __instance_B: %UnityEngineRigidbody, null\r\n    __value_9: %UnityEngineVector3,
    null\r\n    __instance_C: %UnityEngineRigidbody, null\r\n    __value_A: %UnityEngineVector3,
    null\r\n    __instance_D: %UnityEngineConstantForce, null\r\n    __value_B: %SystemBoolean,
    null\r\n    __instance_E: %UnityEngineConstantForce, null\r\n    __value_C: %SystemBoolean,
    null\r\n    __instance_F: %UnityEngineRigidbody, null\r\n    textField: %UnityEngineUIText,
    null\r\n    rigidbody: %UnityEngineRigidbody, null\r\n    force: %UnityEngineConstantForce,
    null\r\n    originalPosition: %UnityEngineVector3, null\r\n\r\n.data_end\r\n\r\n.code_start\r\n\r\n   
    .export _onPlayerCollisionEnter\r\n    \r\n    _onPlayerCollisionEnter:\r\n   
    \r\n        PUSH, textField\r\n        PUSH, __instance_0\r\n        COPY\r\n       
    PUSH, onPlayerCollisionEnterPlayer\r\n        PUSH, __VRCPlayerApi_0\r\n       
    COPY\r\n        PUSH, __VRCPlayerApi_0\r\n        PUSH, __arg0_0\r\n        EXTERN,
    \"VRCSDKBaseVRCPlayerApi.__get_displayName__SystemString\"\r\n        PUSH, __format_0\r\n       
    PUSH, __arg0_0\r\n        PUSH, __value_0\r\n        EXTERN, \"SystemString.__Format__SystemString_SystemObject__SystemString\"\r\n       
    PUSH, __instance_0\r\n        PUSH, __value_0\r\n        EXTERN, \"UnityEngineUIText.__set_text__SystemString__SystemVoid\"\r\n       
    PUSH, onPlayerCollisionEnterPlayer\r\n        PUSH, __instance_1\r\n        COPY\r\n       
    PUSH, __instance_1\r\n        PUSH, __hand_0\r\n        PUSH, __duration_0\r\n       
    PUSH, __amplitude_0\r\n        PUSH, __frequency_0\r\n        EXTERN, \"VRCSDKBaseVRCPlayerApi.__PlayHapticEventInHand__VRCSDKBaseVRC_PickupPickupHand_SystemSingle_SystemSingle_SystemSingle__SystemVoid\"\r\n       
    PUSH, onPlayerCollisionEnterPlayer\r\n        PUSH, __instance_2\r\n        COPY\r\n       
    PUSH, __instance_2\r\n        PUSH, __hand_1\r\n        PUSH, __duration_1\r\n       
    PUSH, __amplitude_1\r\n        PUSH, __frequency_1\r\n        EXTERN, \"VRCSDKBaseVRCPlayerApi.__PlayHapticEventInHand__VRCSDKBaseVRC_PickupPickupHand_SystemSingle_SystemSingle_SystemSingle__SystemVoid\"\r\n       
    JUMP, 0xFFFFFFFC\r\n    \r\n    .export _onPlayerCollisionExit\r\n    \r\n   
    _onPlayerCollisionExit:\r\n    \r\n        PUSH, textField\r\n        PUSH, __instance_3\r\n       
    COPY\r\n        PUSH, onPlayerCollisionExitPlayer\r\n        PUSH, __VRCPlayerApi_1\r\n       
    COPY\r\n        PUSH, __VRCPlayerApi_1\r\n        PUSH, __arg0_1\r\n        EXTERN,
    \"VRCSDKBaseVRCPlayerApi.__get_displayName__SystemString\"\r\n        PUSH, __format_1\r\n       
    PUSH, __arg0_1\r\n        PUSH, __value_1\r\n        EXTERN, \"SystemString.__Format__SystemString_SystemObject__SystemString\"\r\n       
    PUSH, __instance_3\r\n        PUSH, __value_1\r\n        EXTERN, \"UnityEngineUIText.__set_text__SystemString__SystemVoid\"\r\n       
    PUSH, rigidbody\r\n        PUSH, __instance_4\r\n        COPY\r\n        PUSH,
    __instance_4\r\n        PUSH, originalPosition\r\n        EXTERN, \"UnityEngineRigidbody.__set_position__UnityEngineVector3__SystemVoid\"\r\n       
    PUSH, rigidbody\r\n        PUSH, __instance_5\r\n        COPY\r\n        PUSH,
    __value_3\r\n        EXTERN, \"UnityEngineQuaternion.__get_identity__UnityEngineQuaternion\"\r\n       
    PUSH, __instance_5\r\n        PUSH, __value_3\r\n        EXTERN, \"UnityEngineRigidbody.__set_rotation__UnityEngineQuaternion__SystemVoid\"\r\n       
    PUSH, rigidbody\r\n        PUSH, __instance_6\r\n        COPY\r\n        PUSH,
    __instance_6\r\n        PUSH, __value_4\r\n        EXTERN, \"UnityEngineRigidbody.__set_angularVelocity__UnityEngineVector3__SystemVoid\"\r\n       
    PUSH, rigidbody\r\n        PUSH, __instance_7\r\n        COPY\r\n        PUSH,
    __instance_7\r\n        PUSH, __value_5\r\n        EXTERN, \"UnityEngineRigidbody.__set_velocity__UnityEngineVector3__SystemVoid\"\r\n       
    PUSH, force\r\n        PUSH, __instance_8\r\n        COPY\r\n        PUSH, __instance_8\r\n       
    PUSH, __value_6\r\n        EXTERN, \"UnityEngineConstantForce.__set_enabled__SystemBoolean__SystemVoid\"\r\n       
    JUMP, 0xFFFFFFFC\r\n    \r\n    .export Fire\r\n    \r\n    Fire:\r\n    \r\n       
    PUSH, rigidbody\r\n        PUSH, __instance_9\r\n        COPY\r\n        PUSH,
    __instance_9\r\n        PUSH, originalPosition\r\n        EXTERN, \"UnityEngineRigidbody.__set_position__UnityEngineVector3__SystemVoid\"\r\n       
    PUSH, rigidbody\r\n        PUSH, __instance_A\r\n        COPY\r\n        PUSH,
    __value_8\r\n        EXTERN, \"UnityEngineQuaternion.__get_identity__UnityEngineQuaternion\"\r\n       
    PUSH, __instance_A\r\n        PUSH, __value_8\r\n        EXTERN, \"UnityEngineRigidbody.__set_rotation__UnityEngineQuaternion__SystemVoid\"\r\n       
    PUSH, rigidbody\r\n        PUSH, __instance_B\r\n        COPY\r\n        PUSH,
    __instance_B\r\n        PUSH, __value_9\r\n        EXTERN, \"UnityEngineRigidbody.__set_angularVelocity__UnityEngineVector3__SystemVoid\"\r\n       
    PUSH, rigidbody\r\n        PUSH, __instance_C\r\n        COPY\r\n        PUSH,
    __instance_C\r\n        PUSH, __value_A\r\n        EXTERN, \"UnityEngineRigidbody.__set_velocity__UnityEngineVector3__SystemVoid\"\r\n       
    PUSH, force\r\n        PUSH, __instance_D\r\n        COPY\r\n        PUSH, __instance_D\r\n       
    PUSH, __value_B\r\n        EXTERN, \"UnityEngineConstantForce.__set_enabled__SystemBoolean__SystemVoid\"\r\n       
    PUSH, force\r\n        PUSH, __instance_E\r\n        COPY\r\n        PUSH, __instance_E\r\n       
    PUSH, __value_C\r\n        EXTERN, \"UnityEngineConstantForce.__set_enabled__SystemBoolean__SystemVoid\"\r\n       
    JUMP, 0xFFFFFFFC\r\n    \r\n    .export _start\r\n    \r\n    _start:\r\n   
    \r\n        PUSH, rigidbody\r\n        PUSH, __instance_F\r\n        COPY\r\n       
    PUSH, __instance_F\r\n        PUSH, originalPosition\r\n        EXTERN, \"UnityEngineRigidbody.__get_position__UnityEngineVector3\"\r\n       
    JUMP, 0xFFFFFFFC\r\n    \r\n\r\n.code_end\r\n"
  assemblyError: 
  graphData:
    name: 
    description: 
    nodes:
    - fullName: Variable_UnityEngineUIText
      uid: bff3e520-785e-4512-9b86-d24dd90abb4f
      position: {x: 0, y: 0}
      nodeUIDs:
      - 
      - 
      - 
      - 
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|textField
      - unityObjectValue: {fileID: 0}
        stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
          PublicKeyToken=b77a5c561934e089|True
      - unityObjectValue: {fileID: 0}
        stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
          PublicKeyToken=b77a5c561934e089|False
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|none
    - fullName: Event_OnPlayerCollisionEnter
      uid: 87e4069a-bcb7-49a9-905d-44511bd84604
      position: {x: -480, y: 1090}
      nodeUIDs: []
      flowUIDs:
      - 1514c56e-354c-4a4e-8d1b-a8743a963e3c
      nodeValues: []
    - fullName: UnityEngineUIText.__set_text__SystemString__SystemVoid
      uid: c6209c70-e247-4d3e-a481-6c6d651e0e27
      position: {x: 820, y: 360}
      nodeUIDs:
      - 37608f88-5706-4997-8316-82a6b2e61e59|0
      - 36b15419-eb44-4b42-9ed8-e352a89025b1
      flowUIDs:
      - a1f55fe5-7f6a-4d06-bbbb-3a6442a26706
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: 
    - fullName: SystemString.__Format__SystemString_SystemObject__SystemString
      uid: 36b15419-eb44-4b42-9ed8-e352a89025b1
      position: {x: 390, y: 520}
      nodeUIDs:
      - 
      - d079e361-94e4-47fc-a304-2e26ae9d3faf
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|{0}
          Exited
      - unityObjectValue: {fileID: 0}
        stringValue: 
    - fullName: VRCSDKBaseVRCPlayerApi.__get_displayName__SystemString
      uid: d079e361-94e4-47fc-a304-2e26ae9d3faf
      position: {x: -10, y: 440}
      nodeUIDs:
      - 3597e2a0-e9b6-4c78-a4ef-068737635740|0
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
    - fullName: UnityEngineUIText.__set_text__SystemString__SystemVoid
      uid: 41a03b01-d00f-4c54-b015-b345ba82d088
      position: {x: 460, y: 760}
      nodeUIDs:
      - 5e79e721-375e-4001-aeb5-88fd6b4fb095|0
      - 204d56d0-8ebb-48e3-ad3c-1c4ddc14cc6a
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: 
    - fullName: VRCSDKBaseVRCPlayerApi.__get_displayName__SystemString
      uid: f343c27a-2239-4559-b5f7-251207b50bb5
      position: {x: -290, y: 960}
      nodeUIDs:
      - 87e4069a-bcb7-49a9-905d-44511bd84604|0
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
    - fullName: SystemString.__Format__SystemString_SystemObject__SystemString
      uid: 204d56d0-8ebb-48e3-ad3c-1c4ddc14cc6a
      position: {x: 20, y: 920}
      nodeUIDs:
      - 
      - f343c27a-2239-4559-b5f7-251207b50bb5
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|{0}
          Entered
      - unityObjectValue: {fileID: 0}
        stringValue: 
    - fullName: Event_OnPlayerCollisionExit
      uid: 3597e2a0-e9b6-4c78-a4ef-068737635740
      position: {x: -290, y: 360}
      nodeUIDs: []
      flowUIDs:
      - c6209c70-e247-4d3e-a481-6c6d651e0e27
      nodeValues: []
    - fullName: Get_Variable
      uid: 5e79e721-375e-4001-aeb5-88fd6b4fb095
      position: {x: 180, y: 830}
      nodeUIDs:
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|bff3e520-785e-4512-9b86-d24dd90abb4f
    - fullName: Get_Variable
      uid: 37608f88-5706-4997-8316-82a6b2e61e59
      position: {x: 580, y: 440}
      nodeUIDs:
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|bff3e520-785e-4512-9b86-d24dd90abb4f
    - fullName: Event_Custom
      uid: 62639a7c-e009-4105-a637-414091846758
      position: {x: 210, y: -290}
      nodeUIDs:
      - 
      flowUIDs:
      - 6c09889d-9169-4cf6-8463-2d6ffe31f0cc
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|Fire
    - fullName: Variable_UnityEngineRigidbody
      uid: ec7ab3cc-c5ad-46ea-a086-83467bbe0343
      position: {x: 0, y: 0}
      nodeUIDs:
      - 
      - 
      - 
      - 
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|rigidbody
      - unityObjectValue: {fileID: 0}
        stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
          PublicKeyToken=b77a5c561934e089|True
      - unityObjectValue: {fileID: 0}
        stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
          PublicKeyToken=b77a5c561934e089|False
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|none
    - fullName: Variable_UnityEngineConstantForce
      uid: 92bcae17-6e1d-463f-aadd-f2f689f1ed32
      position: {x: -1240, y: -30}
      nodeUIDs:
      - 
      - 
      - 
      - 
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|force
      - unityObjectValue: {fileID: 0}
        stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
          PublicKeyToken=b77a5c561934e089|True
      - unityObjectValue: {fileID: 0}
        stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
          PublicKeyToken=b77a5c561934e089|False
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|none
    - fullName: Get_Variable
      uid: 7ac6bedb-b038-4307-a648-190c49773602
      position: {x: 1220, y: 100}
      nodeUIDs:
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|92bcae17-6e1d-463f-aadd-f2f689f1ed32
    - fullName: UnityEngineConstantForce.__set_enabled__SystemBoolean__SystemVoid
      uid: 087521fc-9927-4da3-aa06-e3380a767e85
      position: {x: 1420, y: 50}
      nodeUIDs:
      - 7ac6bedb-b038-4307-a648-190c49773602|0
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
          PublicKeyToken=b77a5c561934e089|False
    - fullName: Get_Variable
      uid: 4fb3cd62-e6e8-4ef7-9281-88300d6f0910
      position: {x: 1220, y: -160}
      nodeUIDs:
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|ec7ab3cc-c5ad-46ea-a086-83467bbe0343
    - fullName: UnityEngineRigidbody.__set_position__UnityEngineVector3__SystemVoid
      uid: 59d88548-2808-4385-8e76-a4f200007d0d
      position: {x: 1420, y: -260}
      nodeUIDs:
      - 4fb3cd62-e6e8-4ef7-9281-88300d6f0910|0
      - 49b1b8b4-3558-4fa0-b1c0-d3acca2f67b6|0
      flowUIDs:
      - a6454bad-4cd9-493d-a13f-09f95ecd5a09
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
          Culture=neutral, PublicKeyToken=null|{"x":-0.15000000596046449,"y":0.1720000058412552,"z":-2.190000057220459}
    - fullName: Event_Start
      uid: f91d0677-eec3-4333-8660-40e837b9f828
      position: {x: -200, y: -290}
      nodeUIDs: []
      flowUIDs:
      - 2fcfeba6-9c5c-45b4-bddb-1d87439b5937
      nodeValues: []
    - fullName: Variable_UnityEngineVector3
      uid: 570475e3-c3b2-4cfa-bbf7-2f4c75c308fc
      position: {x: 0, y: 0}
      nodeUIDs:
      - 
      - 
      - 
      - 
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|originalPosition
      - unityObjectValue: {fileID: 0}
        stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
          PublicKeyToken=b77a5c561934e089|False
      - unityObjectValue: {fileID: 0}
        stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
          PublicKeyToken=b77a5c561934e089|False
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|none
    - fullName: Set_Variable
      uid: 2fcfeba6-9c5c-45b4-bddb-1d87439b5937
      position: {x: -80, y: -290}
      nodeUIDs:
      - 
      - e7316895-c7c8-4844-be11-0b9390d15c38|0
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|570475e3-c3b2-4cfa-bbf7-2f4c75c308fc
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|originalPosition
    - fullName: Get_Variable
      uid: be393060-cb57-4223-acc2-4d6c8e9ab58f
      position: {x: -580, y: -190}
      nodeUIDs:
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|ec7ab3cc-c5ad-46ea-a086-83467bbe0343
    - fullName: UnityEngineRigidbody.__get_position__UnityEngineVector3
      uid: e7316895-c7c8-4844-be11-0b9390d15c38
      position: {x: -340, y: -200}
      nodeUIDs:
      - be393060-cb57-4223-acc2-4d6c8e9ab58f|0
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
    - fullName: Get_Variable
      uid: 49b1b8b4-3558-4fa0-b1c0-d3acca2f67b6
      position: {x: 1200, y: -300}
      nodeUIDs:
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|570475e3-c3b2-4cfa-bbf7-2f4c75c308fc
    - fullName: UnityEngineRigidbody.__set_velocity__UnityEngineVector3__SystemVoid
      uid: 3bd54337-2fbf-4490-8a90-de1be76a2854
      position: {x: 1740, y: -110}
      nodeUIDs:
      - 4fb3cd62-e6e8-4ef7-9281-88300d6f0910|0
      - 
      flowUIDs:
      - 
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
          Culture=neutral, PublicKeyToken=null|{"x":0.0,"y":0.0,"z":0.0}
    - fullName: Block
      uid: 6c09889d-9169-4cf6-8463-2d6ffe31f0cc
      position: {x: 480, y: -270}
      nodeUIDs: []
      flowUIDs:
      - a1f55fe5-7f6a-4d06-bbbb-3a6442a26706
      - e4fdea5f-6382-417f-ae2b-f2d1e83e0959
      nodeValues: []
    - fullName: Get_Variable
      uid: 871f862a-6c4c-46c2-9405-9b214b069d32
      position: {x: 420, y: -90}
      nodeUIDs:
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|92bcae17-6e1d-463f-aadd-f2f689f1ed32
    - fullName: UnityEngineConstantForce.__set_enabled__SystemBoolean__SystemVoid
      uid: e4fdea5f-6382-417f-ae2b-f2d1e83e0959
      position: {x: 640, y: -170}
      nodeUIDs:
      - 871f862a-6c4c-46c2-9405-9b214b069d32
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
          PublicKeyToken=b77a5c561934e089|True
    - fullName: UnityEngineRigidbody.__set_angularVelocity__UnityEngineVector3__SystemVoid
      uid: b7e7bd7f-6cc5-42c6-828f-5fe132bcb010
      position: {x: 1420, y: -110}
      nodeUIDs:
      - 4fb3cd62-e6e8-4ef7-9281-88300d6f0910|0
      - 
      flowUIDs:
      - 3bd54337-2fbf-4490-8a90-de1be76a2854
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
          Culture=neutral, PublicKeyToken=null|{"x":0.0,"y":0.0,"z":0.0}
    - fullName: Block
      uid: a1f55fe5-7f6a-4d06-bbbb-3a6442a26706
      position: {x: 1010, y: -210}
      nodeUIDs: []
      flowUIDs:
      - 59d88548-2808-4385-8e76-a4f200007d0d
      - b7e7bd7f-6cc5-42c6-828f-5fe132bcb010
      - 087521fc-9927-4da3-aa06-e3380a767e85
      nodeValues: []
    - fullName: UnityEngineRigidbody.__set_rotation__UnityEngineQuaternion__SystemVoid
      uid: a6454bad-4cd9-493d-a13f-09f95ecd5a09
      position: {x: 1700, y: -360}
      nodeUIDs:
      - 4fb3cd62-e6e8-4ef7-9281-88300d6f0910|0
      - b387fe24-1783-4d5a-bb3b-3652a0c1d3c2|0
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: UnityEngine.Quaternion, UnityEngine.CoreModule, Version=0.0.0.0,
          Culture=neutral, PublicKeyToken=null|{"x":0.0,"y":0.0,"z":0.0,"w":0.0}
    - fullName: UnityEngineQuaternion.__get_identity__UnityEngineQuaternion
      uid: b387fe24-1783-4d5a-bb3b-3652a0c1d3c2
      position: {x: 1400, y: -360}
      nodeUIDs: []
      flowUIDs: []
      nodeValues: []
    - fullName: VRCSDKBaseVRCPlayerApi.__PlayHapticEventInHand__VRCSDKBaseVRC_PickupPickupHand_SystemSingle_SystemSingle_SystemSingle__SystemVoid
      uid: 62e78f50-8def-423c-943a-af9b01df8cd2
      position: {x: 130, y: 1160}
      nodeUIDs:
      - 87e4069a-bcb7-49a9-905d-44511bd84604|0
      - 
      - 
      - 
      - 
      flowUIDs:
      - 
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: VRC.SDKBase.VRC_Pickup+PickupHand, VRCSDKBase, Version=0.0.0.0,
          Culture=neutral, PublicKeyToken=null|Left
      - unityObjectValue: {fileID: 0}
        stringValue: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|0.25
      - unityObjectValue: {fileID: 0}
        stringValue: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|1
      - unityObjectValue: {fileID: 0}
        stringValue: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|1
    - fullName: Block
      uid: 1514c56e-354c-4a4e-8d1b-a8743a963e3c
      position: {x: -190, y: 780}
      nodeUIDs: []
      flowUIDs:
      - 41a03b01-d00f-4c54-b015-b345ba82d088
      - 62e78f50-8def-423c-943a-af9b01df8cd2
      - 9f08478d-6bf8-47ab-8ca0-785805bb4765
      nodeValues: []
    - fullName: VRCSDKBaseVRCPlayerApi.__PlayHapticEventInHand__VRCSDKBaseVRC_PickupPickupHand_SystemSingle_SystemSingle_SystemSingle__SystemVoid
      uid: 9f08478d-6bf8-47ab-8ca0-785805bb4765
      position: {x: 130, y: 1370}
      nodeUIDs:
      - 87e4069a-bcb7-49a9-905d-44511bd84604|0
      - 
      - 
      - 
      - 
      flowUIDs: []
      nodeValues:
      - unityObjectValue: {fileID: 0}
        stringValue: 
      - unityObjectValue: {fileID: 0}
        stringValue: VRC.SDKBase.VRC_Pickup+PickupHand, VRCSDKBase, Version=0.0.0.0,
          Culture=neutral, PublicKeyToken=null|Right
      - unityObjectValue: {fileID: 0}
        stringValue: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|0.25
      - unityObjectValue: {fileID: 0}
        stringValue: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|1
      - unityObjectValue: {fileID: 0}
        stringValue: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|1
    updateOrder: 0
  graphElementData:
  - type: 2
    uid: 3f045a31-2377-4ad3-a287-950836577de1
    jsonData: '{"uid":"3f045a31-2377-4ad3-a287-950836577de1","layout":{"serializedVersion":"2","x":990.0,"y":-420.0,"width":770.0,"height":708.0},"containedElements":["3bd54337-2fbf-4490-8a90-de1be76a2854","087521fc-9927-4da3-aa06-e3380a767e85","7ac6bedb-b038-4307-a648-190c49773602","59d88548-2808-4385-8e76-a4f200007d0d","49b1b8b4-3558-4fa0-b1c0-d3acca2f67b6","4fb3cd62-e6e8-4ef7-9281-88300d6f0910","b7e7bd7f-6cc5-42c6-828f-5fe132bcb010","a1f55fe5-7f6a-4d06-bbbb-3a6442a26706","a6454bad-4cd9-493d-a13f-09f95ecd5a09","2e77f69e-ee22-48e0-8293-b1cec51f56b6","0a5f52ee-c979-40da-b45d-df82f3841044","b387fe24-1783-4d5a-bb3b-3652a0c1d3c2"],"title":"Reset","layer":0,"elementTypeColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0}}'
  - type: 2
    uid: f657bd0f-8be1-4fe3-a95d-3f25262cf764
    jsonData: '{"uid":"f657bd0f-8be1-4fe3-a95d-3f25262cf764","layout":{"serializedVersion":"2","x":-610.0,"y":-350.0,"width":758.0,"height":271.0},"containedElements":["e7316895-c7c8-4844-be11-0b9390d15c38","be393060-cb57-4223-acc2-4d6c8e9ab58f","2fcfeba6-9c5c-45b4-bddb-1d87439b5937","f91d0677-eec3-4333-8660-40e837b9f828"],"title":"Save
      Original Position on Start","layer":0,"elementTypeColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0}}'
  - type: 2
    uid: 2e21319c-a790-4abb-bee1-8744649a2c8a
    jsonData: '{"uid":"2e21319c-a790-4abb-bee1-8744649a2c8a","layout":{"serializedVersion":"2","x":-320.0,"y":700.0,"width":1404.0,"height":376.0},"containedElements":["5e79e721-375e-4001-aeb5-88fd6b4fb095","f343c27a-2239-4559-b5f7-251207b50bb5","41a03b01-d00f-4c54-b015-b345ba82d088","204d56d0-8ebb-48e3-ad3c-1c4ddc14cc6a"],"title":"Show
      Name on PlayerCollisionEnter","layer":0,"elementTypeColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0}}'
  - type: 2
    uid: 38195f3f-3c20-471f-82f0-1b167ad25cfb
    jsonData: '{"uid":"38195f3f-3c20-471f-82f0-1b167ad25cfb","layout":{"serializedVersion":"2","x":-320.0,"y":300.0,"width":1344.0,"height":376.0},"containedElements":["37608f88-5706-4997-8316-82a6b2e61e59","3597e2a0-e9b6-4c78-a4ef-068737635740","d079e361-94e4-47fc-a304-2e26ae9d3faf","36b15419-eb44-4b42-9ed8-e352a89025b1","c6209c70-e247-4d3e-a481-6c6d651e0e27"],"title":"Show
      Name on PlayerCollision Exit, Then Reset","layer":0,"elementTypeColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0}}'
  - type: 2
    uid: 4203bd17-0d09-4c72-b3e8-87373e93043d
    jsonData: '{"uid":"4203bd17-0d09-4c72-b3e8-87373e93043d","layout":{"serializedVersion":"2","x":190.0,"y":-350.0,"width":767.0,"height":371.0},"containedElements":["e4fdea5f-6382-417f-ae2b-f2d1e83e0959","871f862a-6c4c-46c2-9405-9b214b069d32","6c09889d-9169-4cf6-8463-2d6ffe31f0cc","62639a7c-e009-4105-a637-414091846758"],"title":"On
      Fire, Reset then Enable Force","layer":0,"elementTypeColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0}}'
  - type: 2
    uid: 7a2da873-b9a0-47af-b972-230dce09ae2e
    jsonData: '{"uid":"7a2da873-b9a0-47af-b972-230dce09ae2e","layout":{"serializedVersion":"2","x":100.0,"y":1100.0,"width":408.0,"height":488.0},"containedElements":["62e78f50-8def-423c-943a-af9b01df8cd2","9f08478d-6bf8-47ab-8ca0-785805bb4765"],"title":"Vibrate
      Hands on PlayerCollisionEnter","layer":0,"elementTypeColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0}}'
  - type: 5
    uid: 986fdd7a-9014-48bd-a93e-f13a93de124a
    jsonData: '{"visible":true,"layout":{"serializedVersion":"2","x":10.0,"y":130.0,"width":202.0,"height":251.0}}'
  - type: 4
    uid: 6ddcb637-60bd-4395-90b4-c7c38ea44352
    jsonData: '{"visible":true,"layout":{"serializedVersion":"2","x":10.0,"y":20.0,"width":0.0,"height":0.0}}'
  viewTransform:
    position: {x: 153.93909, y: 581.8178}
    scale: 0.8695652
  version: 1.0.0
  showAssembly: 0