Class CameraEditor.Settings
Inheritance
CameraEditor.Settings
Assembly: UnityEditor.dll
Syntax
public sealed class Settings
Constructors
|
Improve this Doc
View Source
Settings(SerializedObject)
Declaration
public Settings(SerializedObject so)
Parameters
Properties
|
Improve this Doc
View Source
allowDynamicResolution
Declaration
public SerializedProperty allowDynamicResolution { get; }
Property Value
|
Improve this Doc
View Source
allowMSAA
Declaration
public SerializedProperty allowMSAA { get; }
Property Value
|
Improve this Doc
View Source
backgroundColor
Declaration
public SerializedProperty backgroundColor { get; }
Property Value
|
Improve this Doc
View Source
clearFlags
Declaration
public SerializedProperty clearFlags { get; }
Property Value
|
Improve this Doc
View Source
cullingMask
Declaration
public SerializedProperty cullingMask { get; }
Property Value
|
Improve this Doc
View Source
depth
Declaration
public SerializedProperty depth { get; }
Property Value
|
Improve this Doc
View Source
farClippingPlane
Declaration
public SerializedProperty farClippingPlane { get; }
Property Value
|
Improve this Doc
View Source
fieldOfView
Declaration
public SerializedProperty fieldOfView { get; }
Property Value
|
Improve this Doc
View Source
focalLength
Declaration
public SerializedProperty focalLength { get; }
Property Value
|
Improve this Doc
View Source
gateFit
Declaration
public SerializedProperty gateFit { get; }
Property Value
|
Improve this Doc
View Source
HDR
Declaration
public SerializedProperty HDR { get; }
Property Value
|
Improve this Doc
View Source
lensShift
Declaration
public SerializedProperty lensShift { get; }
Property Value
|
Improve this Doc
View Source
nearClippingPlane
Declaration
public SerializedProperty nearClippingPlane { get; }
Property Value
|
Improve this Doc
View Source
normalizedViewPortRect
Declaration
public SerializedProperty normalizedViewPortRect { get; }
Property Value
|
Improve this Doc
View Source
occlusionCulling
Declaration
public SerializedProperty occlusionCulling { get; }
Property Value
|
Improve this Doc
View Source
orthographic
Declaration
public SerializedProperty orthographic { get; }
Property Value
|
Improve this Doc
View Source
orthographicSize
Declaration
public SerializedProperty orthographicSize { get; }
Property Value
|
Improve this Doc
View Source
renderingPath
Declaration
public SerializedProperty renderingPath { get; }
Property Value
|
Improve this Doc
View Source
sensorSize
Declaration
public SerializedProperty sensorSize { get; }
Property Value
|
Improve this Doc
View Source
stereoConvergence
Declaration
public SerializedProperty stereoConvergence { get; }
Property Value
|
Improve this Doc
View Source
stereoSeparation
Declaration
public SerializedProperty stereoSeparation { get; }
Property Value
|
Improve this Doc
View Source
targetDisplay
Declaration
public SerializedProperty targetDisplay { get; }
Property Value
|
Improve this Doc
View Source
targetEye
Declaration
public SerializedProperty targetEye { get; }
Property Value
|
Improve this Doc
View Source
targetTexture
Declaration
public SerializedProperty targetTexture { get; }
Property Value
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
|
Improve this Doc
View Source
DrawDynamicResolution()
Declaration
public void DrawDynamicResolution()
|
Improve this Doc
View Source
DrawHDR()
Declaration
|
Improve this Doc
View Source
DrawMSAA()
Declaration
|
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
|
Improve this Doc
View Source
OnEnable()
Declaration
|
Improve this Doc
View Source
Update()
Declaration
Extension Methods