Zernikalos/zernikalos.components.camera/ZPerspectiveLensData ZPerspectiveLensData @Serializableclass ZPerspectiveLensData : ZLensData(source) Members Constructors ZPerspectiveLensData Link copied to clipboard constructor()constructor(near: Float = 0.0f, far: Float = 0.0f, fov: Float)constructor(near: Float = 0.0f, far: Float = 0.0f, fov: 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 fov Link copied to clipboard var fov: Float height Link copied to clipboard @Transientvar height: Float? near Link copied to clipboard var near: Float projectionMatrix Link copied to clipboard open override 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 open override fun toString(): String CompanionPrevious PageZPerspectiveLensSerializerNext Page