{
  "world": {
    "type": "SESceneWorld",
    "members": {
      "m_strPlayerCameraName": "MainCamera"
    }
  },
  "entities": [
    {
      "type": "SECameraSceneEntity",
      "name": "MainCamera",
      "members": {
        "m_Transform": "{-1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,-1.000000,0.000000}{0.000000,4.000000,11.000000,1.000000}",
        "m_bFrustumCullable": "False",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_fFovAngle": "1.066680",
        "m_fNearClip": "0.100000",
        "m_fFarClip": "200.000000"
      }
    },
    {
      "type": "SESkyBoxEntity",
      "name": "Sky",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{0.000000,0.000000,0.000000,1.000000}",
        "m_bFrustumCullable": "False",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_bScriptEnabled": "True",
        "m_SkyTextureName": "textures/sky/skybox_puresky.dds",
        "m_SunColor": "{ 1.000000 , 0.920000 , 0.760000 }",
        "m_SunAngles": "{ 130.000000 , 50.000000 }",
        "m_SunShininessStrength": "{ 256.000000 , 8.000000 }"
      }
    },
    {
      "type": "SELightEntity",
      "name": "Sun",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{0.000000,0.000000,0.000000,1.000000}",
        "m_bFrustumCullable": "False",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_bScriptEnabled": "True",
        "m_LightType": "Directional",
        "m_Color": "{ 1.000000 , 0.930000 , 0.800000 }",
        "m_Intensity": "0.800000",
        "m_AnglesDegrees": "{ -130.000000 , -50.000000 }",
        "m_Radius": "20.000000",
        "m_InnerAngleDegrees": "0.000000",
        "m_OuterAngleDegrees": "45.000000",
        "m_bCastsShadow": "True"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Floor",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{0.000000,-0.500000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 20.000000 , 1.000000 , 20.000000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 0.780000 , 0.780000 , 0.800000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "True",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 1.000000 , 1.000000 , 1.000000 }",
        "m_Metallic": "0.000000",
        "m_Roughness": "0.900000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Paddle",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{0.000000,0.500000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "PaddleControl",
        "m_strScriptSource": "class PaddleControl {\n  SESceneEntity@ owner;\n  PaddleControl(SESceneEntity@ o) { @owner = o; }\n  void OnUpdate(float dt) {\n    SEVec3 p = owner.GetPosition();\n    if (gInput.IsLeftDown()) p.x += 4.0f * dt;\n    if (gInput.IsRightDown()) p.x -= 4.0f * dt;\n    if (p.x < -4.2f) p.x = -4.2f;\n    if (p.x > 4.2f) p.x = 4.2f;\n    owner.SetPosition(p);\n  }\n}\n",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.600000 , 0.400000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.850000 , 0.850000 , 0.900000 }",
        "m_Metallic": "0.050000",
        "m_Roughness": "0.450000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Ball",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{0.000000,1.500000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "Ball",
        "m_strScriptSource": "class Ball {\n  SESceneEntity@ owner;\n  SESynthSceneEntity@ sfx;\n  float vx; float vy;\n  int bricksLeft = 18;\n  // instrument indices resolved once; the trigger path never sees a name\n  int sfxBeep = -1;\n  int sfxZap = -1;\n  int sfxCoin = -1;\n  int sfxBoom = -1;\n  Ball(SESceneEntity@ o) { @owner = o; vx = 3.0f; vy = 4.0f; }\n  void OnInit() {\n    SESceneEntity@ s = gWorld.FindEntityByName(\"Sfx\");\n    if (s !is null) @sfx = cast<SESynthSceneEntity>(s);\n    if (sfx !is null) {\n      sfxBeep = sfx.FindInstrument(\"Beep\");\n      sfxZap = sfx.FindInstrument(\"Zap\");\n      sfxCoin = sfx.FindInstrument(\"Coin\");\n      sfxBoom = sfx.FindInstrument(\"Explosion\");\n    }\n  }\n  void Beep(int note, float vel) { if (sfx !is null) sfx.PlayEffect(sfxBeep, note, vel); }\n  void OnUpdate(float dt) {\n    SEVec3 p = owner.GetPosition();\n    p.x += vx * dt;\n    p.y += vy * dt;\n    if (p.x > 4.7f) { p.x = 4.7f; vx = -vx; Beep(72, 0.45f); }\n    if (p.x < -4.7f) { p.x = -4.7f; vx = -vx; Beep(72, 0.45f); }\n    if (p.y > 7.7f) { p.y = 7.7f; vy = -vy; Beep(76, 0.45f); }\n    SESceneEntity@ paddle = gWorld.FindEntityByName(\"Paddle\");\n    if (paddle !is null) {\n      SEVec3 pp = paddle.GetPosition();\n      if (p.y <= 0.9f && p.y >= 0.5f && vy < 0.0f && p.x > pp.x - 1.0f && p.x < pp.x + 1.0f) {\n        p.y = 0.9f; vy = -vy;\n        // pitch tracks where on the paddle it landed, so the bounce reads\n        // as a hit rather than a metronome\n        float off = (p.x - pp.x);\n        Beep(64 + int(off * 6.0f), 0.7f);\n      }\n    }\n    CheckBrick(p, \"Brick_0\");\n    CheckBrick(p, \"Brick_1\");\n    CheckBrick(p, \"Brick_2\");\n    CheckBrick(p, \"Brick_3\");\n    CheckBrick(p, \"Brick_4\");\n    CheckBrick(p, \"Brick_5\");\n    CheckBrick(p, \"Brick_6\");\n    CheckBrick(p, \"Brick_7\");\n    CheckBrick(p, \"Brick_8\");\n    CheckBrick(p, \"Brick_9\");\n    CheckBrick(p, \"Brick_10\");\n    CheckBrick(p, \"Brick_11\");\n    CheckBrick(p, \"Brick_12\");\n    CheckBrick(p, \"Brick_13\");\n    CheckBrick(p, \"Brick_14\");\n    CheckBrick(p, \"Brick_15\");\n    CheckBrick(p, \"Brick_16\");\n    CheckBrick(p, \"Brick_17\");\n    if (p.y < -1.0f) {\n      p.x = 0.0f; p.y = 1.5f; vx = 3.0f; vy = 4.0f;\n      if (sfx !is null) sfx.PlayEffect(sfxBoom, 38, 0.9f);\n    }\n    owner.SetPosition(p);\n  }\n  void CheckBrick(SEVec3 ballPos, const string &in name) {\n    SESceneEntity@ b = gWorld.FindEntityByName(name);\n    if (b is null) return;\n    SEVec3 bp = b.GetPosition();\n    if (ballPos.x > bp.x - 1.0f && ballPos.x < bp.x + 1.0f &&\n        ballPos.y > bp.y - 0.6f && ballPos.y < bp.y + 0.6f) {\n      b.SetScale(SEVec3(0.0f, 0.0f, 0.0f));\n      b.SetPosition(SEVec3(0.0f, -100.0f, 0.0f));\n      vy = -vy;\n      if (sfx !is null) {\n        // higher rows ring higher; the last brick gets a rising Coin\n        int note = 60 + int(bp.y * 2.0f);\n        sfx.PlayEffect(sfxZap, note, 0.8f);\n        bricksLeft--;\n        if (bricksLeft <= 0) { sfx.PlayEffect(sfxCoin, 84, 1.0f); bricksLeft = 18; }\n      }\n    }\n  }\n}",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Sphere",
              "m_Size": "{ 0.600000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.950000 , 0.350000 , 0.250000 }",
        "m_Metallic": "0.050000",
        "m_Roughness": "0.450000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "LeftWall",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{-5.200000,4.200000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 0.400000 , 8.400000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.550000 , 0.570000 , 0.620000 }",
        "m_Metallic": "0.300000",
        "m_Roughness": "0.350000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "RightWall",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{5.200000,4.200000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 0.400000 , 8.400000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.550000 , 0.570000 , 0.620000 }",
        "m_Metallic": "0.300000",
        "m_Roughness": "0.350000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "TopWall",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{0.000000,8.200000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 10.400000 , 0.400000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.550000 , 0.570000 , 0.620000 }",
        "m_Metallic": "0.300000",
        "m_Roughness": "0.350000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_0",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{-4.000000,6.000000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.850000 , 0.250000 , 0.250000 }",
        "m_Metallic": "0.050000",
        "m_Roughness": "0.450000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_1",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{-2.400000,6.000000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.900000 , 0.450000 , 0.200000 }",
        "m_Metallic": "0.050000",
        "m_Roughness": "0.450000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_2",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{-0.800000,6.000000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.900000 , 0.800000 , 0.200000 }",
        "m_Metallic": "0.050000",
        "m_Roughness": "0.450000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_3",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{0.800000,6.000000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.300000 , 0.750000 , 0.350000 }",
        "m_Metallic": "0.050000",
        "m_Roughness": "0.450000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_4",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{2.400000,6.000000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.250000 , 0.550000 , 0.850000 }",
        "m_Metallic": "0.050000",
        "m_Roughness": "0.450000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_5",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{4.000000,6.000000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.550000 , 0.350000 , 0.800000 }",
        "m_Metallic": "0.050000",
        "m_Roughness": "0.450000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_6",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{-4.000000,6.700000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.800000 , 0.150000 , 0.350000 }",
        "m_Metallic": "0.150000",
        "m_Roughness": "0.400000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_7",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{-2.400000,6.700000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.850000 , 0.500000 , 0.100000 }",
        "m_Metallic": "0.150000",
        "m_Roughness": "0.400000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_8",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{-0.800000,6.700000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.800000 , 0.700000 , 0.100000 }",
        "m_Metallic": "0.150000",
        "m_Roughness": "0.400000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_9",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{0.800000,6.700000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.200000 , 0.650000 , 0.450000 }",
        "m_Metallic": "0.150000",
        "m_Roughness": "0.400000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_10",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{2.400000,6.700000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.200000 , 0.450000 , 0.750000 }",
        "m_Metallic": "0.150000",
        "m_Roughness": "0.400000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_11",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{4.000000,6.700000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.650000 , 0.250000 , 0.700000 }",
        "m_Metallic": "0.150000",
        "m_Roughness": "0.400000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_12",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{-4.000000,7.400000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.950000 , 0.750000 , 0.200000 }",
        "m_Metallic": "0.550000",
        "m_Roughness": "0.250000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_13",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{-2.400000,7.400000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.950000 , 0.550000 , 0.150000 }",
        "m_Metallic": "0.550000",
        "m_Roughness": "0.250000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_14",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{-0.800000,7.400000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.900000 , 0.900000 , 0.350000 }",
        "m_Metallic": "0.550000",
        "m_Roughness": "0.250000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_15",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{0.800000,7.400000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.450000 , 0.850000 , 0.550000 }",
        "m_Metallic": "0.550000",
        "m_Roughness": "0.250000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_16",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{2.400000,7.400000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.450000 , 0.750000 , 0.950000 }",
        "m_Metallic": "0.550000",
        "m_Roughness": "0.250000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SEProceduralMeshEntity",
      "name": "Brick_17",
      "members": {
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{4.000000,7.400000,0.000000,1.000000}",
        "m_bFrustumCullable": "True",
        "m_strEntityName": "",
        "m_strScriptFile": "",
        "m_strScriptClass": "",
        "m_strScriptSource": "",
        "m_bScriptEnabled": "True",
        "m_ModelName": "",
        "m_pPhysicsModel": {
          "$ref": null
        },
        "m_aParts": [
          {
            "type": "SEProceduralShapePart",
            "members": {
              "m_ShapeType": "Box",
              "m_Size": "{ 1.400000 , 0.600000 , 0.600000 }",
              "m_Offset": "{ 0.000000 , 0.000000 , 0.000000 }",
              "m_RotationAxis": "{ 0.000000 , 1.000000 , 0.000000 }",
              "m_RotationDegrees": "0.000000",
              "m_Color": "{ 1.000000 , 1.000000 , 1.000000 }",
              "m_uiRadialSegments": "24",
              "m_uiRings": "16",
              "m_UVScale": "{ 1.000000 , 1.000000 }",
              "m_UVOffset": "{ 0.000000 , 0.000000 }",
              "m_bTileWorld": "False",
              "m_Outline": ""
            }
          }
        ],
        "m_AlbedoTexture": "",
        "m_NormalTexture": "",
        "m_MetallicRoughnessTexture": "",
        "m_BaseColor": "{ 0.800000 , 0.550000 , 0.950000 }",
        "m_Metallic": "0.550000",
        "m_Roughness": "0.250000",
        "m_bDoubleSided": "False",
        "m_bAlphaTest": "False"
      }
    },
    {
      "type": "SESynthSceneEntity",
      "name": "Sfx",
      "members": {
        "m_strEntityName": "Sfx",
        "m_Transform": "{1.000000,0.000000,0.000000,0.000000}{0.000000,1.000000,0.000000,0.000000}{0.000000,0.000000,1.000000,0.000000}{0.000000,0.000000,0.000000,1.000000}",
        "m_bFrustumCullable": "False",
        "m_strInstrument": "Beep",
        "m_strSongFile": "",
        "m_bGenerateSong": "False",
        "m_bAutoPlay": "False",
        "m_fVolume": "0.700000",
        "m_fPan": "0.500000"
      }
    }
  ]
}
