Skip to content

Commit

Permalink
Merge pull request #57 from galacean/feat/node-type
Browse files Browse the repository at this point in the history
feat: add node type
  • Loading branch information
yiiqii authored May 21, 2024
2 parents cb21472 + c9ad8f4 commit a62f170
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,10 @@ export enum ItemType {
* 特效元素
*/
effect = 'effect',
/**
* 节点元素
*/
node = 'node',
}

/**
Expand Down

0 comments on commit a62f170

Please sign in to comment.