Skip to content

Commit

Permalink
add id to scene
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Jul 10, 2024
1 parent 1dca5c5 commit 70b7d45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spatial/wit/wired-scene/gltf.wit
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ interface scene {
resource scene {
constructor();

id: func() -> u32;

nodes: func() -> list<node>;
add-node: func(value: borrow<node>);
remove-node: func(value: borrow<node>);
Expand Down

0 comments on commit 70b7d45

Please sign in to comment.