{"id":"dolphin.authoring--dolphinSceneObject","name":"dolphinSceneObject","owner":"dolphin","package":"dolphin.authoring","kind":"thing","signature":"external thing dolphinSceneObject","description":"A dolphin scene object record carrying id, x, material, a.","context":"Represent editable scenes and graph canvases, validate edits, and manage undoable transactions.","parameters":[],"returns":"void","members":[{"name":"id","kind":"field","type":"int","description":"Stores id as int.","signature":"int id","tags":["thing","field","dolphin.authoring"],"updated":"2026-09-09"},{"name":"x","kind":"field","type":"int","description":"Stores x as int.","signature":"int x","tags":["thing","field","dolphin.authoring"],"updated":"2026-09-09"},{"name":"material","kind":"field","type":"int","description":"Stores material as int.","signature":"int material","tags":["thing","field","dolphin.authoring"],"updated":"2026-09-09"},{"name":"a","kind":"field","type":"int","description":"Stores a as int.","signature":"int a","tags":["thing","field","dolphin.authoring"],"updated":"2026-09-09"},{"name":"dolphinSceneObject","kind":"constructor","parameters":[{"name":"id","type":"int","description":"Id."},{"name":"parent","type":"int","description":"Parent."},{"name":"kind","type":"int","description":"Kind."},{"name":"x","type":"int","description":"X."},{"name":"y","type":"int","description":"Y."},{"name":"z","type":"int","description":"Z."},{"name":"yaw","type":"int","description":"Yaw."},{"name":"scale","type":"int","description":"Scale."},{"name":"material","type":"int","description":"Material."},{"name":"components","type":"int","description":"Components."}],"returns":"void","signature":"dolphinSceneObject(int id,int parent,int kind,int x,int y,int z,int yaw,int scale,int material,int components)","description":"Dolphin scene object.","tags":["thing","constructor","dolphin.authoring"],"updated":"2026-09-09"}],"tags":["authoring","cpu","dolphin","dolphin.authoring","source-example","thing"],"updated":"2026-09-09","source":{"repository":"dolphin","path":"packages/authoring/src/authoring.yh","line":6,"sha256":"f1b04c15647d6b2cca9605baa22ec4280b12cd59472c9ead754eb6ebcc4a99cc"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use dolphinSceneObject","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using dolphin.authoring\n\n// Represent editable scenes and graph canvases, validate edits, and manage undoable transactions.\ndolphinSceneObject sample = dolphinSceneObject(1, 1, 1, 1, 1, 1, 1, 1, 1, 1)\nConsole.Log(Text.From(sample.id))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.dolphin_authoring__dolphinsceneobject\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"dolphin.authoring\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/authoring\"\n\n[[dependencies]]\npackage = \"dolphin.math\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/math\"\n\n[[dependencies]]\npackage = \"dolphin.spatial3d\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/spatial3d\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"0c34749eefc8f4760d815851e76128796e228a66e4a0f85aeb629e623963cea5","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["id","x","material","a","dolphinSceneObject"],"url":"https://demonhunterlabs.com/academy/api?item=dolphin.authoring--dolphinSceneObject","json":"https://demonhunterlabs.com/reference/items/dolphin.authoring--dolphinSceneObject.json","markdown":"https://demonhunterlabs.com/reference/text/dolphin.authoring--dolphinSceneObject.md"}
