Advertisement
Guest User

abc

a guest
Jan 12th, 2020
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.30 KB | None | 0 0
  1. {
  2.   "gameObjects": [
  3.     {
  4.       "Components": [
  5.         {
  6.           "window": null,
  7.           "gameObject": null
  8.         },
  9.         {
  10.           "gameObject": null
  11.         }
  12.       ],
  13.       "transform": {
  14.         "scale": {
  15.           "X": 1.0,
  16.           "Y": 1.0
  17.         },
  18.         "gameObject": null,
  19.         "position": {
  20.           "X": 0.0,
  21.           "Y": 0.0
  22.         },
  23.         "rotation": {
  24.           "X": 0.0,
  25.           "Y": 0.0
  26.         }
  27.       },
  28.       "name": "Camera",
  29.       "tag": "Untagged",
  30.       "scene": null
  31.     },
  32.     {
  33.       "Components": [
  34.         {
  35.           "attachedSprite": {
  36.             "Color": {
  37.               "R": 255,
  38.               "G": 255,
  39.               "B": 255,
  40.               "A": 255
  41.             },
  42.             "Texture": {
  43.               "NativeHandle": 1,
  44.               "Smooth": false,
  45.               "Srgb": false,
  46.               "Repeated": false,
  47.               "Size": {
  48.                 "X": 32,
  49.                 "Y": 32
  50.               },
  51.               "CPointer": {
  52.                 "value": 16655224
  53.               }
  54.             },
  55.             "TextureRect": {
  56.               "Left": 0,
  57.               "Top": 0,
  58.               "Width": 32,
  59.               "Height": 32
  60.             },
  61.             "Position": {
  62.               "X": 0.0,
  63.               "Y": 0.0
  64.             },
  65.             "Rotation": 0.0,
  66.             "Scale": {
  67.               "X": 1.0,
  68.               "Y": 1.0
  69.             },
  70.             "Origin": {
  71.               "X": 0.0,
  72.               "Y": 0.0
  73.             },
  74.             "Transform": {},
  75.             "InverseTransform": {},
  76.             "CPointer": {
  77.               "value": 177523704
  78.             }
  79.           },
  80.           "color": {
  81.             "R": 255,
  82.             "G": 255,
  83.             "B": 255,
  84.             "A": 255
  85.           },
  86.           "enabled": true,
  87.           "gameObject": null
  88.         },
  89.         {
  90.           "gameObject": null
  91.         }
  92.       ],
  93.       "transform": {
  94.         "scale": {
  95.           "X": 1.0,
  96.           "Y": 1.0
  97.         },
  98.         "gameObject": null,
  99.         "position": {
  100.           "X": 0.0,
  101.           "Y": 0.0
  102.         },
  103.         "rotation": {
  104.           "X": 0.0,
  105.           "Y": 0.0
  106.         }
  107.       },
  108.       "name": "Player",
  109.       "tag": "Untagged",
  110.       "scene": null
  111.     }
  112.   ]
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement