Sfoglia il codice sorgente

添加后期效果集合的属性

tags/1.14.3
Caven Chen 4 anni fa
parent
commit
7955bb369c
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4
    0
      src/core/viewer/Viewer.js

+ 4
- 0
src/core/viewer/Viewer.js Vedi File

@@ -114,6 +114,10 @@ class Viewer {
return this._delegate.entities
}

get postProcessStages() {
return this._delegate.postProcessStages
}

get clock() {
return this._delegate.clock
}

Loading…
Annulla
Salva