Skip to content

Commit

Permalink
add name to material
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Jun 16, 2024
1 parent 008ce96 commit c14d31a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spatial/wit/wired-gltf/world.wit
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ interface material {
resource material {
id: func() -> u32;

name: func() -> string;
set-name: func(value: string);

color: func() -> color;
set-color: func(value: color);
}
Expand Down

0 comments on commit c14d31a

Please sign in to comment.