docs.unity3d.com
    Show / Hide Table of Contents

    Class LensAsset

    Asset that stores all the parameters needed to model and configure a physical camera lens.

    Inheritance
    Object
    LensAsset
    Namespace: Unity.LiveCapture.VirtualCamera
    Syntax
    public class LensAsset : ScriptableObject

    Properties

    DefaultValues

    The default Lens parameters of the current lens asset.

    Declaration
    public Lens DefaultValues { get; set; }
    Property Value
    Type Description
    Lens

    Intrinsics

    The LensIntrinsics parameters of the current lens asset.

    Declaration
    public LensIntrinsics Intrinsics { get; set; }
    Property Value
    Type Description
    LensIntrinsics

    Manufacturer

    The manufacturer of the lens.

    Declaration
    public string Manufacturer { get; set; }
    Property Value
    Type Description
    String

    Model

    The model of lens.

    Declaration
    public string Model { get; set; }
    Property Value
    Type Description
    String
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023