Skip to content

Commit

Permalink
Source: Added id. (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jun 30, 2023
1 parent fba5fe1 commit 2fe3525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/three/src/textures/Source.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export class Source {
*/
readonly isSource: true;

readonly id: number;

/**
* The actual data of a texture.
* @remarks The type of this property depends on the texture that uses this instance.
Expand Down

0 comments on commit 2fe3525

Please sign in to comment.