Zernikalos/zernikalos.components.camera/ZLensData ZLensData @Serializableabstract class ZLensData : ZComponentData(source)InheritorsZPerspectiveLensData Members Constructors ZLensData Link copied to clipboard constructor()constructor(near: Float, far: Float)constructor(near: Float, far: Float, aspectRatio: Float) Properties _aspectRatio Link copied to clipboard var _aspectRatio: Float? aspectRatio Link copied to clipboard var aspectRatio: Float far Link copied to clipboard var far: Float height Link copied to clipboard @Transientvar height: Float? near Link copied to clipboard var near: Float projectionMatrix Link copied to clipboard abstract val projectionMatrix: ZMatrix4 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. useComputedAspectRatio Link copied to clipboard @Transientvar useComputedAspectRatio: Boolean width Link copied to clipboard @Transientvar width: Float? Functions setDimensions Link copied to clipboard fun setDimensions(width: Int, height: Int) toString Link copied to clipboard abstract override fun toString(): String ZViewportSerializerPrevious PageCompanionNext Page