docs.unity3d.com
    Show / Hide Table of Contents

    Class Camera360InputSettings

    A class that represents the settings of a 360 View.

    Inheritance
    Object
    RecorderInputSettings
    ImageInputSettings
    Camera360InputSettings
    Inherited Members
    ImageInputSettings.SupportsTransparent
    ImageInputSettings.RecordTransparency
    Namespace: UnityEditor.Recorder.Input
    Syntax
    public class Camera360InputSettings : ImageInputSettings

    Properties

    CameraTag

    Indicates the GameObject tag of the Camera used for the capture.

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

    FlipFinalOutput

    Use this property if you need to vertically flip the final output.

    Declaration
    public bool FlipFinalOutput { get; set; }
    Property Value
    Type Description
    Boolean

    InputType

    Declaration
    protected override Type InputType { get; }
    Property Value
    Type Description
    Type
    Overrides
    RecorderInputSettings.InputType

    MapSize

    Indicates the size of the cube map to use for the 360-degree environment projection.

    Declaration
    public int MapSize { get; set; }
    Property Value
    Type Description
    Int32

    OutputHeight

    The height in pixels of the 360 View image.

    Declaration
    public override int OutputHeight { get; set; }
    Property Value
    Type Description
    Int32
    Overrides
    ImageInputSettings.OutputHeight

    OutputWidth

    The width in pixels of the 360 View image.

    Declaration
    public override int OutputWidth { get; set; }
    Property Value
    Type Description
    Int32
    Overrides
    ImageInputSettings.OutputWidth

    RenderStereo

    Use this property to render stereoscopic views in separate left and right outputs.

    Declaration
    public bool RenderStereo { get; set; }
    Property Value
    Type Description
    Boolean

    Source

    The source camera for the 360 View.

    Declaration
    public ImageSource Source { get; set; }
    Property Value
    Type Description
    ImageSource

    StereoSeparation

    Indicates the interocular angle (on the camera's Y axis) when using stereoscopic rendering.

    Declaration
    public float StereoSeparation { get; set; }
    Property Value
    Type Description
    Single

    Methods

    ValidityCheck(List<String>)

    Declaration
    protected override bool ValidityCheck(List<string> errors)
    Parameters
    Type Name Description
    List<String> errors
    Returns
    Type Description
    Boolean
    Overrides
    RecorderInputSettings.ValidityCheck(List<String>)
    Back to top
    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