Zernikalos/zernikalos.components/ZViewportData ZViewportData @Serializabledata class ZViewportData(var clearColor: ZColor = ZColor(.2f, .2f, .2f, 1.0f)) : ZComponentData(source) Members Constructors ZViewportData Link copied to clipboard constructor(clearColor: ZColor = ZColor(.2f, .2f, .2f, 1.0f)) Properties clearColor Link copied to clipboard var clearColor: ZColor refId Link copied to clipboard @Transientopen override val refId: StringRepresents the unique identifier for a reference-based component. The refId is used as a distinctive key for retrieving or linking this component within reference-dependent systems. viewBox Link copied to clipboard var viewBox: ZBox2D ZViewportPrevious PageZViewportRendererNext Page