StageMetadata constructor
StageMetadata({})
Creates stage metadata with the documented defaults.
Implementation
StageMetadata({
this.environmentRef,
this.antiAliasingMode = 'auto',
this.renderScale = 1.0,
this.filterQuality = 'medium',
});