Skip to content

Commit

Permalink
feat: add BuiltInObjectGuid (#37)
Browse files Browse the repository at this point in the history
* feat: add BuiltInObjectGuid

* feat: add 3d guid

* perf: opt code

* perf: opt code
  • Loading branch information
wumaolinmaoan committed Apr 23, 2024
1 parent 5e2aa3a commit 8cdbf24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/buitin-object-guid.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export class BuiltinObjectGUID {
static readonly WhiteTexture = 'whitetexture00000000000000000000';
static readonly PBRShader = 'pbr00000000000000000000000000000';
static readonly UnlitShader = 'unlit000000000000000000000000000';
}
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ export * from './binary';
export * from './text';
export * from './components';
export * from './vfx-item-data';
export * from './buitin-object-guid';

0 comments on commit 8cdbf24

Please sign in to comment.