Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Valigursky committed Feb 6, 2025
1 parent 2c44631 commit 605fe07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/scene/composition/render-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
* @import { BindGroup } from '../../platform/graphics/bind-group.js'
* @import { Layer } from '../layer.js'
* @import { RenderTarget } from '../../platform/graphics/render-target.js'
* @import { CameraComponent } from '../../../playcanvas.js'
*/

/**
* Class representing an entry in the final order of rendering of cameras and layers in the engine
* this is populated at runtime based on LayerComposition
*/
class RenderAction {
/**
* @type {CameraComponent|null}
*/
// {CameraComponent|null}
camera = null;

constructor() {
Expand Down

0 comments on commit 605fe07

Please sign in to comment.