docs.unity3d.com
    目次を表示する/隠す

    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>)
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)