Sfoglia il codice sorgente

Minor type fix

master
Palash Bansal 2 anni fa
parent
commit
c78018910e
Nessun account collegato all'indirizzo email del committer

+ 1
- 1
src/core/camera/PerspectiveCamera2.ts Vedi File

// region ui // region ui


private _camUi: UiObjectConfig[] = [ private _camUi: UiObjectConfig[] = [
...generateUiConfig(this),
...generateUiConfig(this) || [],
{ {
type: 'input', type: 'input',
label: ()=>(this.autoNearFar ? 'Min' : '') + ' Near', label: ()=>(this.autoNearFar ? 'Min' : '') + ' Near',

+ 1
- 1
src/plugins/animation/CameraViewPlugin.ts Vedi File

// expanded: true, // expanded: true,
children: [ children: [
()=>[...this._cameraViews.map(view => view.uiConfig)], ()=>[...this._cameraViews.map(view => view.uiConfig)],
...generateUiConfig(this),
...generateUiConfig(this) || [],
], ],
} }



Loading…
Annulla
Salva