Show / Hide Table of Contents

Class CameraEditor.Settings

Inheritance
Object
CameraEditor.Settings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public sealed class Settings

Constructors

| Improve this Doc View Source

Settings(SerializedObject)

Declaration
public Settings(SerializedObject so)
Parameters
Type Name Description
SerializedObject so

Properties

| Improve this Doc View Source

allowDynamicResolution

Declaration
public SerializedProperty allowDynamicResolution { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

allowMSAA

Declaration
public SerializedProperty allowMSAA { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

backgroundColor

Declaration
public SerializedProperty backgroundColor { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

clearFlags

Declaration
public SerializedProperty clearFlags { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

cullingMask

Declaration
public SerializedProperty cullingMask { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

depth

Declaration
public SerializedProperty depth { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

farClippingPlane

Declaration
public SerializedProperty farClippingPlane { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

fieldOfView

Declaration
public SerializedProperty fieldOfView { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

focalLength

Declaration
public SerializedProperty focalLength { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

gateFit

Declaration
public SerializedProperty gateFit { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

HDR

Declaration
public SerializedProperty HDR { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

lensShift

Declaration
public SerializedProperty lensShift { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

nearClippingPlane

Declaration
public SerializedProperty nearClippingPlane { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

normalizedViewPortRect

Declaration
public SerializedProperty normalizedViewPortRect { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

occlusionCulling

Declaration
public SerializedProperty occlusionCulling { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

orthographic

Declaration
public SerializedProperty orthographic { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

orthographicSize

Declaration
public SerializedProperty orthographicSize { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

renderingPath

Declaration
public SerializedProperty renderingPath { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

sensorSize

Declaration
public SerializedProperty sensorSize { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

stereoConvergence

Declaration
public SerializedProperty stereoConvergence { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

stereoSeparation

Declaration
public SerializedProperty stereoSeparation { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

targetDisplay

Declaration
public SerializedProperty targetDisplay { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

targetEye

Declaration
public SerializedProperty targetEye { get; }
Property Value
Type Description
SerializedProperty
| Improve this Doc View Source

targetTexture

Declaration
public SerializedProperty targetTexture { get; }
Property Value
Type Description
SerializedProperty

Methods

| Improve this Doc View Source

ApplyModifiedProperties()

Declaration
public void ApplyModifiedProperties()
| Improve this Doc View Source

DrawBackgroundColor()

Declaration
public void DrawBackgroundColor()
| Improve this Doc View Source

DrawClearFlags()

Declaration
public void DrawClearFlags()
| Improve this Doc View Source

DrawClippingPlanes()

Declaration
public void DrawClippingPlanes()
| Improve this Doc View Source

DrawCullingMask()

Declaration
public void DrawCullingMask()
| Improve this Doc View Source

DrawDepth()

Declaration
public void DrawDepth()
| Improve this Doc View Source

DrawDynamicResolution()

Declaration
public void DrawDynamicResolution()
| Improve this Doc View Source

DrawHDR()

Declaration
public void DrawHDR()
| Improve this Doc View Source

DrawMSAA()

Declaration
public void DrawMSAA()
| Improve this Doc View Source

DrawMultiDisplay()

Declaration
public void DrawMultiDisplay()
| Improve this Doc View Source

DrawNormalizedViewPort()

Declaration
public void DrawNormalizedViewPort()
| Improve this Doc View Source

DrawOcclusionCulling()

Declaration
public void DrawOcclusionCulling()
| Improve this Doc View Source

DrawProjection()

Declaration
public void DrawProjection()
| Improve this Doc View Source

DrawRenderingPath()

Declaration
public void DrawRenderingPath()
| Improve this Doc View Source

DrawTargetEye()

Declaration
public void DrawTargetEye()
| Improve this Doc View Source

DrawTargetTexture(Boolean)

Declaration
public void DrawTargetTexture(bool deferred)
Parameters
Type Name Description
Boolean deferred
| Improve this Doc View Source

DrawVR()

Declaration
public void DrawVR()
| Improve this Doc View Source

OnEnable()

Declaration
public void OnEnable()
| Improve this Doc View Source

Update()

Declaration
public void Update()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX