[ { "name": "Ground", "transform": { "position": [0, 0, 0], "rotation": [0, 0, 0, 1], "scale": [8, 1, 8] }, "components": [ { "type": "Engine.Physics.Contracts.Rigidbody, Engine.Physics.Contracts", "data": { "Type": 0, "Friction": 0.6, "Restitution": 0.3 } }, { "type": "Engine.Physics.Contracts.BoxCollider, Engine.Physics.Contracts", "data": { "HalfExtents": { "X": 4, "Y": 0.5, "Z": 4 } } }, { "type": "Engine.Render.Contracts.CubeRenderer, Engine.Render.Contracts", "data": {} } ], "children": [] }, { "name": "DemoBox", "transform": { "position": [0, 3, 0], "rotation": [0, 0, 0, 1], "scale": [1, 1, 1] }, "components": [ { "type": "Engine.Physics.Contracts.Rigidbody, Engine.Physics.Contracts", "data": { "Type": 2, "Friction": 0.6, "Restitution": 0.3 } }, { "type": "Engine.Physics.Contracts.BoxCollider, Engine.Physics.Contracts", "data": {} }, { "type": "Engine.Render.Contracts.CubeRenderer, Engine.Render.Contracts", "data": {} } ], "children": [] }, { "name": "Music", "transform": { "position": [0, 0, 0], "rotation": [0, 0, 0, 1], "scale": [1, 1, 1] }, "components": [ { "type": "Engine.Audio.Contracts.AudioSource, Engine.Audio.Contracts", "data": { "ClipPath": "assets/music.wav", "Volume": 0.35, "Loop": true, "PlayOnAwake": true } } ], "children": [] }, { "name": "Bounce", "transform": { "position": [0, 0, 0], "rotation": [0, 0, 0, 1], "scale": [1, 1, 1] }, "components": [ { "type": "Engine.Audio.Contracts.AudioSource, Engine.Audio.Contracts", "data": { "ClipPath": "assets/bounce.wav", "Volume": 0.8, "Loop": false, "PlayOnAwake": false } } ], "children": [] } ]